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: |
|