Computation of the surface temperature (must be less than 0 deg C!) and of the accumulation-ablation function. More...
Functions/Subroutines | |
subroutine | boundary (time, dtime, dxi, deta, delta_ts, glac_index, z_sl, dzsl_dtau, z_mar) |
Main routine of boundary_m: Computation of the surface temperature (must be less than 0 deg C!) and of the accumulation-ablation function. More... | |
Computation of the surface temperature (must be less than 0 deg C!) and of the accumulation-ablation function.
Mars Atmosphere-Ice Coupler MAIC-1.5: Computation of the surface temperature (must be less than 0 deg C) and of the accumulation-ablation rate for the south polar cap of Mars. Computation of the geothermal heat flux.
Mars Atmosphere-Ice Coupler MAIC-1.5: Computation of the surface temperature (must be less than 0 deg C) and of the accumulation-ablation rate for the north polar cap of Mars. Computation of the geothermal heat flux.
subroutine boundary_m::boundary | ( | real(dp), intent(in) | time, |
real(dp), intent(in) | dtime, | ||
real(dp), intent(in) | dxi, | ||
real(dp), intent(in) | deta, | ||
real(dp), intent(out) | delta_ts, | ||
real(dp), intent(out) | glac_index, | ||
real(dp), intent(inout) | z_sl, | ||
real(dp), intent(out) | dzsl_dtau, | ||
real(dp), intent(out) | z_mar | ||
) |
Main routine of boundary_m: Computation of the surface temperature (must be less than 0 deg C!) and of the accumulation-ablation function.
Main routine of boundary_m: Mars Atmosphere-Ice Coupler MAIC-1.5: Computation of the surface temperature (must be less than 0 deg C) and of the accumulation-ablation rate for the south polar cap of Mars. Computation of the geothermal heat flux.
Main routine of boundary_m: Mars Atmosphere-Ice Coupler MAIC-1.5: Computation of the surface temperature (must be less than 0 deg C) and of the accumulation-ablation rate for the north polar cap of Mars. Computation of the geothermal heat flux.
Definition at line 56 of file boundary_m.F90.