Changeset 3253 for trunk/LMDZ.MARS/libf/phymars/dyn1d
- Timestamp:
- Mar 5, 2024, 11:36:32 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
r3251 r3253 42 42 use nonoro_gwd_ran_mod, only: du_nonoro_gwd, dv_nonoro_gwd 43 43 use conf_phys_mod, only: conf_phys 44 use paleoclimate_mod, only: paleoclimate, ini_paleoclimate_h, end_paleoclimate_h 44 use paleoclimate_mod, only: paleoclimate, ini_paleoclimate_h, end_paleoclimate_h, h2o_ice_depth 45 45 use comslope_mod, only: nslope, subslope_dist, ini_comslope_h, end_comslope_h 46 46 use co2condens_mod, only: CO2cond_ps … … 541 541 call getin("subsurface_ice_depth",ice_depth) 542 542 write(*,*) " subsurface_ice_depth = ",ice_depth 543 543 h2o_ice_depth(:,:) = ice_depth 544 544 z0(1) = z0_default ! default value for roughness 545 545 write(*,*) 'Surface roughness length z0 (m)?' … … 668 668 669 669 if (.not. therestartfi) qsoil = 0. 670 671 670 672 671 if (.not. therestartfi) then … … 716 715 inertiedat(1,:) = inertiedat(1,1) ! soil thermal inertia 717 716 endif ! ice_depth > 0 718 717 719 718 do isoil = 1,nsoil 720 719 inertiesoil(1,isoil,:) = inertiedat(1,isoil)
Note: See TracChangeset
for help on using the changeset viewer.