Dirk Herding Posted July 14, 2015 Report Share Posted July 14, 2015 Hello everybody,I’ve started a transient ppest run with 9 slaves (9 slaves = 9 ccf-files = ~ 180GB + heads + drawd). Too much for my c-drive...In the *.rmf file – written after the model execution – the default paths are stored.//////////////////prf9 0 0.001 1'slave0' .\'slave1' C:\Users\...\AppData\Local\Temp\GMS_8104\ppest\slave1'slave2' C:\Users\...\AppData\Local\Temp\GMS_8104\ppest\slave2//////////////////When I manually create the file and copy into the folder, it will be overwritten. How can I change the default paths (before I run the model) in GMS?Dirk Quote Link to comment Share on other sites More sharing options...
Bill Dolinar Posted July 14, 2015 Report Share Posted July 14, 2015 After editing the *.rmf file, you could possibly run PEST outside of GMS. At the end of this post is a batch file I was able to get working with the advanced PEST tutorial. After successfully running the batch file to import the optimal solution into GMS you would need to go into the MODFLOW | Parameters, import the optimal values, change to forward run (MODFLOW | Global Options change run options to Forward), and then run MODFLOW.@echo onset ppest_dir=C:\temp\ppestset model_dir="C:\Program Files (x86)\GMS 10.0\models\pest"set project=run2_SvdAssist%model_dir%\mf2pest.exe %project%.m2pstart "slave 0" %model_dir%\pslave.exe %project%_bat1.batstart "slave 1" /D %ppest_dir%\slave1\ %model_dir%\pslave.exe %project%_bat1.batstart "slave 2" /D %ppest_dir%\slave2\ %model_dir%\pslave.exe %project%_bat1.batstart "slave 3" /D %ppest_dir%\slave3\ %model_dir%\pslave.exe %project%_bat1.batstart "slave 4" /D %ppest_dir%\slave4\ %model_dir%\pslave.exe %project%_bat1.batstart "slave 5" /D %ppest_dir%\slave5\ %model_dir%\pslave.exe %project%_bat1.batstart "slave 6" /D %ppest_dir%\slave6\ %model_dir%\pslave.exe %project%_bat1.batstart "slave 7" /D %ppest_dir%\slave7\ %model_dir%\pslave.exe %project%_bat1.batstart "slave 8" /D %ppest_dir%\slave8\ %model_dir%\pslave.exe %project%_bat1.bat%model_dir%\ppest.exe %project% Quote Link to comment Share on other sites More sharing options...
Bill Dolinar Posted July 14, 2015 Report Share Posted July 14, 2015 A few things I didn't mention: you will need to edit the set calls at the top of the script and you will need to create each of the slave folders before running the batch file. After running you'll want to close the slave command windows that pop up. Quote Link to comment Share on other sites More sharing options...
Dirk Herding Posted July 15, 2015 Author Report Share Posted July 15, 2015 Thank you Bill, great information! I will try it... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.