SICOPOLIS V3.1
 All Classes Files Functions Variables Macros
Functions/Subroutines
boundary.F90 File Reference

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. More...

Go to the source code of this file.

Functions/Subroutines

subroutine boundary (time, dtime, dxi, deta, delta_ts, glac_index, z_sl, dzsl_dtau, z_mar)
 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.
 

Detailed Description

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.

Copyright

Copyright 2009-2013 Ralf Greve

License

This file is part of SICOPOLIS.

SICOPOLIS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SICOPOLIS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SICOPOLIS. If not, see http://www.gnu.org/licenses/.

Definition in file boundary.F90.

Function/Subroutine Documentation

subroutine 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 
)

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.

Definition at line 41 of file boundary.F90.