source:
trunk/LMDZ.VENUS/libf/phyvenus/nirdata.h
Last change on this file was 1310, checked in by , 10 years ago | |
---|---|
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.