ai2cm / fv3net

explore the FV3 data for parameterization
MIT License
16 stars 3 forks source link

Prepare config branch #2212

Closed mrudko closed 1 year ago

mrudko commented 1 year ago

The code changes in this PR aim to facilitate setting up ML workflow on HPC cluster. Preparing the full configuration file results in retaining the path to the vertical coordinate file (fv_core.res.nc) as specified on the Google Cloud platform (e.g. gs://some/path). To perform numerical simulations, the user has to modify the path manually.

Added public API:

Refactored public API:

Resolves #2197