We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
yyyy()
nemo_yyyymm()
So, core.extract.calc_ds_paths() needs to have a way of stepping through the date range 1 month at a time.
core.extract.calc_ds_paths()
This is somewhat related to issue #41.
The text was updated successfully, but these errors were encountered:
douglatornell
No branches or pull requests
Greig & Michael's coarsened grid SalishSeaCast model products are stored as day-average fields in month long files; e.g.
The file patterns are like:
PR #40 provided the
yyyy()
andnemo_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.
The text was updated successfully, but these errors were encountered: