System Message: WARNING/2 (/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/tmpncwe3lmk/f252c5a15de9002dc8d27779e60acdf65e22a383/qinit_defaults.rst, line 2)

Field list ends without a blank line; unexpected unindent.

qinit default routines

For GeoClaw, see qinit routine in GeoClaw.

Below are the default qinit library routines for Classic and AMRClaw.

These should never be used as is, but rather copied to your application directory and modified to set the initial conditions as desired.

$CLAW/classic/src/1d/qinit.f90:

System Message: WARNING/2 (/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/tmpncwe3lmk/f252c5a15de9002dc8d27779e60acdf65e22a383/qinit_defaults.rst, line 18)

Include file ‘/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/classic/src/1d/qinit.f90’ not found or reading it failed

$CLAW/classic/src/2d/qinit.f90:

System Message: WARNING/2 (/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/tmpncwe3lmk/f252c5a15de9002dc8d27779e60acdf65e22a383/qinit_defaults.rst, line 24)

Include file ‘/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/classic/src/2d/qinit.f90’ not found or reading it failed

$CLAW/classic/src/3d/qinit.f90:

System Message: WARNING/2 (/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/tmpncwe3lmk/f252c5a15de9002dc8d27779e60acdf65e22a383/qinit_defaults.rst, line 30)

Include file ‘/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/classic/src/3d/qinit.f90’ not found or reading it failed

qinit routine in GeoClaw

In GeoClaw, there is a library routine that sets the surface elevation to sea level by default, and also has the option of adding a perturbation as specified in the setrun file, see qinit data file parameters.

$CLAW/geoclaw/src/2d/shallow/qinit.f90:

System Message: WARNING/2 (/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/tmpncwe3lmk/f252c5a15de9002dc8d27779e60acdf65e22a383/qinit_defaults.rst, line 47)

Include file ‘/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/geoclaw/src/2d/shallow/qinit.f90’ not found or reading it failed