Changeset 1628 in lmdz_wrf


Ignore:
Timestamp:
Sep 10, 2017, 9:03:51 PM (7 years ago)
Author:
lfita
Message:

Using 'WRF_to_newCF' after 'diagnostics' for WRF and WRF_LMDZ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

    r1623 r1628  
    892892                try:
    893893                    with gen.Capturing() as output:
    894                         ncvar.WRF_toCF(values, ifilen)
     894                        ncvar.WRF_to_newCF(values, ifilen, 'all')
    895895                except:
    896896                    print errmsg
    897                     print 'WRF_toCF('+ values +', ' + ifilen + ')'
     897                    print 'WRF_to_newCF('+ values +', ' + ifilen + ',all')'
    898898                    for s1out in output: print s1out
    899899                    # Removing file in order to make sure that it will be redone
Note: See TracChangeset for help on using the changeset viewer.