Skip to content
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

Feature/update upstream #38

Merged
merged 55 commits into from
Jul 9, 2024
Merged

Feature/update upstream #38

merged 55 commits into from
Jul 9, 2024

Conversation

bolliger32
Copy link
Member

pull in upstream updates

rjleveque and others added 30 commits April 14, 2024 08:25
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.
The default is now '%.3f', millimeter resolution, making smaller dtopo
files than previously.
Improve chile2010_fgmax-fgout example script for fgout animation
Add dZ_format parameter to DTopography.write function
…iemann/src

Note that rpn2_geoclaw.f and geoclaw_riemann_utils.f were update in riemann/src
to handle 5 waves and rpt2_geoclaw_sym.f was discarded in favor of
standard rpt2.f, which works fine with 5 waves.
Do not want to touch the old topotools file for reference.
Includes a couple of minor bugs related to gauge plotting.  Major change
involves how we now plot the gauge data.
rjleveque and others added 25 commits May 29, 2024 17:41
If fewer than 5 digits, still add zero padding e.g. gauge00012.txt
but no longer throws an error for large gauge numbers, e.g. gauge1234567.txt
Update Makefile.bouss to point to riemann/src for Riemann solvers
and support in fgout_tools.py for new dclaw attribute dclaw to set in setrun.py
to indicate D-Claw, in which case 7 components of q are output instead of 4.
Support for eventually indicating fewer components to output.
improvements to fgout_module for t arrays and D-Claw
Now that `output_style==2` is supported for fgout grids (an array of times,
see clawpack#617), the function
fgout_tools.FGoutGrid.read_fgout_grids_data needs to be fixed to properly
read in the new format of `fgout_grids.data`, also note that `nout`
now comes before `tstart` and `tend` for `output_style==1`.
fix fgout_tools.FGoutGrid.read_fgout_grids_data for time array
@bolliger32 bolliger32 merged commit c688ba4 into main Jul 9, 2024
1 check failed
@bolliger32 bolliger32 deleted the feature/update-upstream branch July 9, 2024 00:03
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.

3 participants