Changeset 1219 in lmdz_wrf for trunk/tools
- Timestamp:
- Oct 20, 2016, 11:58:48 AM (8 years ago)
- Location:
- trunk/tools
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/TS_ASCII_netCDF.py
r928 r1219 1 # Python script to transfomr ASCII LIDAR outputs to netCDF 1 # Python script to transfomr ASCII Time-series WRF outputs to netCDF 2 # From L. Fita work in different places: LMD (France) 3 # More information at: http://www.xn--llusfb-5va.cat/python/PyNCplot 4 # 5 # pyNCplot and its component TS_ASCII_netCDF.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 # 9 2 10 ## g.e. # TS_ASCII_netCDF.py -f //media/ExtDiskD/bkup/ciclad/etudes/WL_HyMeX/iop15/wrf/run/control/stations_20121018000000-20121022000000/h0001.d01.TS -s 20121018000000 3 11 -
trunk/tools/drawing.py
r1217 r1219 1 1 # Python to manage plot data in netCDF files. 2 2 # From L. Fita work in different places: LMD (France) 3 # More information at: http://www. lluÃsfb.cat/python/PyNCplot3 # More information at: http://www.xn--llusfb-5va.cat/python/PyNCplot 4 4 # 5 5 # pyNCplot and its component drawing.py comes with ABSOLUTELY NO WARRANTY. -
trunk/tools/drawing_tools.py
r1217 r1219 2 2 # Python tools to plot netCDF files. 3 3 # From L. Fita work in different places: LMD (France) 4 # More information at: http://www. lluÃsfb.cat/python/PyNCplot4 # More information at: http://www.xn--llusfb-5va.cat/python/PyNCplot 5 5 # 6 6 # pyNCplot and its component drawing_tools.py comes with ABSOLUTELY NO WARRANTY. -
trunk/tools/generic.py
r1217 r1219 3 3 # Python to manage netCDF files. 4 4 # From L. Fita work in different places: LMD (France) 5 # More information at: http://www. lluÃsfb.cat/python/PyNCplot5 # More information at: http://www.xn--llusfb-5va.cat/python/PyNCplot 6 6 # 7 7 # pyNCplot and its component generic.py comes with ABSOLUTELY NO WARRANTY. -
trunk/tools/generic_tools.py
r1217 r1219 2 2 # Python tools 3 3 # From L. Fita work in different places: CCRC (Australia), LMD (France) 4 # More information at: http://www. lluÃsfb.cat/python/PyNCplot4 # More information at: http://www.xn--llusfb-5va.cat/python/PyNCplot 5 5 # 6 6 # pyNCplot and its component generic_tools.py comes with ABSOLUTELY NO WARRANTY. -
trunk/tools/nc_var.py
r1217 r1219 2 2 # Python to manage netCDF files. 3 3 # From L. Fita work in different places: CCRC (Australia), LMD (France) 4 # More information at: http://www. lluÃsfb.cat/python/PyNCplot4 # More information at: http://www.xn--llusfb-5va.cat/python/PyNCplot 5 5 # 6 6 # pyNCplot and its component nc_var.py comes with ABSOLUTELY NO WARRANTY. -
trunk/tools/nc_var_tools.py
r1217 r1219 1 1 # Python tools to manage netCDF files. 2 2 # From L. Fita work in different places: CCRC (Australia), LMD (France) 3 # More information at: http://www. lluÃsfb.cat/python/PyNCplot3 # More information at: http://www.xn--llusfb-5va.cat/python/PyNCplot 4 4 # 5 5 # pyNCplot and its component nc_var_tools.py comes with ABSOLUTELY NO WARRANTY.
Note: See TracChangeset
for help on using the changeset viewer.