ai2cm / fv3net

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

Add Dockerfile for `prognostic_run_shield` image #2365

Closed spencerkclark closed 11 months ago

spencerkclark commented 1 year ago

This PR adds a Dockerfile for building a prognostic_run_shield image, analogous to the prognostic_run image, but with SHiELD-wrapper instead of fv3gfs-wrapper installed. There are a few differences from the prognostic_run image:

To make things easier to review, for now I have just skipped any tests that require running prognostic simulations. A preview of the changes required for doing that with SHiELD-wrapper can be found in #2350 (nothing major within the time loop; most changes are needed to parametrize / configure tests). In a followup PR I will add the changes needed to actually test shield.wrapper simulations in the same way we test fv3gfs.wrapper, which will depend on this PR as well as the changes in #2362.

Added public API:

Significant internal changes:

Requirement changes:

Coverage reports (updated automatically):