NOAA-EMC / global-workflow

Global Superstructure/Workflow supporting the Global Forecast System (GFS)
https://global-workflow.readthedocs.io/en/latest
GNU Lesser General Public License v3.0
70 stars 162 forks source link

Eliminate post groups #2666

Closed WalterKolczynski-NOAA closed 1 week ago

WalterKolczynski-NOAA commented 3 weeks ago

What new functionality do you need?

UPP and products tasks output times are currently grouped to process multiple hours in one task. However, this greatly complicates downstream dependencies and we now favor clarity over reducing the number of tasks.

Prerequisite to #1251

What are the requirements for the new functionality?

Eliminate the usage of groups for UPP and products tasks. Instead, each task should handle a single output time.

Acceptance Criteria

Suggest a solution (optional)

No response