Skip to content

Commit

Permalink
py3k: Change GRIB originating centres to Unicode.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Sep 16, 2015
1 parent 37dc9f2 commit f52aa8d
Show file tree
Hide file tree
Showing 42 changed files with 51 additions and 49 deletions.
14 changes: 8 additions & 6 deletions lib/iris/fileformats/grib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@
_load_rules = None


CENTRE_TITLES = {'egrr': 'U.K. Met Office - Exeter',
'ecmf': 'European Centre for Medium Range Weather Forecasts',
'rjtd': 'Tokyo, Japan Meteorological Agency',
'55' : 'San Francisco',
'kwbc': 'US National Weather Service, National Centres for Environmental Prediction'}
CENTRE_TITLES = {
'egrr': u'U.K. Met Office - Exeter',
'ecmf': u'European Centre for Medium Range Weather Forecasts',
'rjtd': u'Tokyo, Japan Meteorological Agency',
'55': u'San Francisco',
'kwbc': u'US National Weather Service, National Centres for Environmental '
u'Prediction'}

TIME_RANGE_INDICATORS = {0:'none', 1:'none', 3:'time mean', 4:'time sum',
5:'time _difference', 10:'none',
Expand Down Expand Up @@ -449,7 +451,7 @@ def _compute_extra_keys(self):
#originating centre
#TODO #574 Expand to include sub-centre
self.extra_keys['_originatingCentre'] = CENTRE_TITLES.get(
centre, "unknown centre %s" % centre)
centre, u'unknown centre %s' % centre)

#forecast time unit as a cm string
#TODO #575 Do we want PP or GRIB style forecast delta?
Expand Down
6 changes: 3 additions & 3 deletions lib/iris/tests/results/grib_load/3_layer.cml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down Expand Up @@ -65,7 +65,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down Expand Up @@ -99,7 +99,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[999900.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/earth_shape_0.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/earth_shape_1.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/earth_shape_2.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/earth_shape_3.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/earth_shape_4.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/earth_shape_5.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/earth_shape_6.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/earth_shape_7.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/earth_shape_grib1.cml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="6eef7051" long_name="pressure" points="[1000]" shape="(1,)" units="Unit('hPa')" value_type="int32"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/ineg_jneg.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/ineg_jpos.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/ipos_jneg.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/ipos_jpos.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/lambert_grib1.cml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord datadims="[1]">
<dimCoord id="07a25078" points="[-2396487.0124, -2392487.0124, -2388487.0124,
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/lambert_grib2.cml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dimCoord id="a62739f9" points="[2.0]" shape="(1,)" standard_name="height" units="Unit('m')" value_type="float64"/>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord datadims="[1]">
<dimCoord id="0f43c07d" points="[-2396487.0124, -2392487.0124, -2388487.0124,
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/missing_values_grib2.cml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="cb784457" points="[380304.0]" shape="(1,)" standard_name="time" units="Unit('hours since 1970-01-01 00:00:00', calendar='gregorian')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/polar_stereo_grib1.cml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dimCoord bounds="[[0.0, 0.999999996275]]" id="1d45e087" points="[0.499999998137]" shape="(1,)" standard_name="forecast_period" units="Unit('hours')" value_type="float64"/>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord datadims="[1]">
<dimCoord id="bbb95e38" points="[-1902539.27055, -1897776.27055, -1893013.27055,
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/polar_stereo_grib2.cml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dimCoord id="1d45e087" points="[6]" shape="(1,)" standard_name="forecast_period" units="Unit('hours')" value_type="int32"/>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[unknown centre cwao]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[unknown centre cwao]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[101500.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/reduced_gg_grib2.cml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ European Centre for Medium Range Weather Forecasts]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ European Centre for Medium Range Weather Forecasts]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="a5c170db" long_name="sigma" points="[0.0]" shape="(1,)" units="Unit('1')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/reduced_ll_grib1.cml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="6eef7051" long_name="pressure" points="[850]" shape="(1,)" units="Unit('hPa')" value_type="int32"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="6eef7051" long_name="pressure" points="[850]" shape="(1,)" units="Unit('hPa')" value_type="int32"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/regular_gg_grib1.cml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="6eef7051" long_name="pressure" points="[850]" shape="(1,)" units="Unit('hPa')" value_type="int32"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/regular_gg_grib2.cml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[ US National Weather Service, National Centres for Environmental Prediction]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[52500.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/rotated.cml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="6eef7051" long_name="pressure" points="[600]" shape="(1,)" units="Unit('hPa')" value_type="int32"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/time_bound_grib1.cml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord bounds="[[361152.0, 361155.0]]" id="cb784457" points="[361153.5]" shape="(1,)" standard_name="time" units="Unit('hours since 1970-01-01 00:00:00', calendar='gregorian')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/time_bound_grib2.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/results/grib_load/y_fastest.cml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord id="302bf438" long_name="pressure" points="[100000.0]" shape="(1,)" units="Unit('Pa')" value_type="float64"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord bounds="[[351249.0, 351252.0]]" id="cb784457" points="[351252.0]" shape="(1,)" standard_name="time" units="Unit('hours since 1970-01-01 00:00:00', calendar='gregorian')" value_type="float64"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</dimCoord>
</coord>
<coord>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="string"/>
<auxCoord id="61bde96d" long_name="originating_centre" points="[U.K. Met Office - Exeter]" shape="(1,)" units="Unit('no_unit')" value_type="unicode"/>
</coord>
<coord>
<dimCoord bounds="[[351249.0, 351252.0]]" id="cb784457" points="[351252.0]" shape="(1,)" standard_name="time" units="Unit('hours since 1970-01-01 00:00:00', calendar='gregorian')" value_type="float64"/>
Expand Down
Loading

0 comments on commit f52aa8d

Please sign in to comment.