Includes techniques for simulating the movement of the shoreline (moving boundary techniques) to calculate runup. Downloading COMCOT 1.7 and Documentation
As with many open-source projects, the development of this code is ongoing to fulfill the full functionality of the original model. The user takes full responsibility when using any part of this code.
: Supports both Spherical coordinates (for trans-oceanic propagation) and Cartesian coordinates (for local nearshore studies).
The core code is written in Fortran (usually Fortran 77/90/95). You will need gfortran (GNU Fortran compiler) or an Intel Fortran compiler ( ifort ).
# 1. Extract the downloaded archive tar -zxvf comcot_1.7.tar.gz cd comcot_1.7_directory # 2. Check for an existing Makefile or compile directly using gfortran gfortran -O3 comcot.f90 -o comcot # 3. Verify execution capability ./comcot Use code with caution.
Once you have completed your , you must compile the Fortran scripts manually. Prerequisites COMCOT Tsunami Model User Manual 1.7 | PDF - Scribd
If you are looking for the , this comprehensive guide provides everything you need to know about the software, its core capabilities, system requirements, and the step-by-step process to acquire and install it. What is COMCOT?