Skip to content

Commit

Permalink
Merge pull request #182 from rjleveque/v5.7.0rc
Browse files Browse the repository at this point in the history
v5.7.0 release candidate
  • Loading branch information
rjleveque committed Apr 21, 2020
2 parents fbd3ce1 + 2695914 commit 0a53a15
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: python
python:
- 2.7
- 3.5
- 3.6.10
before_install:
# Print NumPy version that is already installed by Travis CI:
- python -c "import numpy; print(numpy.__version__)"
Expand Down
2 changes: 1 addition & 1 deletion classic
Submodule classic updated 1 files
+1 −1 .travis.yml
2 changes: 1 addition & 1 deletion geoclaw
Submodule geoclaw updated 66 files
+3 −2 .travis.yml
+1 −1 examples/multi-layer/plane_wave/setrun.py
+32 −0 examples/run_tests.py
+19 −4 examples/tsunami/chile2010/README.rst
+7 −10 examples/tsunami/chile2010/setplot_kml.py
+15 −0 examples/tsunami/chile2010_adjoint/adjoint/README.rst
+69 −0 examples/tsunami/eta_init_force_dry/Makefile
+54 −0 examples/tsunami/eta_init_force_dry/README.rst
+678 −0 examples/tsunami/eta_init_force_dry/make_input_files.ipynb
+265 −0 examples/tsunami/eta_init_force_dry/make_input_files.py
+503 −0 examples/tsunami/eta_init_force_dry/run_geoclaw.ipynb
+227 −0 examples/tsunami/eta_init_force_dry/setplot.py
+494 −0 examples/tsunami/eta_init_force_dry/setrun.py
+498 −0 examples/tsunami/eta_init_force_dry/setrun_notebook.py
+5 −5 examples/tsunami/island-particles/setplot.py
+80 −0 examples/tsunami/radial-ocean-island-fgmax/Makefile
+56 −0 examples/tsunami/radial-ocean-island-fgmax/README.rst
+4 −0 examples/tsunami/radial-ocean-island-fgmax/fgmax_ps0.txt
+83 −0 examples/tsunami/radial-ocean-island-fgmax/interp.py
+228 −0 examples/tsunami/radial-ocean-island-fgmax/make_input_files.ipynb
+133 −0 examples/tsunami/radial-ocean-island-fgmax/make_input_files.py
+133 −0 examples/tsunami/radial-ocean-island-fgmax/maketopo.py
+99 −0 examples/tsunami/radial-ocean-island-fgmax/mapper.py
+90 −0 examples/tsunami/radial-ocean-island-fgmax/plot_ocean.py
+74 −0 examples/tsunami/radial-ocean-island-fgmax/plot_xsec.py
+531 −0 examples/tsunami/radial-ocean-island-fgmax/process_fgmax.ipynb
+370 −0 examples/tsunami/radial-ocean-island-fgmax/process_fgmax.py
+298 −0 examples/tsunami/radial-ocean-island-fgmax/setplot.py
+520 −0 examples/tsunami/radial-ocean-island-fgmax/setrun.py
+2 −1 src/2d/shallow/Makefile.geoclaw
+12 −6 src/2d/shallow/amr2.f90
+1 −1 src/2d/shallow/check.f
+32 −20 src/2d/shallow/fgmax_finalize.f90
+195 −52 src/2d/shallow/fgmax_frompatch.f90
+177 −0 src/2d/shallow/fgmax_interp.f90
+0 −258 src/2d/shallow/fgmax_interpolate.f90
+0 −222 src/2d/shallow/fgmax_interpolate0.f90
+29 −7 src/2d/shallow/fgmax_module.f90
+157 −54 src/2d/shallow/fgmax_read.f90
+26 −45 src/2d/shallow/fgmax_values.f90
+69 −1 src/2d/shallow/filpatch.f90
+58 −5 src/2d/shallow/filval.f90
+1 −1 src/2d/shallow/multilayer/Makefile.multilayer
+26 −0 src/2d/shallow/multilayer/gauges_module.f90
+47 −4 src/2d/shallow/qinit.f90
+141 −6 src/2d/shallow/qinit_module.f90
+124 −0 src/2d/shallow/set_eta_init.f90
+1,193 −5 src/2d/shallow/surge/model_storm_module.f90
+12 −0 src/2d/shallow/surge/storm_module.f90
+40 −1 src/2d/shallow/tick.f
+81 −9 src/python/geoclaw/data.py
+1 −1 src/python/geoclaw/dtopotools.py
+340 −331 src/python/geoclaw/fgmax_tools.py
+524 −16 src/python/geoclaw/kmltools.py
+177 −0 src/python/geoclaw/marching_front.py
+6 −6 src/python/geoclaw/multilayer/plot.py
+9 −3 src/python/geoclaw/surge/storm.py
+4 −4 src/python/geoclaw/test.py
+123 −66 src/python/geoclaw/topotools.py
+0 −2 tests/bowl_slosh/Makefile
+23 −22 tests/bowl_slosh/regression_data/claw_git_status.txt
+3 −2 tests/bowl_slosh/regression_data/gauge00001.txt
+2 −2 tests/bowl_slosh/regression_data/regression_data_fgmax.txt
+3 −2 tests/bowl_slosh/regression_tests.py
+24 −3 tests/bowl_slosh/setrun.py
+0 −2 tests/multilayer/Makefile
2 changes: 1 addition & 1 deletion pyclaw
Submodule pyclaw updated 1 files
+1 −1 .travis.yml

0 comments on commit 0a53a15

Please sign in to comment.