- Timestamp:
- Mar 31, 2015, 4:55:11 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tools/WRF_namelist_check.py (modified) (1 diff)
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.
![(please configure the [header_logo] section in trac.ini)](/LMDZ_WRF/chrome/site/your_project_logo.png)