Hey Thomas,
thanks for the quick reply and all of your advice! I tried using the example files as a guide, but that didn't help me so far.
I thought that the variables were hte problem too, which is why I commented them out so TOMAWAC would use the default values. So they can't really be the problem, right?
I am trying to set up a model driven by a constant wind of 20m/s from North. Which is why I only used the "WIND VELOCITY ALONG Y" and "CONSIDERATION OF A WIND" keywords.
Nevertheless, I set the "VARIABLES FOR 2D GRAPHIC PRINTOUT" to "HM0;DMOY" now, reduced my number of time steps and set "WIND GENERATION" to "1". I still get the exact same error.
I also included the keywords "ABSCISSAE OF SPECTRUM PRINTOUT POINTS", "ORDINATES OF SPECTRUM PRINTOUT POINTS" and "PUNCTUAL RESULTS FILE" now, as they're marked as mandatory. And now it doesn't even seem to read the steering file:
Running your CAS file(s) for:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
win7gfors:
+> root: C:\TELEMAC\v8p1r0
+> module: ad / api / artemis / bief
damocles / gaia / gretel / hermes
identify_liq_bnd / khione / mascaret / nestor
parallel / partel / postel3d / sisyphe
special / stbtel / telemac2d / telemac3d
tomawac / waqtel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... processing the steering file
Traceback (most recent call last):
File "C:\TELEMAC\v8p1r0\scripts\python3\tomawac.py", line 7, in <module>
main('tomawac')
File "C:\TELEMAC\v8p1r0\scripts\python3\runcode.py", line 272, in main
run_study(cas_file, code_name, options)
File "C:\TELEMAC\v8p1r0\scripts\python3\execution\run_cas.py", line 154, in run_study
my_study = Study(steering_file, code_name, options.w_dir)
File "C:\TELEMAC\v8p1r0\scripts\python3\execution\study.py", line 93, in __init__
self.cas = TelemacCas(self.steering_file, self.dico_file)
File "C:\TELEMAC\v8p1r0\scripts\python3\execution\telemac_cas.py", line 70, in __init__
self._check_choix()
File "C:\TELEMAC\v8p1r0\scripts\python3\execution\telemac_cas.py", line 183, in _check_choix
list_val = value.split(",")
AttributeError: 'list' object has no attribute 'split'
Thanks so much!
Cara