Ignore:
Timestamp:
Feb 1, 2023, 9:34:37 AM (22 months ago)
Author:
llange
Message:

Mars PCM
Include geothermal flux as boundary conditions when solving the
diffusion equation for the soil temperature
By default, the geothermal flux is set to 0. To have geothermal flux >
0., it must be specified in the startfi. (I suggest to use a value of
30e-3 in this case)
Will be use with the PEM for studies of "paleosubsurfaces"
LL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90

    r2884 r2887  
    2424  use dust_param_mod, only: dustscaling_mode
    2525  USE ioipsl_getin_p_mod, ONLY : getin_p
    26 
     26  use comsoil_h, only: flux_geo
    2727  implicit none
    2828 
     
    644644  ! as well as thermal inertia and volumetric heat capacity
    645645  call soil_settings(nid_start,ngrid,nsoil,tsurf,tsoil,indextime)
     646else
     647    flux_geo(:) = 0.
    646648endif ! of if (startphy_file)
    647649
Note: See TracChangeset for help on using the changeset viewer.