Changeset 1287 in lmdz_wrf for trunk


Ignore:
Timestamp:
Nov 8, 2016, 8:06:45 PM (8 years ago)
Author:
lfita
Message:

Adding a new debug printing on `WRF-CFification'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

    r1270 r1287  
    11921192                if minf.name == 'WRF' or minf.name == 'WRF_LMDZ':
    11931193                    values = vdnx + ':' + vdny + ':'+ Tref + ':' + Tunits
     1194                    if db:
     1195                        print "   CFification of '" + fileon + "' with:", values, "..."
    11941196                    try:
    11951197                        with gen.Capturing() as output:
Note: See TracChangeset for help on using the changeset viewer.