Ignore:
Timestamp:
Jul 26, 2013, 12:54:55 PM (12 years ago)
Author:
emillour
Message:

Mars GCM:

  • Upgrade on the thermospheric photochemical reaction rates. These are now read in from a file "chemthermos_reactionrates.def".

FGG + JYC

File:
1 edited

Legend:

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

    r1005 r1013  
    470470         if(callnlte.and.nltemodel.eq.2) call nlte_setup
    471471         if(callnirco2.and.nircorr.eq.1) call NIR_leedat
     472         if(thermochem) call chemthermos_readini
    472473
    473474        IF (tracer.AND.water.AND.(ngridmx.NE.1)) THEN
     
    17271728               call wstats(ngrid,'albedo',
    17281729     &                         'albedo',
    1729      &                         '',2,albedo(1:ngridmx,1))
     1730     &                         '',2,albedo(1,1))
    17301731               call wstats(ngrid,"mtot",
    17311732     &                    "total mass of water vapor","kg/m2",
     
    20442045            CALL WRITEDIAGFI(ngridmx,'albedo',
    20452046     &                         'albedo',
    2046      &                         '',2,albedo(1:ngridmx,1))
     2047     &                         '',2,albedo(1,1))
    20472048              if (tifeedback) then
    20482049                 call WRITEDIAGSOIL(ngridmx,"soiltemp",
Note: See TracChangeset for help on using the changeset viewer.