Changeset 388 in lmdz_wrf
- Timestamp:
- Mar 31, 2015, 4:55:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/WRF_namelist_check.py
r221 r388 299 299 # All kinds 300 300 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': 302 303 print errormsg 303 304 print ' ' + fname + ": kind '" + trykind + "' not ready !!"
Note: See TracChangeset
for help on using the changeset viewer.