Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facilitate extraction from IOF coarsened SalishSeaCast model products #47

Open
douglatornell opened this issue Sep 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@douglatornell
Copy link
Member

Greig & Michael's coarsened grid SalishSeaCast model products are stored as day-average fields in month long files; e.g.

  SalishSea1500-RUN203_1d_grid_T_2D_y1984m04.nc
  SalishSea1500-RUN203_1h_grid_U_y1984m04.nc
  SalishSea-RUN203_1d_grid_U_y1984m04.nc

The file patterns are like:

file pattern: "{yyyy}/SalishSea1500-RUN203_1d_grid_T_2D_{nemo_yyyymm}.nc"

PR #40 provided the yyyy() and nemo_yyyymm() date formatter functions to handle this.

So, core.extract.calc_ds_paths() needs to have a way of stepping through the date range 1 month at a time.

This is somewhat related to issue #41.

@douglatornell douglatornell added the enhancement New feature or request label Sep 2, 2022
@douglatornell douglatornell added this to the v22.1 milestone Sep 2, 2022
@douglatornell douglatornell self-assigned this Sep 2, 2022
@douglatornell douglatornell modified the milestones: v22.1, v22.2 Oct 20, 2022
@douglatornell douglatornell modified the milestones: v22.2, v23.1 Feb 17, 2023
@douglatornell douglatornell modified the milestones: v23.1, v23.2 Oct 30, 2023
@douglatornell douglatornell modified the milestones: v23.2, v24.0 Dec 22, 2023
@douglatornell douglatornell modified the milestones: v24.1, v25.1 Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant