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 | |
---|
3 | from mcd import mcd |
---|
4 | |
---|
5 | |
---|
6 | yeah = mcd() |
---|
7 | |
---|
8 | yeah.diurnal() |
---|
9 | yeah.getascii(["u","t"],filename="diurnal.txt") |
---|
10 | |
---|
11 | |
---|
12 | yeah.zonal() |
---|
13 | yeah.getascii(["u","t"],filename="zonal.txt") |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.