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'
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'