Changeset 2809 for trunk/LMDZ.VENUS
- Timestamp:
- Oct 20, 2022, 11:21:31 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/jthermcalc_e107.F
r2464 r2809 224 224 $ (wm(i)*auxjo3p(ind+1) + wp(i)*auxjo3p(ind)) 225 225 !H2 interpolated coefficient 226 jfotsout(indexint,5,auxi) = jfotsout(indexint,5, auxi) *226 jfotsout(indexint,5,auxi) = jfotsout(indexint,5,nlayer) * 227 227 $ (wm(i)*auxjh2(ind+1) + wp(i)*auxjh2(ind)) 228 228 enddo … … 771 771 !NO2 interpolated coefficient 772 772 jfotsout(indexint,13,auxi)= 773 $ jfotsout(indexint,13, auxi) *773 $ jfotsout(indexint,13,nlayer) * 774 774 $ (wm(i)*auxjno2(ind+1)+wp(i)*auxjno2(ind)) * 775 775 $ cortemp(i)
Note: See TracChangeset
for help on using the changeset viewer.