Changeset 2809 for trunk/LMDZ.VENUS


Ignore:
Timestamp:
Oct 20, 2022, 11:21:31 AM (2 years ago)
Author:
emillour
Message:

Venus GCM:
Bug fix in jthermcalc_e107 (wrong indexes used in some computations involving NO2 and H2)
AM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/jthermcalc_e107.F

    r2464 r2809  
    224224     $        (wm(i)*auxjo3p(ind+1) + wp(i)*auxjo3p(ind))
    225225         !H2 interpolated coefficient
    226          jfotsout(indexint,5,auxi) = jfotsout(indexint,5,auxi) *
     226         jfotsout(indexint,5,auxi) = jfotsout(indexint,5,nlayer) *
    227227     $        (wm(i)*auxjh2(ind+1) + wp(i)*auxjh2(ind))
    228228      enddo
     
    771771               !NO2 interpolated coefficient
    772772               jfotsout(indexint,13,auxi)=
    773      $              jfotsout(indexint,13,auxi) *
     773     $              jfotsout(indexint,13,nlayer) *
    774774     $              (wm(i)*auxjno2(ind+1)+wp(i)*auxjno2(ind)) *
    775775     $              cortemp(i)
Note: See TracChangeset for help on using the changeset viewer.