Changeset 1331
- Timestamp:
- Aug 26, 2014, 2:46:46 PM (10 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1312 r1331 2137 2137 the physics. This is to be consistent with what is done in LMDZ.COMMON. 2138 2138 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 1283 1283 jion(2,i,1)=jion(2,i,1) + 1284 1284 $ 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)1287 1285 1288 1286 c O3P … … 2971 2969 ccccccccccccccc CODE STARTS 2972 2970 2973 !Initialization 2974 if (firstcall) then2975 firstcall= .false.2971 !Initialization' 2972 ! if (firstcall) then 2973 ! firstcall= .false. 2976 2974 do j=1,nreact 2977 2975 Lco2(i,j) = 0.d0 … … 3089 3087 Pelecttot(i) = 0.0d0 3090 3088 Lelecttot(i) = 0.0d0 3091 endif3092 3093 3089 ! endif 3090 3091 3094 3092 3095 3093 !!! Productions and losses reaction by reaction … … 3567 3565 Pnoplus(i,62) = ch62 * co2plusxinput * noxinput 3568 3566 Pco2(i,62) = Pnoplus(i,62) !ch62 * co2plusxinput * noxinput 3569 3567 3570 3568 3571 3569 c R63 : CO2+ + N --> NO + CO+
Note: See TracChangeset
for help on using the changeset viewer.