Changeset 1296 in lmdz_wrf for trunk


Ignore:
Timestamp:
Nov 9, 2016, 8:36:29 PM (8 years ago)
Author:
lfita
Message:

Making use of `DYNAMICO_toCF'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

    r1294 r1296  
    920920                try:
    921921                    with gen.Capturing() as output:
    922                         ncvar.LMDZ_toCF(Tunits + '!since!' + Tref, ifilen)
     922                        ncvar.DYNAMICO_toCF(Tunits + '!since!' + Tref, ifilen)
    923923                except:
    924924                    print errmsg
    925                     print 'LMDZ_toCF('+ Tunits +'!since!'+ Tref + ', ' + ifilen + ')'
     925                    print 'DYNAMICO_toCF('+Tunits+'!since!'+Tref+ ', ' + ifilen + ')'
    926926                    for s1out in output: print s1out
    927927                    # Removing file in order to make sure that it will be redone
Note: See TracChangeset for help on using the changeset viewer.