I'm a newbie to ROMS and Linux.
I'm currently studying the stormsurge in Mikawa-bay, Japan, by using ROMS for simulation.
I have used ROMSTOOLS to make a grid file.
But the bathymetric data in ROMSTOOLS (from etopo2.nc) is not precise,so I replaced it by my bathymetric data, and created the new masking data.The precision is 0.005 degree in both longitude and latitude.By the way, I'm using MATLAB to handle netcdf file.
And forcing data (wind speed, pressure, ...) are taken from "Research Institute for Sustainable Humanosphere" (hourly data).
My target is typhoon Melor in 2009. Because it made landfall in Mikawa
bay on October 8, so I have used data from 5th to 9th (repeat "5th 09:00:00" 48 times for model spin-up, and next running from "5th 09:00:00" to "9th 08:00:00" ).
I'm setting dt=2s, with NTIMES=259200.
But my application get the error at time-steps 141589.
Here is error message :
Code: Select all
141589 3 06:39:38 8.030257E-05 3.982043E+03 3.982043E+03 8.600362E+10
(086,051,1) 2.977083E-05 1.364391E-05 1.429876E-03 8.554934E-02
forrtl: error (65): floating invalid
Image PC Routine Line Source
oceanG 08162348 rho_eos_mod_mp_rh 363 rho_eos.f90
oceanG 08159190 rho_eos_mod_mp_rh 86 rho_eos.f90
oceanG 0814C172 main3d_ 155 main3d.f90
oceanG 0804C0CC ocean_control_mod 164 ocean_control.f90
oceanG 0804B860 MAIN__ 108 master.f90
oceanG 0804B514 Unknown Unknown Unknown
libc.so.6 003E6CE6 Unknown Unknown Unknown
oceanG 0804B421 Unknown Unknown Unknown
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= EXIT CODE: 134
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
Anyone could help me?
And I'm sorry for the lack of understanding.
Thank you very much.
PS:I attached my .h and .in files here.