Skip to content
New issue

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

Separate UPP Driver into Assets and Standalone classes. #650

Open
3 tasks
christinaholtNOAA opened this issue Nov 13, 2024 · 0 comments
Open
3 tasks

Separate UPP Driver into Assets and Standalone classes. #650

christinaholtNOAA opened this issue Nov 13, 2024 · 0 comments

Comments

@christinaholtNOAA
Copy link
Collaborator

AC

  • The UPPAssets class has been created and tested.
  • The schema for the assets and standalone drivers are separated. Assets schema is re-used in the standalone driver.
  • The appropriate portion of the schema is validated, depending on the driver.

Description

UPP can either run in a standalone mode for each forecast lead time or inline with the execution of the ufs-weather-model. The two different methods of running UPP should be captured as part of the supported UW Drivers.

That means the Asset driver will handle the creation of the namelist, copying and linking files. In contrast, the standalone UPP driver class will instantiate an Assets driver object for preparing assets, create a run script, and provide a means of executing the UPP program.

@christinaholtNOAA christinaholtNOAA converted this from a draft issue Nov 13, 2024
@christinaholtNOAA christinaholtNOAA self-assigned this Nov 13, 2024
@christinaholtNOAA christinaholtNOAA removed their assignment Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant