Changeset 2808 for trunk/LMDZ.MARS/libf/aeronomars
- Timestamp:
- Oct 20, 2022, 10:09:46 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/aeronomars/jthermcalc_e107.F
r2615 r2808 238 238 $ (wm(i)*auxjo3p(ind+1) + wp(i)*auxjo3p(ind)) 239 239 !H2 interpolated coefficient 240 jfotsout(indexint,5,auxi) = jfotsout(indexint,5, auxi) *240 jfotsout(indexint,5,auxi) = jfotsout(indexint,5,nlayer) * 241 241 $ (wm(i)*auxjh2(ind+1) + wp(i)*auxjh2(ind)) 242 242 enddo … … 790 790 !NO2 interpolated coefficient 791 791 jfotsout(indexint,13,auxi)= 792 $ jfotsout(indexint,13, auxi) *792 $ jfotsout(indexint,13,nlayer) * 793 793 $ (wm(i)*auxjno2(ind+1)+wp(i)*auxjno2(ind)) * 794 794 $ cortemp(i)
Note: See TracChangeset
for help on using the changeset viewer.