forked from CHLNDDEV/OceanMesh2D
-
Notifications
You must be signed in to change notification settings - Fork 0
update in Jan 01 2023 #14
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…and 0/360 format forced for fes2014, oceanmesh mesh can be in either format and will work
…ent for incorrect database entry
…e() function. adding error catch for wrong format input
Pass vertices to writefort24.
* Update setup.sh * Update version of SRTM * changing SRTM15+ filename to remove version number so as to avoid needing to update. Also use wildcard in wget ftp download to automatically get the newest version * removing unnecessary commited files Co-authored-by: William Pringle <[email protected]>
…o msh class along with writing and making capabilities
Enhancements/msh class
…option to fort.15 namelist, and correcting the Make_offset63 timestep computation.
* Make default smoothing option for `msh.clean` medium and aggressive models the hill-climbing approach. * setting to 0 for clean option (so that this default option is not producing unwanted behavior) * removing zero length open boundary from op struct (causes plotting error with option) * reducing qual_tol to 0.25 in because mqa is 0.25 in the cleaning process Co-authored-by: William Pringle <[email protected]>
Enhancements/namelist
Support for writing Self Attraction and Loading (SAL) files in NetCDF for the ADCIRC model
Updated the links to download the latest data for the SRTM15 and GEBCO datasets.
…h improvements even when quality is decreasing or large number of nodes eliminated, which sometimes is necessary to force the advancement in mesh quality. 2) adding option delaunay_elim_on_exit to to potentially skip the last call to delaunay_elim to potentiall avoid deleting boundary elements
* Eliminate statistics toolbox dependency Improvement: Eliminate statistics toolbox dependency * Update README.md
- make sure projected fixed points are passed to preserve fixed points in the smoothing operation - avoid repeating cleaning in an infinite loop by not calling when the triangulation is unchanged
Updating slack invite link
meshgen optionality
|
update in Jan 01 2023 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update in Jan 01 2023