Hello everyone,
I am trying to run my model in Linux. However, when I put the command " telemac3d.py ~/Telemac/1_Models/Parametric_study/d_Tsanis/Orkney_1_Tsnais.cas" to run in the Terminal, I get the following message:
Loading Options and Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... parsing configuration file: /home/s1361364/Telemac/DL/telemac/configs/systel.cfg
Running your CAS file for:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+> configuration: ubugfopenmpi
+> root: /home/s1361364/Telemac/DL/telemac/
+> version v6p3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... reading the main module dictionary
... processing the main CAS file(s)
runCAS:
uncontroled error from python:: KeyError('FILE',)
~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/home/s1361364/Telemac/DL/telemac/scripts/python27/runcode.py", line 713, in runCAS
cases,lang,ncsize = processCAS(casNames,MODFiles[codeName],MODFiles[codeName])
File "/home/s1361364/Telemac/DL/telemac/scripts/python27/runcode.py", line 234, in processCAS
cas = readCAS(scanCAS(casFile),dico,frgb)
File "/home/s1361364/Telemac/DL/telemac/scripts/python27/parsers/parserKeywords.py", line 145, in readCAS
kw = frgb[kw]
KeyError: 'FILE'
When I try to run this file in Windows using the automatic installer, it works just fine.
Can someone be kind enough to point out the meaning of this error?
Attached is my CAS file for reference
Thank you