Skip to content

Commit

Permalink
Drop _ChunkSizes attr from time & uVelocity vars
Browse files Browse the repository at this point in the history
Irrelevant because ERDDAP produces netCDF3 files that don't support
chunking.
  • Loading branch information
douglatornell committed Jan 9, 2024
1 parent 287026c commit 3f17098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions datasets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@ https://dx.doi.org/10.1016/j.ocemod.2017.02.008</att>
<att name="units">seconds since 1900-01-01 00:00:00</att>
</sourceAttributes -->
<addAttributes>
<att name="_ChunkSize">null</att>
<att name="_ChunkSizes">null</att>
<att name="bounds">null</att>
<att name="coverage_content_type">modelResult</att>
<att name="comment">time values are UTC at the centre of the intervals over which the calculated model results are averaged; e.g. the field average values for the 00:00 to 01:00 UTC hour on 2021-06-03 have a time value of 2021-06-03 00:30:00Z</att>
Expand Down Expand Up @@ -2883,7 +2883,7 @@ https://dx.doi.org/10.1016/j.ocemod.2017.02.008</att>
<addAttributes>
<att name="long_name">Ocean Current Along x-axis</att>
<att name="standard_name">sea_water_x_velocity</att>
<att name="_ChunkSize">null</att>
<att name="_ChunkSizes">null</att>
<att name="colorBarMaximum" type="double">8.0</att>
<att name="colorBarMinimum" type="double">-8.0</att>
<att name="coordinates">null</att>
Expand Down
4 changes: 2 additions & 2 deletions datasets/ssc-nemo-202111/ubcSSg3DuGridFields1hV21-11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ https://dx.doi.org/10.1016/j.ocemod.2017.02.008</att>
<att name="units">seconds since 1900-01-01 00:00:00</att>
</sourceAttributes -->
<addAttributes>
<att name="_ChunkSize">null</att>
<att name="_ChunkSizes">null</att>
<att name="bounds">null</att>
<att name="coverage_content_type">modelResult</att>
<att name="comment">time values are UTC at the centre of the intervals over which the calculated model results are averaged; e.g. the field average values for the 00:00 to 01:00 UTC hour on 2021-06-03 have a time value of 2021-06-03 00:30:00Z</att>
Expand Down Expand Up @@ -177,7 +177,7 @@ https://dx.doi.org/10.1016/j.ocemod.2017.02.008</att>
<addAttributes>
<att name="long_name">Ocean Current Along x-axis</att>
<att name="standard_name">sea_water_x_velocity</att>
<att name="_ChunkSize">null</att>
<att name="_ChunkSizes">null</att>
<att name="colorBarMaximum" type="double">8.0</att>
<att name="colorBarMinimum" type="double">-8.0</att>
<att name="coordinates">null</att>
Expand Down

0 comments on commit 3f17098

Please sign in to comment.