Changeset 2686 in lmdz_wrf


Ignore:
Timestamp:
Aug 10, 2019, 11:56:28 AM (5 years ago)
Author:
lfita
Message:

Fixing prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/create_OBSnetcdf.py

    r2685 r2686  
    641641    for line in ofile:
    642642        line = line.replace('\n','').replace(chr(13),'')
    643         print iline, 'jBl', jBl
    644643        if not searchInlist(comchar,line[0:1]) and len(line) > 1 and iline > jBl-1:
    645644            # Getting values
     
    15201519    quit(-1)
    15211520
    1522 
    15231521print 'Number of variables', Nvariables
    15241522print 'Number of long names', len(description['varLN'])
    1525 
    15261523
    15271524if len(formats) != Nvariables:
Note: See TracChangeset for help on using the changeset viewer.