Changeset 2816 in lmdz_wrf for trunk/tools


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

Location:
trunk/tools
Files:
2 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)
  • trunk/tools/extra_smn-pr.code

    r2815 r2816  
    22short_description|SMN Precipitation code
    33wmo_code|-
    4 long_description|Additional information for the precipitation field
     4long_description|Additional information for the precipitation field from the daily surface measurements of Servicio Meteorologico Nacional (SMN, Argentina)
    55codeTYPE|S
    66@| Values
Note: See TracChangeset for help on using the changeset viewer.