Ignore:
Timestamp:
Dec 8, 2011, 10:04:00 AM (13 years ago)
Author:
emillour
Message:

Mars GCM: Include changes and updates for photochemistry by FL:

  • aeronomars/calchim.F : change in units of surface density.
  • aeronomars/surfacearea.F : new routine to compute ice and dust surface area

(m2/m3) available for heterogeneous reactions.

  • phymars/initracer.F : bug correction: initialize igcm_ch4 and change loop

bounds (when guessing tracer names/properties with
old input files).

  • phymars/watercloud.F : cleanup.
  • phymars/physiq.F : add call to surfacearea; photochemistry is now called

after sedimentation to take into acount updated rdust
and rice.

EM

File:
1 edited

Legend:

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

    r455 r459  
    139139            nqchem_start=dustbin+1
    140140          end if
    141           do iq=nqchem_start,nqchem_start+ncomp-1
     141          do iq=nqchem_start,nqchem_start+ncomp-2
    142142            noms(iq)=nomchem(iq-nqchem_start+1)
    143143            mmol(iq)=mmolchem(iq-nqchem_start+1)
     
    229229      igcm_ho2=0
    230230      igcm_h2o2=0
     231      igcm_ch4=0
    231232      igcm_n2=0
    232233      igcm_ar=0
Note: See TracChangeset for help on using the changeset viewer.