Changeset 1951 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jul 22, 2018, 10:00:58 PM (7 years ago)
Author:
lfita
Message:

Final version with all WMO codes

Location:
trunk/tools
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/create_OBSnetcdf.py

    r1950 r1951  
    11041104        elif codevalues['codeTYPE'] == 'I':
    11051105            newvar = onc.createVariable(codedimn, 'i', (codedimn))
    1106             for iv in range(Ncodes): newvar[iv] = integer(codvals[iv])
     1106            for iv in range(Ncodes): newvar[iv] = int(codvals[iv])
    11071107        elif codevalues['codeTYPE'] == 'S':
    11081108            newvar = onc.createVariable(codedimn, 'c', (codedimn, 'Lstringcode'))
  • trunk/tools/description.dat.template

    r263 r1951  
    1313varBUFR=
    1414varTYPE=
     15varOPER=
    1516
    1617NAMElon=
  • trunk/tools/wmo_0509.code

    r1950 r1951  
    22short_description|High cloud type
    33wmo_code|0509
    4 long_description|Clouds of genera Cirrus, Cirrocumulus and Cirrostratus.           
     4long_description|Clouds of genera Cirrus, Cirrocumulus and Cirrostratus.
    55codeTYPE|S
    66@| Values
Note: See TracChangeset for help on using the changeset viewer.