source: trunk/MESOSCALE_DEV/PLOT/PYTHON/mylib/map.py @ 296

Last change on this file since 296 was 296, checked in by aslmd, 14 years ago

MESOSCALE: graphics, added map/section examples in python. Registry, added thermals-related variables.

  • Property svn:executable set to *
File size: 352 bytes
RevLine 
[296]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.