source:
trunk/UTIL/PYTHON/mcd/examples/exampleascii.py
@
1027
Last change on this file since 1027 was 944, checked in by , 12 years ago | |
---|---|
|
|
File size: 185 bytes |
Rev | Line | |
---|---|---|
[944] | 1 | #! /usr/bin/env python |
[811] | 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.