ai2cm / fv3net

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

Fix dimension ordering of 3D inputs for online reservoir models #2328

Closed AnnaKwa closed 1 year ago

AnnaKwa commented 1 year ago

Reservoir models with 3D input states run into errors online when the state data array has the z as the first dimension. This PR adds z to the ordered list of variables to transpose data arrays to.