Ignore:
Timestamp:
Mar 26, 2026, 1:01:27 PM (2 weeks ago)
Author:
yluo
Message:

Mars PCM:
Add a flag call_mass_fixer_dyn for correcting tracer mass non-conservation in dynamics to reference def files in deftank.
YCL

Location:
trunk/LMDZ.MARS/deftank
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/callphys.def.GCM5

    r4154 r4156  
    128128# PHOTOCHEMISTRY: include chemical species
    129129photochem  = .false.
     130# MASS FIXER: correct tracer (CO, O2, H2, HO2, H2O2, N2, Ar, He) mass
     131#             non-conservation in dynamics (defaulted to .false.). Only useful
     132#             when studying chemical species with lifetime > hundreds of years.
     133call_mass_fixer_dyn = .false.
    130134
    131135# SCATTERERS: set number of scatterers. must be compliant with preceding options.
  • trunk/LMDZ.MARS/deftank/callphys.def.GCM6

    r4154 r4156  
    201201photochem  = .false.
    202202
     203# MASS FIXER: correct tracer (CO, O2, H2, HO2, H2O2, N2, Ar, He) mass
     204#             non-conservation in dynamics (defaulted to .false.). Only useful
     205#             when studying chemical species with lifetime > hundreds of years.
     206call_mass_fixer_dyn = .false.
     207
    203208# SCATTERERS: set number of scatterers. must be compliant with preceding options.
    204209naerkind = 4
  • trunk/LMDZ.MARS/deftank/callphys.def.MCD5

    r4154 r4156  
    122122# PHOTOCHEMISTRY: include chemical species
    123123photochem  = .true.
     124# MASS FIXER: correct tracer (CO, O2, H2, HO2, H2O2, N2, Ar, He) mass
     125#             non-conservation in dynamics (defaulted to .false.). Only useful
     126#             when studying chemical species with lifetime > hundreds of years.
     127call_mass_fixer_dyn = .false.
    124128
    125129# SCATTERERS: set number of scatterers. must be compliant with preceding options.
  • trunk/LMDZ.MARS/deftank/callphys.def.MCD6

    r4154 r4156  
    201201photochem  = .true.
    202202
     203# MASS FIXER: correct tracer (CO, O2, H2, HO2, H2O2, N2, Ar, He) mass
     204#             non-conservation in dynamics (defaulted to .false.). Only useful
     205#             when studying chemical species with lifetime > hundreds of years.
     206call_mass_fixer_dyn = .false.
     207
    203208# SCATTERERS: set number of scatterers. must be compliant with preceding options.
    204209naerkind = 4
  • trunk/LMDZ.MARS/deftank/callphys.def.co2clouds.GCM5

    r4154 r4156  
    124124photochem  = .false.
    125125
     126# MASS FIXER: correct tracer (CO, O2, H2, HO2, H2O2, N2, Ar, He) mass
     127#             non-conservation in dynamics (defaulted to .false.). Only useful
     128#             when studying chemical species with lifetime > hundreds of years.
     129call_mass_fixer_dyn = .false.
     130
    126131# SCATTERERS: set number of scatterers. must be compliant with preceding options.
    127132naerkind = 1
  • trunk/LMDZ.MARS/deftank/callphys.def.hdo.GCM5

    r4154 r4156  
    132132photochem  = .false.
    133133
     134# MASS FIXER: correct tracer (CO, O2, H2, HO2, H2O2, N2, Ar, He) mass
     135#             non-conservation in dynamics (defaulted to .false.). Only useful
     136#             when studying chemical species with lifetime > hundreds of years.
     137call_mass_fixer_dyn = .false.
     138
    134139# SCATTERERS: set number of scatterers. must be compliant with preceding options.
    135140naerkind = 2
Note: See TracChangeset for help on using the changeset viewer.