Changeset 2398 in lmdz_wrf for trunk/tools
- Timestamp:
- Mar 11, 2019, 8:21:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/tools/nc_var_tools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2397 r2398 2462 2462 self.lastTm = None 2463 2463 else: 2464 if not ncfu.variables.has_key(tname): 2465 print errormsg 2466 print ' ' + fname + ": file does not have variable time '" + tname +\ 2467 "' !!" 2468 Varns = ncfu.variables.keys() 2469 Varns.sort() 2470 print ' available ones:', Varns 2464 2471 times = ncfu.variables[tname] 2465 2472 attvar = times.ncattrs()
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/LMDZ_WRF/chrome/site/your_project_logo.png)