Skip to content

Conversation

@bolliger32
Copy link
Member

No description provided.

bolliger32 and others added 30 commits January 8, 2024 17:56
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.
rjleveque and others added 28 commits May 1, 2025 08:37
Fixed radial_flat/Makefile, setenv.sh, and petscMPIoptions for
the latest version, and improved the README.
New speed_limit parameter to avoid too many dt reductions
Minor fixes for extra files and flags
Remove test output from new storm surge tests
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
post 5.11 fixes for dclaw: fgout_tools and fgout xarray backends
@bolliger32 bolliger32 merged commit 20d46e8 into main Jun 10, 2025
1 check failed
@bolliger32 bolliger32 deleted the update-upstream branch June 10, 2025 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.