Changeset 1217 in lmdz_wrf for trunk/tools/drawing.py
- Timestamp:
- Oct 20, 2016, 11:51:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing.py
r1215 r1217 1 # Python to manage plot data in netCDF files. 2 # From L. Fita work in different places: LMD (France) 3 # More information at: http://www.lluÃsfb.cat/python/PyNCplot 4 # 5 # pyNCplot and its component drawing.py comes with ABSOLUTELY NO WARRANTY. 6 # This work is licendes under a Creative Commons 7 # Attribution-ShareAlike 4.0 International License (http://creativecommons.org/licenses/by-sa/4.0) 8 # 1 9 import numpy as np 2 10 import os
Note: See TracChangeset
for help on using the changeset viewer.