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

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

associated changes to previous commit. additional readmes and fixes.

  • Property svn:executable set to *
File size: 185 bytes
Line 
1#! /usr/bin/env 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.