Changeset 2808
- Timestamp:
- Oct 20, 2022, 10:09:46 AM (2 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2807 r2808 3753 3753 Add reference def files used to generate MCDv6.1 in deftank 3754 3754 (as a side note MCDv6.1 was generated using r2740 of the GCM) 3755 3756 == 20/10/2022 == AM 3757 Bug fix in jthermcalc_e107 (wrong indexes used in some computations involving 3758 NO2 and H2). -
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) -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r2685 r2808 2999 2999 c call WRITEDIAGFI(ngrid,"pplay","Pressure","Pa",3,zplay) 3000 3000 c call WRITEDIAGFI(ngrid,"pplev","Pressure","Pa",3,zplev) 3001 call writediagfi(ngrid,"pphi","Geopotential","m2s-2",3, 3002 & pphi) 3003 call writediagfi(ngrid,"phisfi","Surface geopotential", 3004 & "m2s-2",2,phisfi) 3001 3005 call WRITEDIAGFI(ngrid,"tsurf","Surface temperature","K",2, 3002 3006 & tsurf)
Note: See TracChangeset
for help on using the changeset viewer.