Changeset 2887 for trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90
- Timestamp:
- Feb 1, 2023, 9:34:37 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90
r2884 r2887 24 24 use dust_param_mod, only: dustscaling_mode 25 25 USE ioipsl_getin_p_mod, ONLY : getin_p 26 26 use comsoil_h, only: flux_geo 27 27 implicit none 28 28 … … 644 644 ! as well as thermal inertia and volumetric heat capacity 645 645 call soil_settings(nid_start,ngrid,nsoil,tsurf,tsoil,indextime) 646 else 647 flux_geo(:) = 0. 646 648 endif ! of if (startphy_file) 647 649
Note: See TracChangeset
for help on using the changeset viewer.