source: trunk/UTIL/PYTHON/mcd/exampleascii.py @ 811

Last change on this file since 811 was 811, checked in by aslmd, 12 years ago

UTIL PYTHON mcd interface. added option to print ASCII file. added sanity checks. topography contours are all solid lines. html section have cleaner bounds for axis. allowed for more separator namely , and /

  • Property svn:executable set to *
File size: 181 bytes
Line 
1#! /usr/bin/python
2
3from mcd import mcd
4
5
6yeah = mcd()
7
8yeah.diurnal()
9yeah.getascii(["u","t"],filename="diurnal.txt")
10
11
12yeah.zonal()
13yeah.getascii(["u","t"],filename="zonal.txt")
14
Note: See TracBrowser for help on using the repository browser.