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
When calling with the following code, an error occurred. May I ask what is going on?
The usage code is: hgrid=pyroms. grid. Gridgen (lon_min, lon_max, lat_min, lat_max, dx, dy)
The error is: Exception ignored in:<function Gridgen__ del__ at 0x7fd6b83a1c10>
Traceback (most recent call last):
File "/home/whitestar/pyroms/pyroms/pyroms/hgrid. py", line 1163, in del
Self. libgridgen. gridnodes_destroy (self gn)
AttributeError: 'Gridgen' object has no attribute '_libgridgen'
The text was updated successfully, but these errors were encountered:
I can confirm that I get the same error from the make_YELLOW_grd_v1.py. Yes, it used to work. A web search brings up this discussion: #26
Note that I am no longer maintaining pyroms and I don't think anyone else is either.
Sorry, something went wrong.
No branches or pull requests
When calling with the following code, an error occurred. May I ask what is going on?
The usage code is: hgrid=pyroms. grid. Gridgen (lon_min, lon_max, lat_min, lat_max, dx, dy)
The error is: Exception ignored in:<function Gridgen__ del__ at 0x7fd6b83a1c10>
Traceback (most recent call last):
File "/home/whitestar/pyroms/pyroms/pyroms/hgrid. py", line 1163, in del
Self. libgridgen. gridnodes_destroy (self gn)
AttributeError: 'Gridgen' object has no attribute '_libgridgen'
The text was updated successfully, but these errors were encountered: