Hi, all. I am using parameter estimation keyword to identify the friction value of the case. The case is a classic L-shaped flume with observations. One of the observations was add to the user_mesures.f file. The basic modelling (without parameter estimation keyword) was run successfully. However, when the parameter estimation keyword was actived, i got the error messages as list below.
In addition, I am not sure the code of the observation information (including time and value) that added in the user_mesures.f has a right style.
Thanks.
File Attachment:
File Name:
Lshape.rarFile Size: 129 KB
***********************************************************************
DIFFERENT NUMBER OF PARALLEL PROCESSORS:
DECLARED BEFORE (CASE OF COUPLING ?): 1
TELEMAC-2D : 0
VALUE 1 IS KEPT
********************************************
* LECDON: *
* AFTER CALLING DAMOCLES *
* CHECKING OF DATA READ *
* IN THE STEERING FILE *
********************************************
BINARY RESULTS FILE NECESSARY
FOR PARAMETER ESTIMATION
PLANTE: PROGRAM STOPPED AFTER AN ERROR
RETURNING EXIT CODE: 2
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 2.
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.
Traceback (most recent call last):
File "../../scripts/python3/telemac2d.py", line 7, in <module>
main('telemac2d')
File "/home/**/opentelemac/v8p1r1/scripts/python3/runcode.py", line 272, in main
run_study(cas_file, code_name, options)
File "/home/**/opentelemac/v8p1r1/scripts/python3/execution/run_cas.py", line 157, in run_study
run_local_cas(my_study, options)
File "/home/**/opentelemac/v8p1r1/scripts/python3/execution/run_cas.py", line 65, in run_local_cas
my_study.run(options)
File "/home/**/opentelemac/v8p1r1/scripts/python3/execution/study.py", line 610, in run
self.run_local()
File "/home/**/opentelemac/v8p1r1/scripts/python3/execution/study.py", line 445, in run_local
run_code(self.run_cmd, self.sortie_file)
File "/home/**/opentelemac/v8p1r1/scripts/python3/execution/run.py", line 182, in run_code
raise TelemacException('Fail to run\n'+exe)
utils.exceptions.TelemacException: Fail to run
/usr/local/bin/mpiexec -wdir /home/**/opentelemac/v8p1r1/mycase/20191127_Ushape/test.cas_2020-12-24-10h39min16s -n 1 /home/**/opentelemac/v8p1r1/mycase/20191127_Ushape/test.cas_2020-12-24-10h39min16s/out_telemac2d
***************************************************************************