Changeset 1677 in lmdz_wrf
- Timestamp:
- Dec 4, 2017, 5:41:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1673 r1677 46 46 # compute_tevolboxtraj: Function to compute tevolboxtraj: temporal evolution at a given point along a box following a trajectory 47 47 # compute_tevolboxtraj_radialsec: Function to compute tevolboxtraj_radialsec: temporal evolution at a given point along a number of radii at a given frequency following a trajectory 48 # compute_WRFtime: unction to copmute CFtimes from WRFtime variable48 # compute_WRFtime: function to copmute CFtimes from WRFtime variable 49 49 # curve_section: Function to provide a section of a file following a given curve 50 50 # DataSetSection: Function to get a section (values along a dimension) of a given data-set … … 1078 1078 ObjFile.setncattr('url', 'http://www.xn--llusfb-5va.cat/python/PyNCplot') 1079 1079 ObjFile.setncattr('script', pyscript) 1080 ObjFile.setncattr('function', funcname) 1080 if funcname is not None: 1081 ObjFile.setncattr('function', funcname) 1081 1082 ObjFile.setncattr('version', version) 1082 1083
Note: See TracChangeset
for help on using the changeset viewer.