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
I am am trying to play with boundary interactor. The behaviour appears to be strange. I get no window of the map and boundary points unless I type show() in the command line. Furthermore, I get following error message while running the Yellow Sea grid example.
I am am trying to play with boundary interactor. The behaviour appears to be strange. I get no window of the map and boundary points unless I type show() in the command line. Furthermore, I get following error message while running the Yellow Sea grid example.
AttributeError Traceback (most recent call last)
~/pyroms/examples/Yellow_Sea/make_YELLOW_grd_v1.py in
33 xp, yp = map(lonp, latp)
34 bry = pyroms.hgrid.BoundaryInteractor(xp, yp, beta, shp=(Mm+3,Lm+3), proj=map)
---> 35 hgrd=bry.grd
36
37 lonv, latv = list(map(hgrd.x_vert, hgrd.y_vert, inverse=True))
AttributeError: 'BoundaryInteractor' object has no attribute 'grd'
Any expert advise will be useful.
Regards,
Vihang Bhatt
The text was updated successfully, but these errors were encountered: