Changeset 2820 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Apr 25, 2020, 5:13:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2814 r2820 1269 1269 ncfile = netCDF file 1270 1270 """ 1271 fname = 'gaddatr' 1272 1273 if values == 'h': 1274 print fname + '_____________________________________________________________' 1275 print gaddatr.__doc__ 1276 quit() 1277 1271 1278 if not os.path.isfile(ncfile): 1272 1279 print errormsg
Note: See TracChangeset
for help on using the changeset viewer.