-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Hard crash on ROMS raw output file #79
Comments
@jay-hennen: I looked quickly at this, but haven't figure it out. I suspect the hard crash is from CellTree2d -- where else would it be? So there is something wrong with this grid that celltree doesn't like. IIUC, this file was processed from ROMS -- and I think the rho grid and psi grid may have gotten a bit changed -- e.g. they are the same size, which I don't think is usually the case. That may be the source of the warning: 'Assuming low padding for faces' But it should never hard crash, and I think this should probably work, if being odd at thr boundaries. |
Yes, it's from CellTree2D After peeking in, the problem is that lon_psi and lat_psi are both full of zeros. lon_rho and lat_rho seem to have valid data, but the CellTree is built across the psi grid.
|
Hmm -- is it worth a sanity check on grid definitions before calling cell_tree? Not sure how expensive that would be -- but at least a couple things would be good. |
When trying to use the at-method with the script/dataset bwlow, it crashes with the following error message:
The text was updated successfully, but these errors were encountered: