Last change
on this file since 1944 was
498,
checked in by emillour, 13 years ago
|
Mars GCM: Cleanup of the NLTE routines which have been packed together to limit the number of files.
Also enforced that file names are non-capitalized (needed by the create_make_gcm scripts to better evaluate dependencies when building the makefile).
FGG+EM
|
File size:
284 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) |
---|
Note: See
TracBrowser
for help on using the repository browser.