source: trunk/UTIL/PYTHON/examples/map.py @ 796

Last change on this file since 796 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
Line 
1#!/usr/bin/env python
2from myplot import latinterv, define_proj, makeplotres
3[wlon,wlat] = latinterv("Africa")
4define_proj("ortho",wlon,wlat,back="blueclouds")
5makeplotres("blueclouds",ext='ps')
6define_proj("ortho",wlon,wlat,back="blue")
7makeplotres("blue",ext='ps')
8define_proj("ortho",wlon,wlat,back="justclouds")
9makeplotres("justclouds",ext='ps')
10
Note: See TracBrowser for help on using the repository browser.