Changeset 1431 in lmdz_wrf


Ignore:
Timestamp:
Jan 20, 2017, 12:57:59 PM (8 years ago)
Author:
lfita
Message:

Adding 'mthDYNAMICO' in different places

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

    r1424 r1431  
    5151    ifkeys = {'WRFexps': ['models','WRF'], 'LMDZexps': ['models','LMDZ'],            \
    5252      'WRF_LMDZexps': ['models','WRF_LMDZ'], 'DYNAMICOexps': ['models','DYNAMICO'],  \
     53      'mthDYNAMICOexps': ['models','mthDYNAMICO'],                                   \
    5354      'WRFheaders': ['models','WRF'], 'WRF_LMDZheaders': ['models','WRF_LMDZ'],      \
    54       'LMDZheaders': ['models','LMDZ'], 'DYNAMICOheaders': ['models','DYNAMICO']}
     55      'LMDZheaders': ['models','LMDZ'], 'DYNAMICOheaders': ['models','DYNAMICO'],    \
     56      'mthDYNAMICOheaders': ['models','mthDYNAMICO']}
    5557
    5658    # Dictionary with the optional keys (at least one) which are required as function
     
    857859                    requiredinterpvars = ['pres', 'psol', 'geop', 'phis', 'temp',    \
    858860                      'ovap', 'lon', 'lat', 'time_counter']
     861                elif minf.name == 'mthDYNAMICO':
     862                    requiredinterpvars = ['pres', 'psol', 'geop', 'phis', 'temp',    \
     863                      'ovap', 'lon', 'lat', 'time_centered']
    859864                else:
    860865                    print errmsg
Note: See TracChangeset for help on using the changeset viewer.