Hi,
I have been trying to export timeseries in a given node for calibration using the "Station_Timeseries" namelist. Sadly fvcom fails after reading the namelist without any error message that tells me what is wrong. I am using v. 5.1.0 in parallel. Here is my namelist:
&NML_STATION_TIMESERIES
OUT_STATION_TIMESERIES_ON=T,
STATION_FILE='Stations.dat',
LOCATION_TYPE='node',
OUT_ELEVATION=T,
OUT_VELOCITY_3D=T,
OUT_VELOCITY_2D=F,
OUT_WIND_VELOCITY=F,
OUT_SALT_TEMP=T,
OUT_INTERVAL='seconds=900',!15 minutes
/
And my station file looks like this:
No X Y Node Depth (m) Station Name
1 143280.72 6500047.19 39156 5 'Eydeshavn permanent vannmaaler'
2 143035.61 6500304.79 39956 15 'Planlagt utslippspunkt'
I get the following error:
...
===================================
END VEC_FLT_PCOLLECT
Opend File: ../inp//Stations.dat
NSTA= 2
1 143280.719 6500047.00 39156 5.00000000 23.8729401 Eydeshavn permanent
2 143035.609 6500305.00 39956 15.0000000 24.3605328 Planlagt utslippspun
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 3 in communicator MPI_COMM_WORLD
with errorcode -1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
[odin:708405] 7 more processes have sent help message help-mpi-api.txt / mpi-abort
[odin:708405] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
The model runs just fine without the timeseries activated. Any advice would be highly appreciated.
Best,
Marcos