Pyplotgen update: Edit titles and axis titles for new SAM stats (details)
Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129 (details)
Fixing lines that exceed 100 characters. (details)
Pass parameter error bars up to dashboard. (details)
Update netcdf sensitivity files in dashboard. (details)
1) Adds new SAM stats to pyplotgen in config/VariableGroupSamProfiles.py. See https://github.com/larson-group/sam_clubb/commit/eb91ef788cfb7216355e420262540dc8c46afd1a where the variables were added for more info.
2) Makes some minor modifications to Pyplotgen in order to improve plotting when only SAM files are being plotted. Previously if plotting only SAM output there were a number of panels with missing plot and axis titles. This is resolved by changing slightly how Pyplotgen searches for the relevant data and in a few cases by explicitly titling plots and axes in VariableGroupBase.py.
Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129