We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
When loading and SGRID via the "conforming" path -- it keeps some (all?) of the grid variables as netcdf variables, rather than numpy arrays.
In PyGNOME, we sometimes expect them to be numpy arrays -- e.g. call .sum() on them.
I think node_lon and node_lat are the issues at hand, but we should check all.
node_lon
node_lat
The text was updated successfully, but these errors were encountered:
ChrisBarker-NOAA
jay-hennen
No branches or pull requests
Example:
When loading and SGRID via the "conforming" path -- it keeps some (all?) of the grid variables as netcdf variables, rather than numpy arrays.
In PyGNOME, we sometimes expect them to be numpy arrays -- e.g. call .sum() on them.
I think
node_lon
andnode_lat
are the issues at hand, but we should check all.The text was updated successfully, but these errors were encountered: