Ignore:
Timestamp:
Apr 25, 2025, 6:26:55 PM (3 months ago)
Author:
jbclement
Message:

1D Mars PCM:

  • The value for atmospheric water profile is now imposed as a uniform mixing ratio and not.
  • When atmospheric water profile is monitored, ice value is not put to 0 anymore.
  • The user can now prescribe a non-uniform atmospheric water profile with a file "profile_def_h2o_vap".

JBC

File:
1 edited

Legend:

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

    r3733 r3737  
    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
     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"
    5355atm_wat_profile=-1.
    5456# Relaxation time (s). In particular: if <0 then no time relaxation i.e. forcing
Note: See TracChangeset for help on using the changeset viewer.