jagurs-admin / jagurs

JAGURS is a tsunami simulation code solving linear/nonlinear long-wave/Boussinesq equations with/without effects of elastic deformation of the Earth due to tsunami load and vertical profile of seawater density stratification. This code was paralleled by using OpenMP and MPI.
Other
50 stars 18 forks source link

Debug for the bugs pointed out ~2024/06/03. #19

Open tkato0619 opened 5 months ago

tkato0619 commented 5 months ago

Debug for the bugs pointed out ~2024/06/03. Modified files are...

doc/JAGURS-User-Guide.En.V0600.pdf: Update on how to make amos. doc/JAGURS-User-Guide.Jp.V0600.pdf: Update on how to make amos. meteotsunami/normalmode/fortran/Makefile: Minor cleanup. meteotsunami/normalmode/fortran/Makefile.gfortran: Added for gfortran. meteotsunami/normalmode/fortran/amos/Makefile: Added to make amos. meteotsunami/normalmode/fortran/amos/Makefile.gfortran: Added to make amos. meteotsunami/normalmode/fortran/mod_PHcalc_wave6.f90: Modified for debug. meteotsunami/normalmode/fortran/patch.amos: Patch file for amos. meteotsunami/normalmode/python/DC_PH5_10-13.npz: Deleted becauese this is a result file. meteotsunami/normalmode/python/DC_PH5_10-13.txt: Deleted becauese this is a result file. meteotsunami/normalmode/python/PHcalc_wave6.py: Modified to resolve sensitivity. meteotsunami/normalmode/python/normalmode.dat: Deleted because this is a result file. meteotsunami/normalmode/python/normalmode.namelist: Deleted because this is a result file. src/mod_fxy.f90: Modified to use m_rho instead of rhow. src/mod_fxy_disp.f90: Modified to use m_rho instead of rhow. src/mod_normalmode.f90: Modified to use m_rho instead of rhow. src/mod_params.f90: Modified to use m_rho instead of rhow.