setprob.f90.html | |
Source file: setprob.f90 | |
Directory: /Users/rjl/clawpack_src/clawpack_master/geoclaw/examples/1d_classic/bouss_wavetank_matsuyama | |
Converted: Mon Feb 19 2024 at 14:30:59 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
subroutine setprob ! for problem specific features, copy to your directory and modify use grid_module, only: runup_tolerance implicit none runup_tolerance = 1.d-4 ! for wave tank, since dry_tolerance = 1d-6 end subroutine setprob