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
First of all, I want to address a big thank you to the development community for this great tool. I have been using it for the past year and can't imagine working without it anymore.
Describe the bug
The issue happens when trying to mesh a wide coastal domain (100+ x 100+ km) with no coastline shapefile provided. For smaller domains or domains including a large enough cumulated area of holes/mainlands using the shapefile argument, the build method applied to a meshgen object iterates correctly. However, it ends early with no specific error returned in some cases, which seem to be depending on the domain size. Changing the geodata and edgefx parameters don't change the result, only reducing the surface covered by bbox will allow the algorithm to run completely.
Current mapping parameters -
Projection: Mercator (function: mp_cyl)
longitudes: -91.6119 -90.1796
Latitudes: 28.5891 29.7817
sphere: normal
Forming initial point distribution...
for box #1
Using 196 fixed points.
Number of initial points after rejection is 7973
Elapsed time is 31.492860 seconds.
------------------------------------------------------->
Begin iterating...
Exiting
Expected behavior
The build method should start iterating and improving a mesh based on given parameters regardless of the domain size.
Configuration (please complete the following information):
OS: MacOS
Version: OS Ventura (13.3.1)
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Hi,
First of all, I want to address a big thank you to the development community for this great tool. I have been using it for the past year and can't imagine working without it anymore.
Describe the bug
The issue happens when trying to mesh a wide coastal domain (100+ x 100+ km) with no coastline shapefile provided. For smaller domains or domains including a large enough cumulated area of holes/mainlands using the shapefile argument, the build method applied to a meshgen object iterates correctly. However, it ends early with no specific error returned in some cases, which seem to be depending on the domain size. Changing the geodata and edgefx parameters don't change the result, only reducing the surface covered by bbox will allow the algorithm to run completely.
To Reproduce
Script:
Output:
Expected behavior
The build method should start iterating and improving a mesh based on given parameters regardless of the domain size.
Configuration (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: