Skip to content

Commit

Permalink
Add missing depth coord to ubcSSg3DVariableVolumeLayers1hV21-11 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell authored Apr 1, 2024
1 parent d7f831b commit 7482649
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions datasets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5645,6 +5645,28 @@ e.g. the field average values for the 00:00 to 01:00 UTC hour on 2021-06-03 have
<att name="ioos_category">time</att>
</addAttributes>
</axisVariable>
<axisVariable>
<sourceName>deptht</sourceName>
<destinationName>depth</destinationName>
<!-- sourceAttributes>
<att name="_ChunkSize" type="int">40</att>
<att name="axis">Z</att>
<att name="bounds">deptht_bounds</att>
<att name="long_name">Vertical T levels</att>
<att name="name">deptht</att>
<att name="positive">down</att>
<att name="units">m</att>
</sourceAttributes -->
<addAttributes>
<att name="_ChunkSize">null</att>
<att name="_ChunkSizes">null</att>
<att name="bounds">null</att>
<att name="long_name">Depth</att>
<att name="standard_name">depth</att>
<att name="coverage_content_type">modelResult</att>
<att name="ioos_category">location</att>
</addAttributes>
</axisVariable>
<axisVariable>
<sourceName>y</sourceName>
<destinationName>gridY</destinationName>
Expand Down
22 changes: 22 additions & 0 deletions datasets/ssc-nemo-202111/ubcSSg3DVariableVolumeLayers1hV21-11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,28 @@ e.g. the field average values for the 00:00 to 01:00 UTC hour on 2021-06-03 have
<att name="ioos_category">time</att>
</addAttributes>
</axisVariable>
<axisVariable>
<sourceName>deptht</sourceName>
<destinationName>depth</destinationName>
<!-- sourceAttributes>
<att name="_ChunkSize" type="int">40</att>
<att name="axis">Z</att>
<att name="bounds">deptht_bounds</att>
<att name="long_name">Vertical T levels</att>
<att name="name">deptht</att>
<att name="positive">down</att>
<att name="units">m</att>
</sourceAttributes -->
<addAttributes>
<att name="_ChunkSize">null</att>
<att name="_ChunkSizes">null</att>
<att name="bounds">null</att>
<att name="long_name">Depth</att>
<att name="standard_name">depth</att>
<att name="coverage_content_type">modelResult</att>
<att name="ioos_category">location</att>
</addAttributes>
</axisVariable>
<axisVariable>
<sourceName>y</sourceName>
<destinationName>gridY</destinationName>
Expand Down

0 comments on commit 7482649

Please sign in to comment.