Closed bearecinos closed 2 years ago
@dngoldberg Ok I think I have addressed all your concerns regarding the linearity test and the labels for the sigma plots... check in overleaf the latest images
Ok I'm merging this because I need to work on the other two plots...
I added a script under the path: /smith_glacier/scripts/post_processing/test_for_linearity.py
This script uses the function from utils_funcs.py compute_vertex_for_dV_components(), in order to compute the sensitivity components of each control parameter, then the dot product is calculated in the lines highlighted here.
Another thing I did in the script is that we need to interpolate the years for which we dont have data. I do the same thing as for VAF and sigma VAF. I use x and sigma_t for this.
and sigma_t comes from ...
I use numpy interp. for that...
Hopefully in the script you can follow the process. Let me know if I need to correct something...