Skip to content

Commit

Permalink
Add V21-08 bathymetry and mesh mask datasets (#3)
Browse files Browse the repository at this point in the history
* Add ubcSSnBathymetryV21-08 dataset

* Add ubcSSn2DMeshMaskV21-08 dataset

* Drop `_ChunkSizes` attr from mesh mask variables

ERDDAP produces netCDF3 files that don't support chunking.
So, chunk sizes in the server-side netCDF4 is irrelevant metadata.

* Add ubcSSn3DMeshMaskV21-08 dataset

* Correct fileNameRegex in ubcSSn3DMeshMaskV21-08

* Add mesh_mask202108_metadata.ipynb to README
  • Loading branch information
douglatornell authored Dec 21, 2023
1 parent 546d9c6 commit 91e9e6a
Show file tree
Hide file tree
Showing 6 changed files with 2,142 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ Execution::
Jupyter Notebooks
=================

`mesh_mask202108_metadata.ipynb`_
---------------------------------

.. _mesh_mask202108_metadata.ipynb: https://nbviewer.org/github/SalishSeaCast/tools/blob/main/bathymetry/mesh_mask202108_metadata.ipynb

**mesh_mask202108.nc Metadata**

Add metadata to the NEMO-generated mesh mask file for the 202108 bathymetry so that well-defined ERDDAP datasets can be produced from it.


`ERDDAP_datasets.ipynb`_
-------------------------

Expand Down
Loading

0 comments on commit 91e9e6a

Please sign in to comment.