Emulator of multi-model land ice projections (Edwards et al., 2021, Nature).
Input data files (inst/extdata/):
Calibrated with ISMIP6 and GlacierMIP model projections: 20201106_SLE_SIMULATIONS.csv.
Forced with GSAT projections from:
-
FAIR ensemble of McKenna et al. (2020): 20201105_CLIMATE_FORCING.csv, or
-
IPCC AR6 Chapter 7 two layer model ensemble: 20210215_CLIMATE_FORCING_IPCC.csv
Prior distributions on ice sheet parameters derived from:
-
Greenland retreat: data_for_tamsin.txt
-
Antarctic basal melt: output_gamma0_NonLocal_MeanAnt.dat and output_gamma0_NonLocal_PIGL.dat
Below is the list of commands to run the analyses. OK to have this message on running: "There were 50 or more warnings (use warnings() to see the first 50)"
#______________________________________________________
Set N_temp because default for timeslice is 1000 (for sensitivity tests)
main(N_temp = 5000L)
main("timeseries")
main(N_temp = 5000L, select_ism == "larmip")
Set N_temp as above
main(dataset = "IPCC", N_temp = 10000L)
Run 2-3 SSPs at once for timeseries because 4x larger ensembles than main FAIR projections
main("timeseries", dataset = "IPCC", fair_ssps = c("SSP126", "SSP585"))
main("timeseries", dataset = "IPCC", fair_ssps = c("SSP119", "SSP245", "SSP370"))
main(dataset = "IPCC", N_temp = 10000L, select_ism = "larmip")
main("timeseries", dataset = "IPCC", fair_ssps = c("SSP126", "SSP245", "SSP585"), select_ism = "larmip")
#______________________________________________________
Each sets same covariance function for all regions
main("SA", do_model_comp = TRUE, do_covar_fn = "matern_5_2")
main("SA", do_covar_fn = "matern_3_2")
main("SA", do_covar_fn = "pow_exp", do_covar_alpha = 1.9)
main("SA", do_covar_fn = "pow_exp", do_covar_alpha = 1.0)
main("SA", do_covar_fn = "pow_exp", do_covar_alpha = 0.1)
#________________________________________________________
main("SA")
main("sim_only")
#________________________________________________________
main("CMIP6")
main("fixed_T")
main("fixed_melt")
main("gamma0_MeanAnt", ice_sources = "AIS")
main("gamma0_PIGL", ice_sources = "AIS")
main("gamma0_unif", ice_sources = "AIS")
main("gamma0_unif_high", ice_sources = "AIS")
main(collapse_prior = "off")
main(collapse_prior = "on")
main("SA", risk_averse = TRUE)
main(risk_averse = TRUE, N_temp = 5000L)
main("timeseries", risk_averse = TRUE)
#________________________________________________________
main("SA", min_res_is = c(8,30))
main("high_res")
main("SA", select_ism = "balanced")
main(select_ism = "balanced")
main("SA", select_ism = "single")
main(select_ism = "single")
main("SA", select_ism = "single_low")
main(select_ism = "single_low")
main("SA", select_ism = "high_sensitivity")
main(select_ism = "high_sensitivity")
main("SA", select_gcm = "high_five")
main(select_gcm = "high_five")
main("SA", select_gcm = "high_two")
main(select_gcm = "high_two")
main("SA", history_match = TRUE)
main(history_match = TRUE)
main("SA", exclude_open = TRUE)
main(exclude_open = TRUE)
main("SA", impute_high = TRUE)
main(impute_high = TRUE)