SalishSeaCast / SalishSeaNowcast

Python package associated with running the SalishSeaCast NEMO and other ocean models in near-real-time to produce daily nowcasts/forecasts
https://salishsea.eos.ubc.ca/nemo/
Apache License 2.0
4 stars 3 forks source link

Automate creation of day and month averaged biology, chemistry & physics datasets #242

Closed douglatornell closed 4 months ago

douglatornell commented 4 months ago

Launch make_averaged_dataset to calculate day-averaged datasets for nowcast-green runs after run results files are downloaded.

Launch make_averaged_dataset to calculate month-averaged datasets for nowcast-green runs after completion of day-averaged datasets calculation on the last day of the month.

Expanded the list of message types for make_averaged_dataset. Refactored the checklist data structure it sends to the manager in its message payload. The latter make it easier for after_* functions in the next_workers module to access the run date and averaged dataset file path.