source: trunk/LMDZ.VENUS/libf/phyvenus/nirdata.h @ 3461

Last change on this file since 3461 was 1310, checked in by slebonnois, 10 years ago

SL: VENUS VERTICAL EXTENSION. NLTE and thermospheric processes, to be run with 78 levels and specific inputs.

File size: 289 bytes
Line 
1
2      integer npres                ! Number of pressures in NIR correction
3      parameter (npres=42)         ! table
4
5      common /NIRdata/ pres1d,corgcm,oco21d,alfa,p1999
6      real    pres1d(npres)
7      real    corgcm(npres)
8      real    oco21d(npres),alfa(npres),p1999(npres)
9   
Note: See TracBrowser for help on using the repository browser.