Ignore:
Timestamp:
Oct 7, 2024, 3:37:34 PM (3 months ago)
Author:
emillour
Message:

Venus PCM:
Add "Age of Air" scheme from Maureen Cohen.
Activated with flag "ok_aoa=y" and requires that there is also
an "aoa" tracer in traceur.def
MC

Location:
trunk/LMDZ.VENUS/deftank
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/deftank/field_def_physics.xml

    r3260 r3451  
    281281                   long_name="Kinetic Energy net flux"
    282282                   unit="W/m2" />
     283           <!---- TRACERS ---->
     284            <field id="age"
     285                   long_name="Age of air"
     286                   unit="s" />
     287            <field id="aoa"
     288                   long_name="Age of air tracer"
     289                   unit="kg/kg" />
     290           <!---- CHEMISTRY TRACERS ---->
    283291            <field id="co2"
    284292                   long_name="CO2"
  • trunk/LMDZ.VENUS/deftank/physiq.def

    r3191 r3451  
    4141# Reinitialization of tracer abundances
    4242reinit_trac=n
     43#
     44# Parameters for Age of air
     45##~~~~~~~~~~~~~~~~~~~~~~~~~
     46# Compute age of air (requires that there is an "aoa" tracer; default: n)
     47ok_aoa=n
     48# Reinitialize age of air tracer (default: y)
     49reinit_aoa=n
     50# Emission altitude (in model layers) of aoa tracer emission (default: 1)
     51lev_aoa=1
    4352#
    4453# parameters for chemistry and microphysics
Note: See TracChangeset for help on using the changeset viewer.