EarthBox.BoundaryConditions.VelocityStop.initialize!Function
initialize!(model::ModelData; kwargs...)::Nothing

Initialize velocity stopping model.

Arguments

  • model::ModelData: Model data object containing model parameters and arrays.

Option Keyword Arguments

  • iuse_velocity_stop::Union{Bool, Nothing}:
    • Integer flag indicating whether to stop velocity boundary conditions at a defined time
  • velocity_stop_time::Union{Float64, Nothing}:
    • Time in million years when velocity boundary conditions are set to zero
source