You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In VulcanClimateModeling/fv3gfs#6 the setter functions assume the DataArrays have the correct units as expected by the Fortran code. It would be safer if it checks and converts units as necessary. There is code to do this already in the sympl package that we could take advantage of.
The text was updated successfully, but these errors were encountered:
When fv3util was split into a separate repo, the MPI tests were disabled. This PR re-enables them and fixes the test code to reflect internal API changes.
In VulcanClimateModeling/fv3gfs#6 the setter functions assume the DataArrays have the correct units as expected by the Fortran code. It would be safer if it checks and converts units as necessary. There is code to do this already in the
sympl
package that we could take advantage of.The text was updated successfully, but these errors were encountered: