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

try fixing testing #39

Open
wants to merge 75 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
0607026
change nodata_value to -99999 in topotools
rjleveque Apr 14, 2024
803816a
Merge pull request #599 from rjleveque/topo99999
mandli Apr 14, 2024
481b2b9
Fix bug related to tracking pressure at gauges
mandli Apr 19, 2024
ec7682d
Merge pull request #600 from mandli/rm-pressure-gauge-adjustment
rjleveque Apr 21, 2024
d87ca99
simplify make_fgout_animation.py use of update_artists
rjleveque Apr 26, 2024
e01df84
use image backend Agg in make_fgout_animation.py so animation size ag…
rjleveque Apr 26, 2024
5c6ea17
set blit=False and auto-detect number of fgout frames
rjleveque Apr 27, 2024
5b17562
clean up make_fgout_animation.py
rjleveque Apr 27, 2024
7917432
added new chile2010_fgmax-fgout/make_fgout_animation_with_transect.py
rjleveque Apr 27, 2024
19ba0ff
Add dZ_format parameter to DTopography.write function
rjleveque Apr 27, 2024
9c8ac0d
Merge pull request #602 from rjleveque/chile2010_fgout_animation
mandli Apr 30, 2024
183d913
Merge pull request #603 from rjleveque/dtopo_dZ_format
mandli Apr 30, 2024
dc82bc0
handle 0 radius
bolliger32 May 1, 2024
556e182
fix type on set_pressure
bolliger32 May 1, 2024
4dce9de
fix duplicate r
bolliger32 May 1, 2024
5cd4424
make comparison fp-safe
bolliger32 May 3, 2024
d683a20
handle underflow
bolliger32 May 4, 2024
843a0e8
avoid underflow in wind setting too
bolliger32 May 7, 2024
8b6bc84
point to riemann/src for Riemann solvers
rjleveque May 8, 2024
4148a02
Remove Riemann solvers from src/2d/bouss, Makefile.common points to r…
rjleveque May 8, 2024
2ef5b58
Merge pull request #604 from ClimateImpactLab/bugfix/zero-radius
mandli May 8, 2024
924237b
Initial CI GitHub action script
mandli May 10, 2024
08cfa95
Update testing.yml
mandli May 10, 2024
322831e
Add checking out of clawpack and geoclaw
mandli May 10, 2024
56fa638
Add lint and testing to CI
mandli May 10, 2024
2181d25
Disable linting for the time being
mandli May 10, 2024
cf0f3c9
Re-enable linting but only for geoclaw
mandli May 10, 2024
80e0804
Exclude old_topotools.py
mandli May 10, 2024
1bd6508
Fix up gauge plotting for storm surge
mandli May 22, 2024
c678e33
Add dry gauge plotting
mandli May 22, 2024
51c0d27
create gauge filenames that allow more than 5 digits in gauge number
rjleveque May 30, 2024
794e751
cleaner way to zero pad only if fewer than 5 digits using I0.5 format
rjleveque May 30, 2024
b975fef
Merge pull request #615 from rjleveque/gauge_filenames
mandli May 30, 2024
fb77742
Merge pull request #612 from mandli/update-surge-gauge-plot
mandli May 30, 2024
aabfe24
Cleanup and reimplement reading of ATCF and writing of GeoClaw storms
mandli May 30, 2024
e2dde74
Minor string comparison bug fix
mandli May 30, 2024
4579554
Extract name of storm from file name
mandli May 30, 2024
9a7be84
Merge pull request #607 from rjleveque/bouss_rp
rjleveque May 31, 2024
860ba23
Minor tweaks and fixes
mandli Jun 3, 2024
37d24dc
Fix missing comma
mandli Jun 3, 2024
a716f4c
AutoPEP8 surge code
mandli Jun 3, 2024
ff1ce7c
add fgout output_style parameter and support for array of output_times
rjleveque Jun 5, 2024
564cbbc
remove trailing whitespaces in fgout_module.f990
rjleveque Jun 5, 2024
bcc4288
Refactor fgout_module.f90 so it works for either GeoClaw or D-Claw
rjleveque Jun 6, 2024
3d3db46
Use geoclaw module rho
mandli Jun 6, 2024
f2a1c93
Remove module level parameters that were not needed or were specific
mandli Jun 6, 2024
12f4233
Initial implementation of rotation control
mandli Jun 6, 2024
8179cb4
Merge branch 'improve-storm-io' into add-hemisphere-control
mandli Jun 6, 2024
c122f6a
Minor bugfixes and rearranging
mandli Jun 6, 2024
e7b24e5
Fix bugs in the non-spherical coordinates for storms"
mandli Jun 7, 2024
8636c04
Merge pull request #616 from mandli/improve-storm-io
mandli Jun 10, 2024
1f8fe48
Merge pull request #617 from rjleveque/fgout_tarray
rjleveque Jun 11, 2024
5fa6561
fix fgout_tools.FGoutGrid.read_fgout_grids_data for time array
rjleveque Jun 19, 2024
918a696
Add kwargs to Topography reading
mandli Jun 28, 2024
dc0c37e
Add radii to plotting options
mandli Jun 28, 2024
25c5ea6
Add plotting of storm tracks
mandli Jun 28, 2024
0386136
Merge pull request #621 from rjleveque/fgout_tarray_read
rjleveque Jul 1, 2024
3021760
Merge branch 'clawpack:master' into add-track-plotting
mandli Jul 1, 2024
35dd12d
try fixing testing
bolliger32 Jul 9, 2024
556c769
Allow specifying which components of q to output on each fgout grid
rjleveque Jul 14, 2024
5379059
Merge pull request #622 from mandli/add-track-plotting
mandli Jul 15, 2024
b5c898a
working on dclaw variables
rjleveque Jul 17, 2024
70ee91e
Fix fgout_tools.py to support fgout.q_out_vars also for Boussinesq or…
rjleveque Jul 18, 2024
7f4d10c
Update topo_module.f90
mandli Jul 18, 2024
851b719
Merge pull request #625 from clawpack/lengthen-netcdf-var-names
rjleveque Jul 18, 2024
981ab8c
fix data_file -> data_path
rjleveque Jul 24, 2024
9378f12
add FGoutGrid.read_fgout_grids_data_pre511 for reading legacy fgout_g…
rjleveque Jul 29, 2024
665bbda
add to doc string for pre511
rjleveque Jul 29, 2024
f373e23
print more helpful error msg if fgout_grids.data seems to be pre511
rjleveque Jul 29, 2024
6c849f2
force user to call read_fgout_grids_data before read_frame
rjleveque Jul 29, 2024
178403e
Fix chiles2010_fgmax-fgout scripts to make fgout animations
rjleveque Jul 29, 2024
1ec2512
Leave output_format as an argument to FGoutGrids.__init__ but not that
rjleveque Jul 29, 2024
6e67973
fix qmap=='geoclaw-bouss' mapping
rjleveque Jul 29, 2024
26607fa
Merge pull request #624 from rjleveque/fgout_q_vars
rjleveque Jul 30, 2024
a665a17
update from upstream
bolliger32 Aug 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ jobs:
- name: Setup geoclaw
run: |
cd geoclaw
git checkout ${{ github.ref }}
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
git fetch origin pull/${{ github.event.pull_request.number }}/merge:PR
git checkout PR
else
git checkout ${{ github.ref_name }}
fi
- name: Lint with flake8
run: |
cd geoclaw
Expand Down
48 changes: 0 additions & 48 deletions .travis.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
fgno = 1 # which fgout grid

outdir = '_output'
format = 'binary' # format of fgout grid output

if 1:
# use all fgout frames in outdir:
Expand All @@ -48,7 +47,8 @@
fgframes = range(1,26) # frames of fgout solution to use in animation

# Instantiate object for reading fgout frames:
fgout_grid = fgout_tools.FGoutGrid(fgno, outdir, format)
fgout_grid = fgout_tools.FGoutGrid(fgno, outdir)
fgout_grid.read_fgout_grids_data()


# Plot one frame of fgout data and define the Artists that will need to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
fgno = 1 # which fgout grid

outdir = '_output'
format = 'binary' # format of fgout grid output

if 1:
# use all fgout frames in outdir:
Expand All @@ -52,7 +51,8 @@
fgframes = range(1,26) # frames of fgout solution to use in animation

# Instantiate object for reading fgout frames:
fgout_grid = fgout_tools.FGoutGrid(fgno, outdir, format)
fgout_grid = fgout_tools.FGoutGrid(fgno, outdir)
fgout_grid.read_fgout_grids_data()


# Plot one frame of fgout data and define the Artists that will need to
Expand Down
4 changes: 2 additions & 2 deletions src/2d/shallow/amr2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ program amr2
call read_dtopo_settings() ! specifies file with dtopo from earthquake
call read_topo_settings(rest) ! specifies topography (bathymetry) files
call set_qinit() ! specifies file with dh if this used instead
call set_fgout(rest) ! Fixed grid settings
call set_fgout(rest,nvar) ! Fixed grid settings
call setup_variable_friction() ! Variable friction parameter
!call set_multilayer() ! Set multilayer SWE parameters
call set_storm() ! Set storm parameters
Expand Down Expand Up @@ -526,7 +526,7 @@ program amr2
call read_dtopo_settings() ! specifies file with dtopo from earthquake
call read_topo_settings(rest) ! specifies topography (bathymetry) files
call set_qinit() ! specifies file with dh if this used instead
call set_fgout(rest) ! Fixed grid settings
call set_fgout(rest,nvar) ! Fixed grid settings
call setup_variable_friction() ! Variable friction parameter
call set_multilayer() ! Set multilayer SWE parameters
call set_storm() ! Set storm parameters
Expand Down
Loading
Loading