Contents:
Python interface to NASA Earth-GRAM2010 software.
NOTE: | You must manually set the ‘exec’ variable in this module. |
---|---|
REQUIREMENTS: | NASA Earth-GRAM2010 software (available on request from NASA) atpy numpy |
TO-DO_LIST: | Automatically search path for executable, rather than require manual setting. Be much smarter about scraping data from the ASCII files (e.g., BeautifulSoup?) |
HISTORY: | 2011-10-19 13:10 IJMC: Created. |
Find section breaks in a GRAM output text file.
Inputs : |
|
---|---|
Options : |
|
Output : |
|
Notes : | Note that no end-of-file index will be returned, unless the proper delimiter is found there. |
Generate .atm-format ASCII text from GRAM atmospheric data.
Inputs : |
|
---|---|
Options : |
|
Outputs : |
|
Notes : |
I (IJMC) use these .atm files with D. Feldman’s LBLRTM Matlab wrapper scripts |
See_also : |
Parse a GRAM2010 ‘output.txt’ output file.
Inputs : |
|
||||
---|---|---|---|---|---|
Options : |
|
||||
Outputs : | data structure |
||||
Notes : |
|
Parse a GRAM2010 ‘species.txt’ output file.
Inputs : |
|
||
---|---|---|---|
Options : |
|
||
Outputs : | data structure |
||
Notes : |
|