Ignore:
Timestamp:
Sep 5, 2025, 2:46:19 PM (3 months ago)
Author:
jbclement
Message:

Mars PCM 1D:
Prescription of the atmospheric water ice profile in 1D. The boolean 'ctrl_h2oice' activates the option, the file "profile_ref_h2ovap" defines the prescribed profile and the value 'relaxtime_h2oice', 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

    r3741 r3912  
    4949# 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward
    5050slope_orientation=0.
    51 # Prescription of atmospheric water profile defined in file "profile_prescribed_h2o_vap" (kg/kg)
    52 prescribed_h2ovap=.false.
     51# Prescription of atmospheric water vapour profile defined in file "profile_ref_h2o_vap" (kg/kg)
     52ctrl_h2ovap=.false.
    5353# Relaxation time (s). If <0 then no time relaxation i.e. forcing
    54 h2ovap_relax_time=-1.
     54relaxtime_h2ovap=-1.
     55# Prescription of atmospheric water ice profile defined in file "profile_ref_h2o_ice" (kg/kg)
     56ctrl_h2oice=.false.
     57# Relaxation time (s). If <0 then no time relaxation i.e. forcing
     58relaxtime_h2oice=-1.
    5559
    5660# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
Note: See TracChangeset for help on using the changeset viewer.