UBC-MOAD / Reshapr

Command-line tool based on Xarray and Dask for extraction of model variable time series from model products like SalishSeaCast and HRDPS
https://reshapr.readthedocs.io/en/latest/
Apache License 2.0
0 stars 0 forks source link

Extract sea bottom fields #44

Open douglatornell opened 2 years ago

douglatornell commented 2 years ago

Feature request from Greig and others.

douglatornell commented 2 years ago

Implementation for NEMO datasets will likely use NEMO-generated mesh mask dataset. Specifically, its mbathy variable, which is the "fortran index of deepest water cell, T-grid".

Extracted dataset will be 3D (time, gridY, gridX) because depth value is potential different for every (gridY, gridX) point.

Need to consider how easy it is to create a depth variable in the dataset.

The 2nd point above seems quite complicated. So, initial implementation is unlikely to include depth as a variable, nor multiple bottom layers in the extraction.