-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Ocean side mesh: Eddy regime / non-eddy / Transition Ocean Mesh #149
Comments
Eddying Regime Information from Joseph's "Mesh generation for Eddying and Transitional Regime" (MSCI602) class:
Why?:
The mesh should be "featureless" (do not follow the bathymetry), e.g.: Non-Eddying Regime
Result: Transition Zone Information from Joseph's "Mesh generation for Eddying and Transitional Regime" (MSCI602) class:
Example: Non-Eddying Regime |
tagging @feiye-vims in case he has any other requirement |
Here is an updated on a first idea of how this could work In summary:
With this in mind I started to put together some simple functions based on the DEM/Slope: Delineating non-eddy-regime zones: So, with this dataframe I can find an inflection point where slopes start to get step or the areas start to become small. Here are two examples criteria:
Delineating eddy-regime zones: Delineating transition zones: The final product would be something like: These different polygons could then be taken by OCSMesh to create 3 different meshes following the mesh criteria for each zone. |
@feiye-vims and @josephzhang8 do you think this makes sense? I put some time on it as I waited for the next steps on the STOFS 3D setup for the paper. I will go back to it now that Fei added more steps. This is just a first idea, please let me know what you think. |
This looks really good. Previously, we've been relying on visual inspection to manually delineate the interface between eddying and non-eddying regimes. Automating this step is a big advance and the different zones identified by your algorithm look very reasonable. Of course, we need to put into to test in a 3D model and make adjustment in the parameterization if necessary. But I see no obvious problems. |
Thx @felicio93; this is a good first step for 3D meshing. |
@felicio93 Good progress! Thanks |
No description provided.
The text was updated successfully, but these errors were encountered: