Changeset 1331


Ignore:
Timestamp:
Aug 26, 2014, 2:46:46 PM (10 years ago)
Author:
emillour
Message:

Mars GCM:

  • Bug fix: Enforce recomputation of reaction rates at every call of routine prodsandlosses (in paramfoto_compact.F)

FGG

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1312 r1331  
    21372137the physics. This is to be consistent with what is done in LMDZ.COMMON.
    21382138
     2139== 26/08/2014 == FGG
     2140- Bug fix: Enforce recomputation of reaction rates at every call of
     2141  routine prodsandlosses (in paramfoto_compact.F)
  • trunk/LMDZ.MARS/libf/aeronomars/paramfoto_compact.F

    r1266 r1331  
    12831283         jion(2,i,1)=jion(2,i,1) +
    12841284     $        jfotsout(inter,2,i) * fluxtop(inter) * (1.-efdiso2(inter))
    1285 !         if(ig.eq.1.and.i.eq.39)write(*,*)'paramfoto_compact/1355',
    1286 !     $        jion(2,i,1),jfotsout(inter,2,i),fluxtop(inter)
    12871285         
    12881286c     O3P
     
    29712969ccccccccccccccc CODE STARTS
    29722970
    2973       !Initialization
    2974       if (firstcall) then
    2975         firstcall= .false.
     2971      !Initialization'
     2972!      if (firstcall) then
     2973!        firstcall= .false.
    29762974        do j=1,nreact
    29772975           Lco2(i,j) = 0.d0
     
    30893087        Pelecttot(i) = 0.0d0
    30903088        Lelecttot(i) = 0.0d0
    3091       endif
    3092 
    3093 
     3089!      endif
     3090
     3091     
    30943092
    30953093      !!! Productions and losses reaction by reaction
     
    35673565         Pnoplus(i,62)     = ch62 *  co2plusxinput * noxinput
    35683566         Pco2(i,62)        = Pnoplus(i,62) !ch62 *  co2plusxinput * noxinput
    3569 
     3567         
    35703568
    35713569c     R63 :   CO2+  +  N    -->  NO  + CO+
Note: See TracChangeset for help on using the changeset viewer.