Hi, all
I am studying how to run the mascaret examples these days. I have successfully build the source codes of v7p2 edition and the configuration environment is ubugfortrans.
Now, I am confusion about how to run the examples.
I follow the application guide (mascaret v8.0) to build up a example case named steady flow over a weir. The pre-processer is mascaret-distrib-3.5.jar and a *.masc file was generated. However, I can not run the case when clicking on the computation icon "comp.".
Alternatively, I run my case in the python environment using "python runcode.py mascaret -s 1d_weir/test1.masc". And the error comes:
_____________
runcode::main:
:
|runCAS: could not find the DICO file: /home/lairuixun/opentelemac/v7p2/sources/mascaret/mascaret.dico
By the way, I noticed that, in the source code of v7p2, all the examples of mascaret have three sub folder including cas, masc and xml. I guess the *.masc file can be generated using mascaret-distrib-3.5.jar. But how about the mascaret0.cas in the cas folder? Does the *.cas file is generated using fudda-pro just same as telemac2d ?