AC-REFAC
sensitivity and calibration
#663
Replies: 2 comments 2 replies
-
Some initial directions on post-processing of sensitivity analysis results in Jupyter Notebooks from a conversation with @jsclein-uaf. For loading necessary packages etc:
I then load the data from SA like this:
Where you'll need to update the path to your output directory in Then you can call the analysis scripts like this:
USEFUL TIPS: If you type: Then if you select one and type this in an empty cell:
and run it, it will print out what you need to enter to get the function to work: NOTE: there is currently a bug where the first time the analysis script is run it will expect a To output ranges and initial guesses for MADS, we have been using these commands:
and then:
You may need to change the r2lim as before and check how many best_params you are getting, that's why I've been running these in two cells |
Beta Was this translation helpful? Give feedback.
-
Has anyone has nearly completed a calibration run only for the run to fail because of an error with the plot_optimization_fit? Specifically a trip up with the axes. Is there a way to call the plotting function post run in case this could happen? I don't think it was possible with the previous version of calibration and is unfortunate that results don't save if this occurs |
Beta Was this translation helpful? Give feedback.
-
Starting a discussion for new users of the
AC-REFAC
branch to assist with tutorials, debugging, and workflows.Beta Was this translation helpful? Give feedback.
All reactions