ai2cm / fv3gfs-wrapper

Python wrapper for the FV3-based global climate model
Other
28 stars 3 forks source link

Test improvements #272

Closed nbren12 closed 3 years ago

nbren12 commented 3 years ago

The build environment of this repo may differ from that of FV3, which means the checksums might change too. This PR makes the checksums less brittle, by verifying the wrapper against the installed FV3 rather than the fv3gfs-fortran checksums.

Resolves #271