Changeset 2816 in lmdz_wrf for trunk/tools/create_OBSnetcdf.py


Ignore:
Timestamp:
Apr 22, 2020, 10:15:07 PM (5 years ago)
Author:
lfita
Message:

Adding new debug print and better description of the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/create_OBSnetcdf.py

    r2802 r2816  
    715715        line = line.replace('\n','').replace(chr(13),'')
    716716        if not searchInlist(comchar,line[0:1]) and len(line) > 1 and iline > jBl-1:
     717            if dbg: print line
    717718            # Getting values
    718719            if colchar[0:4] != 'None':
     
    16831684    # Getting new variables to describe certain units as codeEXTRA_[ref] from an
    16841685    #   external file
     1686    print 'desc varU', description['varU'][ivar][0:10]
    16851687    if description['varU'][ivar][0:10] == 'extra_code':
    16861688        EXTRAcodevar(description['varU'][ivar], objfile)
Note: See TracChangeset for help on using the changeset viewer.