-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PESTPP-SEN Control variables #171
Comments
You can see a pestpp-sen enhanced control file here: https://github.com/usgs/pestpp/blob/master/benchmarks/mf6_freyberg/template/freyberg6_run_sen.pst As you can see, its using all default arguments for the Morris Method (so there aren't any pestpp-sen specific arguments in the "* control data keyword" section). If you want to change one or more of the default argument values, you need to add new lines in the "* control data keyword" section, one per argument, and the format is key-whitespace-value. So to change the number of samples per parameters (the morris "R" value) from 4 (the default) to 6, you would add
somewhere between lines 3 and 11 in that control file (the order doesnt matter). The Morris control variables are described here: |
thank you very much for your reply. |
hello, I would like to ask a question regarding PESTPP-SEN. I have 33 parameters, 11 parameters for each soil profile (soil column divided in 3 parts). in control file *parameter groups I have put each of the 3 zones. in the control variable of PESTPP-SEN I would be very grateful for your help. Thank you very much |
Doing a sens analysis with only 3 adjustable parameters seems like it might be too under parameterized so that the results might not be very meaningful. For Morris, with 33 parameters and 4 steps per parameter (the default), it will take about 135ish runs. Can you not just do the full compliment of parameters? How long does the model take to run? |
Hello So now I want to do it again but using the Morris method that works with groups of parameters. I have 33 parameters in total corresponding to 11 parameters for a Peat soil type, 11 parameters for a Mineral soil type and 11 parameters for a Bed Rock soil. The outputs of my model are temperature and humidity. How could I configure the control file to achieve this? |
Dear developers.
I am currently working on my research project at the Leibniz University of Hannover in Germany. I would like to use PESTPP-SEN for my sensitivity analysis. I am not quite sure how to set up the PESTPP-SEN control variables in the enhanced control file format. Would it be possible to receive an example of an enhanced control file containing the Morris Method control variables?
I thank you in advance.
Kind regards,
Felipe Silva
The text was updated successfully, but these errors were encountered: