Ignore:
Timestamp:
May 6, 2020, 4:46:33 PM (5 years ago)
Author:
lrossi
Message:

MARS GCM:
Implementation of HDO in the physics
New tracers hdo_vap and hdo_ice are added. Cf. traceur.def.isotopes in deftank for exemple of traceur.def.
All HDO related computations are activated by flag hdo=.true. in callphys.def. (see callphys.def.hdo in deftank for an example)
Additional option hdofrac (true by default) allows for turning on/off fractionation (for tests).
For now, only functional with simplified cloud scheme (so microphys=.false. and activice=.false. also recommended).
Initialisation of start files can be done with option 'inihdo' in newstart.
LR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90

    r2302 r2312  
    5353      integer,save :: igcm_h2o_vap ! water vapour
    5454      integer,save :: igcm_h2o_ice ! water ice
     55      integer,save :: igcm_hdo_vap ! hdo vapour
     56      integer,save :: igcm_hdo_ice ! hdo ice
    5557      integer,save :: igcm_co2_ice ! co2 ice
    5658
Note: See TracChangeset for help on using the changeset viewer.