Changeset 2686 in lmdz_wrf
- Timestamp:
- Aug 10, 2019, 11:56:28 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/create_OBSnetcdf.py
r2685 r2686 641 641 for line in ofile: 642 642 line = line.replace('\n','').replace(chr(13),'') 643 print iline, 'jBl', jBl644 643 if not searchInlist(comchar,line[0:1]) and len(line) > 1 and iline > jBl-1: 645 644 # Getting values … … 1520 1519 quit(-1) 1521 1520 1522 1523 1521 print 'Number of variables', Nvariables 1524 1522 print 'Number of long names', len(description['varLN']) 1525 1526 1523 1527 1524 if len(formats) != Nvariables:
Note: See TracChangeset
for help on using the changeset viewer.