Ignore:
Timestamp:
Feb 8, 2017, 4:36:25 PM (8 years ago)
Author:
emillour
Message:

Mars GCM:

  • Added possibility to run with an Helium "he" tracer (to be initialized at constant value of 3.6e-7 kg/kg_air, i.e. the 4ppm of Krasnopolsky 1996 EUVE satellite, using newstart).
  • corrected case for CH4 in aeronomars/photochemistry.F (was using undefined indexes when there is no CH4).
  • updated aki/cpi coefficients for Argon used to compute mean atmospheric Cp and thermal conductivity in aeronomars/concentrations.F

JYC+EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/initracer.F

    r1621 r1660  
    8888      igcm_no2=0
    8989      igcm_n2d=0
     90      igcm_he=0
    9091      igcm_co2plus=0
    9192      igcm_oplus=0
     
    238239          count=count+1
    239240        endif
     241        if (noms(iq).eq."he") then
     242          igcm_he=iq
     243          mmol(igcm_he)=4.
     244          count=count+1
     245        endif
    240246        if (noms(iq).eq."co2plus") then
    241247          igcm_co2plus=iq
Note: See TracChangeset for help on using the changeset viewer.