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/README

    r2311 r2312  
    30013001More code tidying: use getin_p() instead of getin() and use "call abort_physic"
    30023002instead of "stop" or "call abort"
     3003
     3004== 06/05/2020 == LR
     3005Implementation of HDO in the physics
     3006New tracers hdo_vap and hdo_ice are added. Cf. traceur.def.isotopes in deftank for exemple of traceur.def.
     3007All HDO related computations are activated by flag hdo=.true. in callphys.def. (see callphys.def.hdo in deftank for an example)
     3008Additional option hdofrac (true by default) allows for turning on/off fractionation (for tests).
     3009For now, only functional with simplified cloud scheme (so microphys=.false. and activice=.false. also recommended).
     3010Initialisation of start files can be done with option 'inihdo' in newstart.
Note: See TracChangeset for help on using the changeset viewer.