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/callsedim_mod.F

    r2304 r2312  
    1717     &                      rho_dust, rho_q, radius, varian,
    1818     &                      igcm_ccn_mass, igcm_ccn_number,
    19      &                      igcm_h2o_ice, nuice_sed, nuice_ref,
     19     &                      igcm_h2o_ice, igcm_hdo_ice,
     20     &                      nuice_sed, nuice_ref,
    2021     &                      igcm_ccnco2_mass,igcm_ccnco2_number,
    2122     &                      igcm_co2_ice, igcm_stormdust_mass,
     
    499500c -----------------------------------------------------------------
    500501           else if ((iq .eq. iccn_mass) .or. (iq .eq. iccn_number)
    501      &       .or. (iq .eq. igcm_h2o_ice)) then
     502     &       .or. (iq .eq. igcm_h2o_ice)
     503     &       .or. (iq .eq. igcm_hdo_ice)) then
    502504            if (microphys) then
    503505              ! water ice sedimentation
Note: See TracChangeset for help on using the changeset viewer.