Changeset 388 in lmdz_wrf


Ignore:
Timestamp:
Mar 31, 2015, 4:55:11 PM (10 years ago)
Author:
lfita
Message:

Adding 'character' checking conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/WRF_namelist_check.py

    r221 r388  
    299299# All kinds
    300300    allkinds = intk + intr + intl
    301     if not searchInlist(allkinds, trykind):
     301    if not searchInlist(allkinds, trykind) and trykind[0:9] != 'character' and       \
     302      trykind[0:9] != 'CHARACTER':
    302303        print errormsg
    303304        print '  ' + fname + ": kind '" + trykind + "' not ready !!"
Note: See TracChangeset for help on using the changeset viewer.