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
The current implementation of gridgeo does not construct a proper sgrid object, only a simple quad grid using the variable coordinates data. (One might argue that is the "correct" grid when dealing with a particular varibable.)
It would be interesting to implement a light-weight parser for sgrid, like the one for ugrid that preserves the knowledge of grid centers and cornersand create a proper sgrid mesh from them.
The text was updated successfully, but these errors were encountered:
The current implementation of
gridgeo
does not construct a propersgrid
object, only a simple quad grid using the variable coordinates data. (One might argue that is the "correct" grid when dealing with a particular varibable.)It would be interesting to implement a light-weight parser for
sgrid
, like the one forugrid
that preserves the knowledge of gridcenters
andcorners
and create a propersgrid
mesh from them.The text was updated successfully, but these errors were encountered: