The output from your simulation shows:
"Model Input Parameters: ROMS/TOMS version 3.0
Tuesday - June 19, 2007 - 1:33:39 PM
READ_PHYPAR - Invalid dimension parameter, NAT = 2
make sure that NAT is either 1 or 2. "
This is why your simulation stopped. After that, all the MPI errors occur since ROMS has stopped and the comm links are no longer valid. So first we need to figure out why you are getting this NAT error.
The error says NAT = 2, and it should = 2, so i am not sure what is wrong.
I had tested the inlet_test application before roms 3.0 was released, and it works on my systems.
To test it agian, I compiled the INLET_TEST application, and here is my output:
"mpiexec -np 2 ./oceanM.exe ROMS/External/coupling_inlet_test.in
Coupled Input File name =
ROMS/External/coupling_inlet_test.in
Waves-Ocean Models Coupling:
Ocean Model MPI nodes: 000 - 000
Waves Model MPI nodes: 001 - 001
Process Information:
Node # 0 (pid= 0) is active.
Model Input Parameters: ROMS/TOMS version 3.0
Tuesday - June 19, 2007 - 1:40:09 PM
-----------------------------------------------------------------------------
SWAN is preparing computation
Inlet Test Case
Operating system : CYGWIN
CPU/hardware : i686
Compiler system : ifort
Compiler command : ifort
Compiler flags : /align /G7 /MD /Ox -Id:\data\models\MPICH2\include -Id:\data\models\MCT\MCT_2.2.0_0u\mct -Id:\data\models\MCT\MCT_2.2.0_0u\mpeu /noextend_source -assume:bytere
Input Script : ROMS/External/ocean_inlet_test.in
SVN Root URL :
https://www.myroms.org/svn/cstm/branches/jcw_branch
SVN Revision : 817:819M
Local Root : /cygdrive/d/data/models/roms/roms_sed_rutgers_cygwin/branches/jcw_branch
Header Dir : d:\data\models\roms\roms_sed_rutgers_cygwin\branches\jcw_branch\ROMS\Include
Header file : inlet_test.h
Analytical Dir: ./ROMS/Functionals
Resolution, Grid 01: 0075x0070x008, Parallel Nodes: 1, Tiling: 001x001
Physical Parameters, Grid: 01
=============================
34560 ntimes Number of timesteps for 3-D equations.
5.000 dt Timestep size (s) for 3-D equations.
20 ndtfast Number of timesteps for 2-D equations between
each 3D timestep.
120.000 TI_WAV_OCN Time interval (s) between coupling WAV-OCN models.
24 nOCN_WAV Number of OCN timesteps between coupling to WAV.
1 ERstr Starting ensemble/perturbation run number.
1 ERend Ending ensemble/perturbation run number.
0 nrrec Number of restart records to read from disk.
T LcycleRST Switch to recycle time-records in restart file.
720 nRST Number of timesteps between the writing of data
into restart fields.
1 ninfo Number of timesteps between print of information
to standard output.
T ldefout Switch to create a new output NetCDF file(s).
720 nHIS Number of timesteps between the writing fields
into history file.
1.0000E-03 visc2 Horizontal, harmonic mixing coefficient (m2/s)
............................................ (continues on, and runs .............) "
As you can see, I am not getting the error that you are getting.
Did you modify any of the settings in the input files?
-john