Posted Thu, 30 Jan 2020 15:36:27 GMT by Phil Shepperd UK
Hi.  Trying to run an FM AD run with the hydrodynamics decoupled.  Runs fine when started through the GUI or MzLaunch tool, but throws up a fatal error when I try to run it with the standard batch script:

set Path=%Path%;%DHI_MIKE_2019%

start /w MzLaunch.exe runid.m21fm -x

Do I need to add a line to call the decoupled HDs first???  or some other solution?

Thanks.
Posted Mon, 03 Feb 2020 10:45:09 GMT by Samuel Maselli Projektingenieur
Hey there

my scripts usually look the following way:

path=%path%;%DHI_MIKE_2017%;
set OMP_NUM_THREADS=4

Start /wait Mzlaunch.exe "c:\ompletepath\to\model.m21fm" -gpu -x

and they work. So maybe add the full path to your model within "".

Hope this helps :)

You must be signed in to post in this forum.