Ignore:
Timestamp:
Apr 28, 2025, 3:21:28 PM (3 months ago)
Author:
jbclement
Message:

Mars PCM:
Simplification and clarification for the prescription of the atmospheric water profile in 1D: the boolean 'prescribed_h2ovap' activates the option, the file "profile_prescribed_h2ovap" defines the prescribed profile and the value 'h2ovap_relax_time', if positive, activates the relaxation and gives the constant of time.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/run.def.1d

    r3737 r3741  
    4949# 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward
    5050slope_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)
     52prescribed_h2ovap=.false.
     53# Relaxation time (s). If <0 then no time relaxation i.e. forcing
     54h2ovap_relax_time=-1.
    5855
    5956# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
Note: See TracChangeset for help on using the changeset viewer.