I'm sorry, it's me again.
It was working fine when I tested it yesterday, but today, for some reason, it's not working again.
Today, when I configure the CAS file as follows, it runs smoothly:
/SOURCES FILE = 'flow_1.txt'
SOURCE REGIONS DATA FILE = 'geo_source_init_1.txt'
WATER DISCHARGE OF SOURCES = 10;20;30
However, if I set it like this, it doesn't work:
SOURCES FILE = 'flow_1.txt'
SOURCE REGIONS DATA FILE = 'geo_source_init_1.txt'
WATER DISCHARGE OF SOURCES = 0;0;0
It gives the following error:
T= 601.00000000000000 OUT OF RANGE
OF THE SOURCES FILEapplication called MPI_Abort(MPI_COMM_WORLD, 2) - process 3
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 2 PLANTE: PROGRAM STOPPED AFTER AN ERROR
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 1 RETURNING EXIT CODE: 2
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 7
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 0
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 5
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 12
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 4
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 6
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 8
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 14
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 9
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 10
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 13
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 15
application called MPI_Abort(MPI_COMM_WORLD, 2) - process 11
My SOURCES FILE:
T Q(1) Q(2) Q(3)
s m2/s m2/s m2/s
0 0 0 0
300 0 0 0
600 2.65 1.325 1.325
1000 0.002210365 0.001105182 0.001105182
My SOURCE REGIONS DATA FILE:
#
# Coordinates of the source regions
#
X(1) Y(1)
167577.71875 2550508.75
167538.25 2550531.75
167529.453125 2550482.5
X(2) Y(2)
169335.28125 2552392.25
169384.671875 2552410.0
169335.421875 2552442.0
X(3) Y(3)
168914.4375 2549883.75
168909.96875 2549826.25
168949.796875 2549856.25
Can you help me with this?