source:
trunk/UTIL/PYTHON/mcd/examples/exampleascii.py
@
943
Last change on this file since 943 was 943, checked in by , 12 years ago | |
---|---|
|
|
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.