Changeset 1377 in lmdz_wrf
- Timestamp:
- Dec 6, 2016, 6:48:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/model_graphics.py
r1371 r1377 3 3 # LMD, Jussieu/Palaisseau, France 4 4 # Script configuration get from ASCII file 'model_graphics.dat' 5 6 # Wheeler-Kiladis diagram: https://github.com/UV-CDAT/wk 7 # $ cd /home/lluis/Downloads 8 # $ git clone https://github.com/UV-CDAT/wk 9 # $ cd wk 10 # $ su 11 # # python setup.py build >& run_pysetup.log 12 # # python setup.py install >& run_pyinstall.log 5 13 6 14 import numpy as np
Note: See TracChangeset
for help on using the changeset viewer.