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
74 stars 164 forks source link

Generate atmosphere forcings for NG-GODAS application in global-workflow #786

Closed aerorahul closed 1 year ago

aerorahul commented 2 years ago

Description The data atmosphere configuration of the ufs-weather-model is being brought into the global-workflow for ocean data assimilation development activities. Atmosphere forcings are required for driving the NG-GODAS application.

The utility to create the atmosphere forcing currently is hosted in the GODAS repository here. It is maintained by @hyunchul386.

Requirements

  1. Re-locate the forcing generator to ufs-utils
  2. Follow ufs-utils guidelines; build with cmake, add a regression test case.
  3. Re-write scripts such that they can be used in the regression test in 2. as well as in the global-workflow. See example chgres_cube.

Acceptance Criteria (Definition of Done)

  1. The forcing generator builds and runs on all platforms that global-workflow is supported.
  2. The scripts can be exercised from said platforms.

Contact @guillaumevernieres if there are any questions or concerns.

WalterKolczynski-NOAA commented 1 year ago

IIRC, it was decided not to bring this into develop and a separate branch was made instead. That branch has since been cleaned up since Bin Li left.