ai2cm / fv3net

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

Allow for more ranks than reservoir models during fv3 runtime #2329

Open frodre opened 1 year ago

frodre commented 1 year ago

Running the SST reservoir with a single model per tile drastically slows down operation for runs that need to be 6+ months to see results. This PR adds the ability to run with fewer reservoir models than ranks used for fv3gfs by implementing gather/scatter operations for the inputs and outputs from those steppers.

Refactored public API:

Significant internal changes:

Coverage reports (updated automatically):