Hi,
Recently I've noticed that the runcode.py script which I normally use for launching simulations has removed the SISYPHE module. More specifically at around line 200 the following code appears:
parser.add_argument(
"module",
default=None,
choices=['telemac2d', 'telemac3d', 'artemis', 'tomawac',
'stbtel', 'postel3d', 'mascaret'])
By adding SISYPHE to the 'choices' I am able to restore functionality but was wondering why the choice was made to remove SISYPHE. I realise that its essentially been depreciated by GAIA, but given that it is still included in the source code, not sure if there is some other reason for the changes.
Thanks,