Skip to content

Commit

Permalink
Merge pull request #36 from USGS-CMG/zdefne-usgs-patch-2
Browse files Browse the repository at this point in the history
corrected tests to have CF v48 names
  • Loading branch information
zdefne-usgs authored Jan 9, 2018
2 parents 1f7bc6b + 0cd10b5 commit beb4529
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/base_roms_test.ncml
Original file line number Diff line number Diff line change
Expand Up @@ -481,39 +481,39 @@
</variable>

<variable name="u">
<attribute name="standard_name" type="String" value="x_sea_water_velocity"/>
<attribute name="standard_name" type="String" value="sea_water_x_velocity"/>
<attribute name="grid" type="String" value="grid"/>
<attribute name="display" type="String" value="True"/>
<attribute name="coverage_content_type" type="String" value="modelResult"/>
<attribute name="location" type="String" value="edge1"/>
</variable>

<variable name="ubar">
<attribute name="standard_name" type="String" value="barotropic_x_sea_water_velocity"/>
<attribute name="standard_name" type="String" value="barotropic_sea_water_x_velocity"/>
<attribute name="grid" type="String" value="grid"/>
<attribute name="display" type="String" value="False"/>
<attribute name="coverage_content_type" type="String" value="modelResult"/>
<attribute name="location" type="String" value="edge1"/>
</variable>

<variable name="v">
<attribute name="standard_name" type="String" value="y_sea_water_velocity"/>
<attribute name="standard_name" type="String" value="sea_water_y_velocity"/>
<attribute name="grid" type="String" value="grid"/>
<attribute name="display" type="String" value="True"/>
<attribute name="coverage_content_type" type="String" value="modelResult"/>
<attribute name="location" type="String" value="edge2"/>
</variable>

<variable name="vbar">
<attribute name="standard_name" type="String" value="barotropic_y_sea_water_velocity"/>
<attribute name="standard_name" type="String" value="barotropic_sea_water_y_velocity"/>
<attribute name="grid" type="String" value="grid"/>
<attribute name="display" type="String" value="False"/>
<attribute name="coverage_content_type" type="String" value="modelResult"/>
<attribute name="location" type="String" value="edge2"/>
</variable>

<variable name="zeta">
<attribute name="standard_name" type="String" value="sea_surface_height_above_datum"/>
<attribute name="standard_name" type="String" value="sea_surface_height_above_geopotential_datum"/>
<attribute name="grid" type="String" value="grid"/>
<attribute name="display" type="String" value="True"/>
<attribute name="coverage_content_type" type="String" value="modelResult"/>
Expand Down

0 comments on commit beb4529

Please sign in to comment.