Changeset 1576 in lmdz_wrf


Ignore:
Timestamp:
May 17, 2017, 1:36:30 AM (8 years ago)
Author:
lfita
Message:

Adding printing of available variables on not-found in `draw_Nlines_time'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing.py

    r1575 r1576  
    25742574            print '  ' + fname + ": netCDF file '" + filen +                         \
    25752575            "' has any variable '", dimvname, "' !!"
     2576            print '    available variables:', objfile.variables.keys()
    25762577            quit(-1)
    25772578
Note: See TracChangeset for help on using the changeset viewer.