- Timestamp:
- Oct 23, 2023, 7:02:06 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
r3095 r3098 477 477 call getin("subsurface_ice_depth",ice_depth) 478 478 479 479 480 z0(1) = z0_default ! default value for roughness 480 481 write(*,*) 'Surface roughness length z0 (m)?' … … 716 717 write(*,*) 'Prescribed atmospheric water vapor profile' 717 718 write(*,*) 'Unless it reaches saturation (maximal value)' 719 else if (atm_wat_profile .eq. 2) then 720 write(*,*) 'Prescribed atmospheric water vapor profile' 721 write(*,*) 'like present day northern midlatitude' 722 write(*,*) 'Unless it reaches saturation (maximal value)' 718 723 else 719 724 error stop 'Water vapor profile value not correct!'
Note: See TracChangeset
for help on using the changeset viewer.