ai2cm / fv3net

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

Locating vertical coordinate file (`fv_core.res.nc`) on HPC cluster #2213

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

spencerkclark commented 1 year ago

Integration tests passed (link here). I'll enable auto-merge to merge this once CI passes again after fixing the typo in the test name (no need to run the integration tests again since this only affects testing code).