Hello Riadh,
I am running a serial installation of V6P1, compiled in windows using g95. There aren't any error messages, but when I initiate the simulation, TELEMAC-2D steps out of the routine after the first calculation, and before it would normally print out the control section values. The first screen shot below shows the DOS prompt output (with the modified routines in first post), while the second shows the results of the original routines.
Note: I don't care much about printing the WSE values from a control section to the DOS prompt, but I'd rather like to print them in the control section output file.
Screenshot #1: Simulation stepping out w/modified routines
================================================================================
ITERATION 0 TIME: 0.0000 S
================================================================================
ITERATION 1 TIME: 0.5000 S
THE LIQUID BOUNDARIES FILE CONTAINS
100001 LINES WITH:
SL(2)
LIQUID BOUNDARY: SL(2) = -10.390005
--------------------------------------------------------------------------------
ADVECTION STEP
--------------------------------------------------------------------------------
DIFFUSION-PROPAGATION STEP
RESCJG (BIEF) : 34 ITERATIONS, RELATIVE PRECISION: 0.8762344E-06
--------------------------------------------------------------------------------
K-EPSILON MODEL
GRACJG (BIEF) : 4 ITERATIONS, RELATIVE PRECISION: 0.2556027E-09
GRACJG (BIEF) : 4 ITERATIONS, RELATIVE PRECISION: 0.1565605E-09
C:\0_GiffordMiears\SVNs\Tidal_Oscillation_Paper_SVN\TELEMAC_Project_Files\TELEMA
C_simulation_files>
Screenshot#2: Expected simulation print out
================================================================================
ITERATION 0 TIME: 0.0000 S
================================================================================
ITERATION 1 TIME: 0.5000 S
THE LIQUID BOUNDARIES FILE CONTAINS
100001 LINES WITH:
SL(2)
LIQUID BOUNDARY: SL(2) = -10.390005
--------------------------------------------------------------------------------
ADVECTION STEP
--------------------------------------------------------------------------------
DIFFUSION-PROPAGATION STEP
RESCJG (BIEF) : 34 ITERATIONS, RELATIVE PRECISION: 0.8762344E-06
--------------------------------------------------------------------------------
K-EPSILON MODEL
GRACJG (BIEF) : 4 ITERATIONS, RELATIVE PRECISION: 0.2556027E-09
GRACJG (BIEF) : 4 ITERATIONS, RELATIVE PRECISION: 0.1565605E-09
CONTROL SECTION NUMBER 1 (NAME DS_xsec_1)
DISCHARGE: 8058.990
CONTROL SECTION NUMBER 2 (NAME DS_xsec_2)
DISCHARGE: 8062.731
CONTROL SECTION NUMBER 3 (NAME DS_xsec_3)
DISCHARGE: 8066.064
CONTROL SECTION NUMBER 4 (NAME DS_xsec_4)
DISCHARGE: 8059.426
CONTROL SECTION NUMBER 5 (NAME Left_xsec_1)
DISCHARGE: 6704.870
CONTROL SECTION NUMBER 6 (NAME Left_xsec_2)
DISCHARGE: 6714.580
CONTROL SECTION NUMBER 7 (NAME Left_xsec_3)
DISCHARGE: 6712.749
CONTROL SECTION NUMBER 8 (NAME Right_xsec_1)
DISCHARGE: 1325.026
CONTROL SECTION NUMBER 9 (NAME Right_xsec_2)
DISCHARGE: 1331.512
CONTROL SECTION NUMBER 10 (NAME Right_xsec_3)
DISCHARGE: 1331.390
--------------------------------------------------------------------------------
BALANCE OF WATER VOLUME
VOLUME IN THE DOMAIN : 0.2156630E+08 M3
FLUX BOUNDARY 1: 8000.003 M3/S ( >0 : ENTERING <0 : EXITING )
FLUX BOUNDARY 2: -8038.788 M3/S ( >0 : ENTERING <0 : EXITING )
RELATIVE ERROR IN VOLUME AT T = 0.5000 S : -0.8819236E-09
================================================================================
Thank you for your response,
I look forward to hearing back from you.
-Chris