Changeset 1951 in lmdz_wrf for trunk/tools
- Timestamp:
- Jul 22, 2018, 10:00:58 PM (7 years ago)
- Location:
- trunk/tools
- Files:
-
- 7 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/create_OBSnetcdf.py
r1950 r1951 1104 1104 elif codevalues['codeTYPE'] == 'I': 1105 1105 newvar = onc.createVariable(codedimn, 'i', (codedimn)) 1106 for iv in range(Ncodes): newvar[iv] = int eger(codvals[iv])1106 for iv in range(Ncodes): newvar[iv] = int(codvals[iv]) 1107 1107 elif codevalues['codeTYPE'] == 'S': 1108 1108 newvar = onc.createVariable(codedimn, 'c', (codedimn, 'Lstringcode')) -
trunk/tools/description.dat.template
r263 r1951 13 13 varBUFR= 14 14 varTYPE= 15 varOPER= 15 16 16 17 NAMElon= -
trunk/tools/wmo_0509.code
r1950 r1951 2 2 short_description|High cloud type 3 3 wmo_code|0509 4 long_description|Clouds of genera Cirrus, Cirrocumulus and Cirrostratus. 4 long_description|Clouds of genera Cirrus, Cirrocumulus and Cirrostratus. 5 5 codeTYPE|S 6 6 @| Values
Note: See TracChangeset
for help on using the changeset viewer.