Ignore:
Timestamp:
Apr 22, 2025, 6:08:46 PM (2 months ago)
Author:
jbclement
Message:

Mars PCM:
Fixing a sanity check for the prescribtion of the atmospheric water profile in 1D and making comments more explicit.
JBC

File:
1 edited

Legend:

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

    r3385 r3733  
    4949# 0 == Northward, 90 == Eastward, 180 == Southward, 270 == Westward
    5050slope_orientation=0.
     51## Atmospheric water profile
     52# Prescribed uniform column value (kg.m-2). In particular: -1 == free atmospheric water vapor profile; 0 == dry atmospheric water vapor profile
     53atm_wat_profile=-1.
     54# Relaxation time (s). In particular: if <0 then no time relaxation i.e. forcing
     55atm_wat_tau=-1.
    5156
    5257# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
Note: See TracChangeset for help on using the changeset viewer.