I'm a new user of the COAWST model. I've been using WRF+ROMS+SWAN option, however, I got the warning when running the model:
I don't exactly this warning maybe cause any problem, but I got another error in the log.file:** Warning : Quadruplets will be updated per iteration
** Warning : instead of per sweep. This will increase
** Warning : amount of internal memory with a factor 2
Here is my SWAN's namelist:Fatal error in MPI_Recv: Other MPI error, error stack:
MPI_Recv(186).............: MPI_Recv(buf=0x7ffd3d7a59bc, count=1, MPI_INTEGER, src=0, tag=0, comm=0x84000002, status=0x47a6940) failed
dequeue_and_set_error(596): Communication error with rank 0
Code: Select all
&& KEYWORD for number of nested SWAN grids.
NSGRIDS 1
&& KEYWORDS TO CREATE AND READ COMPUTATIONAL GRID &&
CGRID CURVILINEAR 389 284 EXC 9.999000e+003 9.999000e+003 CIRCLE 36 0.04 1.0 24
READGRID COORDINATES 1 'Projects/Haima/swan_coord.grd' 4 0 0 FREE
&& KEYWORDS TO CREATE AND READ BATHYMETRY GRID &&
INPGRID BOTTOM CURVILINEAR 0 0 389 284 EXC 9.999000e+003
READINP BOTTOM 1 'Projects/Haima/swan_bathy.bot' 4 0 FREE
&& KEYWORD TO CREATE CURRENT GRID &&
INPGRID CURRENT CURVILINEAR 0 0 389 284 EXC 9.999000e+003 &
NONSTATIONARY 20161017.000000 6 DAY 20161023.000000
&& KEYWORD TO CREATE WATER LEVEL GRID &&
INPGRID WLEV CURVILINEAR 0 0 389 284 EXC 9.999000e+003 &
NONSTATIONARY 20161017.000000 6 DAY 20161023.000000
&& KEYWORD TO CREATE BOTTOM FRIC GRID &&
INPGRID FRIC CURVILINEAR 0 0 389 284 EXC 9.999000e+003 &
NONSTATIONARY 20161017.000000 6 DAY 20161023.000000
&& KEYWORD TO CREATE WIND GRID &&
INPGRID WIND REGULAR 96.9742 -2.3665 0 389 285 0.2 0.2 EXC 9.999000e+003 &
NONSTATIONARY 20161017.000000 6 HR 20161023.000000
&READINP WIND 1 'Projects/Sandy/swan_GFS_Oct2012.dat' 4 0 FREE
& Boundary files ****************************************
& 2D Spec Boundary files ****************************
BOUND SHAPESPEC JONSWAP MEAN DSPR DEGREES
BOUNDSPEC SEGMENT IJ 0 0 0 284 CONSTANT PAR 0.1 20.0 0.0 15
BOUNDSPEC SEGMENT IJ 0 0 389 0 CONSTANT PAR 0.1 20.0 0.0 15
BOUNDSPEC SEGMENT IJ 389 0 389 284 CONSTANT PAR 0.1 20.0 0.0 15
BOUNDSPEC SEGMENT IJ 0 284 389 284 CONSTANT PAR 0.1 20.0 0.0 15
& ** COPY THESE LINES TO SWAN INPUT FILE ********
& 2D Spec Boundary files ****************************
& Restart name **********************************
&INIT
INIT_DEFAULT
& PHYSICS ****************************************
BREAKING CONSTANT 1.0 0.73
FRICTION MADSEN 0.05
&OFF QUAD
GEN3 KOMEN
WCAP KOM 2.36E-5 3.02E-3 2.0 1.0 1.0
PROP BSBT
BLOCK 'COMPGRID' NOHEADER 'Haima_hsig.mat' LAY 4 HSIGN 1. OUTPUT 20161017.000000 1 HR
BLOCK 'COMPGRID' NOHEADER 'Haima_xp.mat' LAY 4 XP 1.
BLOCK 'COMPGRID' NOHEADER 'Haima_yp.mat' LAY 4 YP 1.
BLOCK 'COMPGRID' NOHEADER 'Haima_wind.mat' LAY 4 WIND 1. OUTPUT 20161017.000000 1 HR
BLOCK 'COMPGRID' NOHEADER 'Haima_hsig.nc' LAY 4 HSIGN 1. OUTPUT 20161017.000000 1 HR
RESTART 'swan_rst.dat' FREE 1 HR
&COMPUTE STAT 20161017.000000
COMPUTE NONSTAT 20161017.000000 1 HR 20161023.000000
HOTFILE 'Haima_init.hot'
STOP
Any suggestions are welcome and appreciated!