Last change
on this file since 1029 was
1029,
checked in by aslmd, 11 years ago
|
UTIL PYTHON planetoplot_v2
- added keywords nxticks nyticks xp yp missing for improved plot settings
- added function to print contents of pp object
- added to ppplot a function figureref to easily set a figure of given size
- bug fix affecting .ppobj objects containing fields with missing values
- bug fix when size of z coordinate do not match field
- bug fix for Ls time coordinates (added changetime=correctls)
- bug fix if not connected to internet
- tidying up examples
|
-
Property svn:executable set to
*
|
File size:
343 bytes
|
Rev | Line | |
---|
[1029] | 1 | #! /bin/bash |
---|
| 2 | |
---|
| 3 | cd reference |
---|
| 4 | |
---|
| 5 | ./aire.py |
---|
| 6 | ./function.py |
---|
| 7 | ./hodograph.py |
---|
| 8 | ./les_psfc.py |
---|
| 9 | ./minimal.py |
---|
| 10 | ./simple.py |
---|
| 11 | ./zonalmean.py |
---|
| 12 | ./anomaly.py |
---|
| 13 | ./gw.py |
---|
| 14 | ./tide.py |
---|
| 15 | ./windspeed.py |
---|
| 16 | ./gw_v2.py |
---|
| 17 | ./meso_profile.py |
---|
| 18 | ./scatter.py |
---|
| 19 | ./vector.py |
---|
| 20 | ./zonalcontour.py |
---|
| 21 | |
---|
| 22 | tar czvf /home/aymeric/Dropbox/Public/demo_data.tar.gz *.ppobj |
---|
| 23 | |
---|
| 24 | mv *.ppobj ../../demo_data/ |
---|
| 25 | \rm *.png |
---|
| 26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.