EarthBox.BoundaryConditions.Temperature.initialize! — Function
initialize!(model::ModelData; kwargs...)::NothingInitialize temperature boundary conditions.
Arguments
model::ModelData: Model data object containing model parameters and arrays.
Optional Keyword Arguments
temperature_top::Float64:- Temperature along the top boundary of the model domain in Kelvin
temperature_bottom::Float64:- Temperature at the base of the model domain in Kelvin
temperature_left::Float64:- Temperature along the left boundary of the model domain in Kelvin
temperature_right::Float64:- Temperature along the right boundary of the model domain in Kelvin
Returns
Nothing