Changeset 1638 in lmdz_wrf


Ignore:
Timestamp:
Sep 10, 2017, 10:01:34 PM (8 years ago)
Author:
lfita
Message:

Assuming that all diagnostics are outputed with CF-times

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

    r1632 r1638  
    889889            # CFification of files
    890890            if minf.name == 'WRF' or minf.name == 'WRF_LMDZ':
    891                 values = vdnx + ':' + vdny + ':' + vdnt + ':'+ Tref + ':' + Tunits
     891                # Assuming that all diagnostics are outputed with CF-times
     892                values = vdnx + ':' + vdny + ':' + 'time:'+ Tref + ':' + Tunits
    892893                try:
    893894                    with gen.Capturing() as output:
Note: See TracChangeset for help on using the changeset viewer.