Changeset 3741 for trunk/LMDZ.MARS/deftank
- Timestamp:
- Apr 28, 2025, 3:21:28 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/deftank/run.def.1d
r3737 r3741 49 49 # 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward 50 50 slope_orientation=0. 51 ## Atmospheric water vapor profile 52 # Prescribed mixing ratio (kg/kg). In particular: -1 == free atmospheric water profile; 53 # 0 == dry atmospheric water vapor profile; between 0 and 1 == uniform mixing ratio; 54 # -2 == user-defined profile in file "profile_def_h2o_vap" 55 atm_wat_profile=-1. 56 # Relaxation time (s). In particular: if <0 then no time relaxation i.e. forcing 57 atm_wat_tau=-1. 51 # Prescription of atmospheric water profile defined in file "profile_prescribed_h2o_vap" (kg/kg) 52 prescribed_h2ovap=.false. 53 # Relaxation time (s). If <0 then no time relaxation i.e. forcing 54 h2ovap_relax_time=-1. 58 55 59 56 # hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
Note: See TracChangeset
for help on using the changeset viewer.