source: trunk/UTIL/PYTHON/mcd/examples/exampleascii.py @ 943

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

clean and organized UTIL/PYTHON folder

  • 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.