In R/run_with_param.R, alpha is set as the volcano forcing scalar rather than the aerosol scaling. In the calibration output in data-raw/brick-posteriors/emissions_17k_posteriorSamples.csv, alpha is the aerosol scaling.
The issue affects these lines in R/run_with_param.R:
lines 51-52
hector::VOLCANIC_SCALE(), palpha,hector::getunits(hector::VOLCANIC_SCALE())
and line 65
param_volscl = palpha,
Also line 48 in scripts/01-run-simulations.R
params <- unique(dat[, .(isamp, param_ecs, param_diffusivity, param_volscl)])
Edit: added a pull request but feel free to do it another way.
In R/run_with_param.R, alpha is set as the volcano forcing scalar rather than the aerosol scaling. In the calibration output in data-raw/brick-posteriors/emissions_17k_posteriorSamples.csv, alpha is the aerosol scaling.
The issue affects these lines in R/run_with_param.R: lines 51-52
hector::VOLCANIC_SCALE(), palpha,
hector::getunits(hector::VOLCANIC_SCALE())
and line 65param_volscl = palpha,
Also line 48 in scripts/01-run-simulations.R
params <- unique(dat[, .(isamp, param_ecs, param_diffusivity, param_volscl)])
Edit: added a pull request but feel free to do it another way.