Hi,
I still can't execute PEST. Neither the github example (pstfrom_mf6.ipynb) nor my own model. Both are stuck with the same error message.
I guess a step in the setup is missing...
The error message i get in the console:
model input/output error:error in template files
Parameter "multiplier_h" cited on line 2 of template file hk_layer_1_inst0_grid.csv.tpl has not been supplied with a value
Aborting model run
numin 28
model input/output error:initializing mio module
Error in subroutine MIO_INITIALISE: cannot allocate sufficient memory to store model interface filenames
Aborting model run
(to my understanding, there are values on line 2 - maybe a format error??)
After executing the following commands in the notebook (from the example):
# run with noptmax = 0
pyemu.os_utils.run("{0} freyberg.pst".format(
os.path.join("pestpp-ies")), cwd=pf.new_d)
Error message from the notebook:
~\Anaconda3\lib\site-packages\pyemu\utils\os_utils.py in run(cmd_str, cwd, verbose)
if "window" in platform.platform().lower():
if ret_val != 0: raise Exception("run() returned non-zero: {0}".format(ret_val))
else:
estat = os.WEXITSTATUS(ret_val)
Exception: run() returned non-zero: -1073740940
Has anyone (Tariq ? :) ) an idea, how to properly run pest from python (with pyemu)?
Any tips for a documentation or example?
Are there further PEST files required than pest-ies.exe?
Many thanks!
Leander