Last change
on this file since 806 was
558,
checked in by aslmd, 13 years ago
|
UTIL PYTHON: moved corrected ECMWF stuff for simple use in the main PYTHON directory. corrected planetoplot so that output files from ECMWF can be used. added a more general treatment of lat/lon prescription.
|
-
Property svn:executable set to
*
|
File size:
352 bytes
|
Rev | Line | |
---|
[297] | 1 | #!/usr/bin/env python |
---|
| 2 | from myplot import latinterv, define_proj, makeplotres |
---|
| 3 | [wlon,wlat] = latinterv("Africa") |
---|
| 4 | define_proj("ortho",wlon,wlat,back="blueclouds") |
---|
| 5 | makeplotres("blueclouds",ext='ps') |
---|
| 6 | define_proj("ortho",wlon,wlat,back="blue") |
---|
| 7 | makeplotres("blue",ext='ps') |
---|
| 8 | define_proj("ortho",wlon,wlat,back="justclouds") |
---|
| 9 | makeplotres("justclouds",ext='ps') |
---|
| 10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.