Some problems about grid by using pycnal

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
Vera
Posts: 15
Joined: Wed Apr 26, 2017 5:23 pm
Location: Sun Yat-sen University

Some problems about grid by using pycnal

#1 Unread post by Vera »

I am trying to make a grid by using pycnal(make_Yellow_grd_v1.py), but the first question is, when I use the Boundary Interactor to generate a orthogonal curve grid, I can't get a right bathymetry while rectangular grid can. Is it because the pycnal can only generate the rectangular grids or there's something else I do wrong?

The second question is, when I make a rectangle grid by using map.coastsegs, the upper left corner can't be masked correctly.
ps: my system is Ubuntu 16.04.
Thanks in advance.
Attachments
QQ图片20170502094739.jpg

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Some problems about grid by using pycnal

#2 Unread post by kate »

Someone is working on redoing the whole pycnal grid generation business. The goal is to get rid of the curvilinear feature so that no external modules need to be compiled and loaded at run time, since that is really problematic.

I make my grids a different way, an old-fashioned way, so I haven't been in there fixing things.

For the land mask issue, someone reported on a fix for it just last week. I didn't push the fix yet, so look for it here.

Vera
Posts: 15
Joined: Wed Apr 26, 2017 5:23 pm
Location: Sun Yat-sen University

Re: Some problems about grid by using pycnal

#3 Unread post by Vera »

Thanks a lot, Kate.

Post Reply