Open DStrom1987 opened 6 months ago
If the base realization has been included and is still active (hasnt failed), then you should see files with ".base.par" and ".base.rei" tags in the master dir for each iteration.
So It could basically have failed somewhere along the iteration process and grus have been dropped? Which could explain why its not output?
The base realization is never dropped for performing poorly so the only way it is missing is if you didnt include it (ies_include_base = False) or if the base realization model run failed somewhere along the way. The rec file will tell you which realizations have failed if you search on "base"
Cool, thanks. Sounds like I’m facing a failed run. I’ll have a look in the rec file then.
sön 28 apr. 2024 kl. 16:42 skrev J Dub @.***>:
The base realization is never dropped for performing poorly so the only way it is missing is if you didnt include it (ies_include_base = False) or if the base realization model run failed somewhere along the way. The rec file will tell you which realizations have failed if you search on "base"
— Reply to this email directly, view it on GitHub https://github.com/usgs/pestpp/issues/294#issuecomment-2081508135, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARYO5IHLGLSDEGADQQJOSHLY7UDEHAVCNFSM6AAAAABG5BAHOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGUYDQMJTGU . You are receiving this because you authored the thread.Message ID: @.***>
Hi,
For some reason the .rei and .par text files which are usually generated after each completed iteration does not get output to the master directory while running ies.
the .obs and .par csv-files are saved as they should. So its really not a big issue. I just find it convenient for as a quick check to find out how my model progressens.
anyone know what can be the vajar of .rei-files not being printed?