Changeset 2821 in lmdz_wrf
- Timestamp:
- Apr 25, 2020, 5:13:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2820 r2821 1273 1273 if values == 'h': 1274 1274 print fname + '_____________________________________________________________' 1275 print gaddat r.__doc__1275 print gaddattr.__doc__ 1276 1276 quit() 1277 1277 … … 1303 1303 ncfile = netCDF file 1304 1304 """ 1305 1306 if values == 'h': 1307 print fname + '_____________________________________________________________' 1308 print gaddattrk.__doc__ 1309 quit() 1310 1305 1311 if not os.path.isfile(ncfile): 1306 1312 print errormsg
Note: See TracChangeset
for help on using the changeset viewer.