forked from mandli/geoclaw
-
Notifications
You must be signed in to change notification settings - Fork 1
Update upstream #41
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
Update upstream #41
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
They don't need to be in the calling sequence since setaux already assumes they are in topo_module. Some integers were implicitly declared as (kind=4) whereas recent changes to topo_module.f90 in e8afd6b declared them as (kind=8) to deal with larger topo files.
In some tests this leads to fewer ntogo errors (too many dt reductions)
…rcle
also kmltools.transect2kml to make a kml file displaying them.
Sample usage for transect from Tohoku to Crescent City:
xtrans,ytrans = util.gctransect(142,37,-124.2,41.74,50,'W')
kmltools.transect2kml(xtrans,ytrans)
Fix a bug introduced when converting from int*4 to int*8.
…notebook into the isaac_data_derived example and updated the isaac.PRE and isaac.WIN in the scratch directory ;
Previous value -9999 did not have enough digits since new etopo 2022 data has this as an actual topography value in the Mariana Trench (when written with `Z_format='%.0f'`).
change nodata_value to -99999 in topotools.py
Fix bug related to tracking pressure at gauges
These do not need to be passed into update, unpacked, and repacked, since the objects created in the script will be used into update. If blit==False then they are not needed at all.
…rees with specified figure size
Fixed radial_flat/Makefile, setenv.sh, and petscMPIoptions for the latest version, and improved the README.
Updates to bouss files for PETSc setup
New speed_limit parameter to avoid too many dt reductions
Minor fixes for extra files and flags
OWI integration
Remove test output from new storm surge tests
Trying to fix storm.py
Updated comment section fgmax_values.f90
Add a missing comma that didn't seem to cause a problem with earlier gfortran but throws an error with 15.1.0
fix timing_line definition in valout.f90
error when nw==11
post 5.11 fixes for dclaw: fgout_tools and fgout xarray backends
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.
No description provided.