b4step default routines
For GeoClaw, see b4step routine in GeoClaw.
Below are the default b4step library routines for Classic and AMRClaw.
By default these do nothing. If you wish to specify aux arrays you will
need to copy one of these files to your application directory and modify it
as needed. Remember to change to Makefile to point to the proper version.
$CLAW/classic/src/1d/b4step1.f90:
System Message: WARNING/2 (/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/tmprm2dswmf/6c7c4a351d3bdc60fa855e7f5fa7fcf9fa1676ae/b4step_defaults.rst, line 18)
Include file ‘/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/classic/src/1d/b4step1.f90’ not found or reading it failed
$CLAW/classic/src/2d/b4step2.f90:
System Message: WARNING/2 (/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/tmprm2dswmf/6c7c4a351d3bdc60fa855e7f5fa7fcf9fa1676ae/b4step_defaults.rst, line 24)
Include file ‘/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/classic/src/2d/b4step2.f90’ not found or reading it failed
$CLAW/classic/src/3d/b4step3.f90:
System Message: WARNING/2 (/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/tmprm2dswmf/6c7c4a351d3bdc60fa855e7f5fa7fcf9fa1676ae/b4step_defaults.rst, line 30)
Include file ‘/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/classic/src/3d/b4step3.f90’ not found or reading it failed
b4step routine in GeoClaw
In GeoClaw, there is a library routine that sets aux(1,i,j) to the cell
average of the bathymetry, aux(2,i,j) to the ratio of the true cell area
to dx*dy (the capacity function), and aux(3,i,j) to the length ratio of
the bottom edge to dx (The latter two quantities vary
with latitude when coordinate_system == 2).
$CLAW/geoclaw/src/2d/shallow/b4step2.f90:
System Message: WARNING/2 (/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/tmprm2dswmf/6c7c4a351d3bdc60fa855e7f5fa7fcf9fa1676ae/b4step_defaults.rst, line 48)
Include file ‘/var/folders/_s/dx0xgftn3_x04rdx0_w5nq7w0000gn/T/geoclaw/src/2d/shallow/b4step2.f90’ not found or reading it failed