Changeset 2816 in lmdz_wrf for trunk/tools/create_OBSnetcdf.py
- Timestamp:
- Apr 22, 2020, 10:15:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/create_OBSnetcdf.py
r2802 r2816 715 715 line = line.replace('\n','').replace(chr(13),'') 716 716 if not searchInlist(comchar,line[0:1]) and len(line) > 1 and iline > jBl-1: 717 if dbg: print line 717 718 # Getting values 718 719 if colchar[0:4] != 'None': … … 1683 1684 # Getting new variables to describe certain units as codeEXTRA_[ref] from an 1684 1685 # external file 1686 print 'desc varU', description['varU'][ivar][0:10] 1685 1687 if description['varU'][ivar][0:10] == 'extra_code': 1686 1688 EXTRAcodevar(description['varU'][ivar], objfile)
Note: See TracChangeset
for help on using the changeset viewer.