Hi,
My name is Luis and I am currently a PhD student at USC. This is my first time using GeoClaw and I am running into some problems. I will be using GeoClaw for tsunami modeling. I have already installed the Clawpack packages for version 5.3.0. I have tested my installation under the classic/tests and amrclaw/tests folders and no errors were encountered. But, when I try to test GeoClaw (geoclaw/tests) I am getting errors in all the subfolders (i.e storm_surge, etc). I am typing the command make .plots or make all and I am getting the following errors:
touch /home/../auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/src/2d/shallow/surge/storm_module.mod; gfortran -c -cpp /home/../auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/src/2d/shallow/surge/storm_module.f90 (….continues few more lines)
type(constant_storm_type) :: constant_storm
1
Error: Object 'constant_storm' at (1) must have the SAVE attribute for default initialization of a component
/home/../auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/src/2d/shallow/surge/storm_module.f90:49.45:
type(holland_storm_type) :: holland_storm
1
Error: Object 'holland_storm' at (1) must have the SAVE attribute for default initialization of a component
make: *** [/home/../auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/src/2d/shallow/surge/storm_module.mod] Error 1
Thanks for the help.
Luis
Thanks for the help Kyle.
I am now trying to run a simple tsunami case but no output was created
(except the .data files under the _output directory). I am using a 3 min
grid (Level1_3min.asc) topotype=3, and my initial condition is a surface
elevation file (Disp_Tohoku.asc, format topotype=1)
iqinit = 4. I attached the files to this message. I read the tsunami example on the website and tried to
follow the same logic but when I run it no output is produced. Here is what I
am getting:
Makefile:187: warning: overriding commands for target `all'
/home/../auto/wave/lmontoy/geoclaw/clawpack-5.3.0/clawutil/src/Makefile.common:259: warning: ignoring old commands for target `all'
make output -f Makefile /home/../auto/wave/lmontoy/geoclaw/clawpack-5.3.0/clawutil/src/Makefile.common
make[1]: Entering directory `/auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/examples/TOHOKU/chile2010'
Makefile:187: warning: overriding commands for target `all'
/home/../auto/wave/lmontoy/geoclaw/clawpack-5.3.0/clawutil/src/Makefile.common:259: warning: ignoring old commands for target `all'
rm -f .output
python /home/../auto/wave/lmontoy/geoclaw/clawpack-5.3.0/clawutil/src/python/clawutil/runclaw.py xgeoclaw _output \
True False . False False None
==> runclaw: Will take data from /auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/examples/TOHOKU/chile2010
==> runclaw: Will write output to /auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/examples/TOHOKU/chile2010/_output
==> runclaw: Removing all old fort files in /auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/examples/TOHOKU/chile2010/_output
==> Running with command:
/auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/examples/TOHOKU/chile2010/xgeoclaw
Reading data file: claw.data
first 5 lines are comments and will be skipped
Reading data file: amr.data
first 5 lines are comments and will be skipped
Reading data file: regions.data
first 5 lines are comments and will be skipped
Reading data file: gauges.data
first 5 lines are comments and will be skipped
Reading data file: fgmax.data
first 5 lines are comments and will be skipped
Running amrclaw ...
Reading data file: geoclaw.data
first 5 lines are comments and will be skipped
Reading data file: refinement.data
first 5 lines are comments and will be skipped
Reading data file: dtopo.data
first 5 lines are comments and will be skipped
Reading data file: topo.data
first 5 lines are comments and will be skipped
Reading topography file /auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/examples/TOHOKU/chile2010/Level1_3min.asc
**** topo arrays do not cover domain
**** area of overlap = 0.0000000000000000
**** area of domain = -223.50249999999988
==> runclaw: Finished executing
==> runclaw: Done executing /auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/examples/TOHOKU/chile2010/xgeoclaw via clawutil.runclaw.py
==> runclaw: Output is in /auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/examples/TOHOKU/chile2010/_output
make[1]: Nothing to be done for `/home/../auto/wave/lmontoy/geoclaw/clawpack-5.3.0/clawutil/src/Makefile.common'.
make[1]: Leaving directory `/auto/wave/lmontoy/geoclaw/clawpack-5.3.0/geoclaw/examples/TOHOKU/chile2010'
<Disp_Tohoku.asc><Level1_3min.asc>