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
75 stars 170 forks source link

Speed up GSI run in CI tests #3114

Closed CoryMartin-NOAA closed 6 days ago

CoryMartin-NOAA commented 1 week ago

What new functionality do you need?

In the workflow CI cycling tests, GSI runs with the 'default' number of iterations. These tests are not scientific, so there is no need to run this many variational iterations. We can reduce this in 'testing' mode to speed up analysis jobs.

What are the requirements for the new functionality?

Add in a flag that indicates the CI test is running so make the configuration 'faster/simpler'.

Acceptance Criteria

Suggest a solution (optional)

No response