Skip to content

Commit

Permalink
Fix result CMLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Apr 15, 2024
1 parent ba91204 commit 5962272
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<cubes xmlns="urn:x-iris:cubeml-0.2">
<cube dtype="float64" standard_name="air_temperature" units="kelvin">
<attributes>
<attribute name="GRIB_PARAM" value="GRIB1:d002c074n011"/>
<attribute name="GRIB_PARAM" value="GRIB1:t002c074n011"/>
</attributes>
<coords>
<coord>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<cubes xmlns="urn:x-iris:cubeml-0.2">
<cube dtype="float64" standard_name="air_temperature" units="kelvin">
<attributes>
<attribute name="GRIB_PARAM" value="GRIB1:d002c007n011"/>
<attribute name="GRIB_PARAM" value="GRIB1:t002c007n011"/>
</attributes>
<coords>
<coord>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<cubes xmlns="urn:x-iris:cubeml-0.2">
<cube dtype="float64" units="unknown">
<attributes>
<attribute name="GRIB_PARAM" value="GRIB1:d002c007n061"/>
<attribute name="GRIB_PARAM" value="GRIB1:t002c007n061"/>
</attributes>
<coords>
<coord>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<cubes xmlns="urn:x-iris:cubeml-0.2">
<cube dtype="float64" standard_name="air_temperature" units="kelvin">
<attributes>
<attribute name="GRIB_PARAM" value="GRIB1:d002c074n011"/>
<attribute name="GRIB_PARAM" value="GRIB1:t002c074n011"/>
</attributes>
<coords>
<coord>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<cubes xmlns="urn:x-iris:cubeml-0.2">
<cube dtype="float64" standard_name="x_wind" units="m s-1">
<attributes>
<attribute name="GRIB_PARAM" value="GRIB1:d002c007n033"/>
<attribute name="GRIB_PARAM" value="GRIB1:t002c007n033"/>
</attributes>
<coords>
<coord>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<cubes xmlns="urn:x-iris:cubeml-0.2">
<cube dtype="float64" standard_name="air_temperature" units="kelvin">
<attributes>
<attribute name="GRIB_PARAM" value="GRIB1:d003c074n011"/>
<attribute name="GRIB_PARAM" value="GRIB1:t003c074n011"/>
</attributes>
<coords>
<coord>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<cubes xmlns="urn:x-iris:cubeml-0.2">
<cube dtype="float64" long_name="UNKNOWN LOCAL PARAM 106.137" units="unknown">
<attributes>
<attribute name="GRIB_PARAM" value="GRIB1:d137c074n106"/>
<attribute name="GRIB_PARAM" value="GRIB1:t137c074n106"/>
</attributes>
<coords>
<coord>
Expand Down

0 comments on commit 5962272

Please sign in to comment.