mesmer.create_emulations.create_emus_g#
- mesmer.create_emulations.create_emus_g(emus_gt, emus_gv, params_gt, params_gv, cfg, save_emus=True)#
Merge global trend and global variability emulations of the same scenarios.
- Parameters:
emus_gt (dict) – global trend emulations dictionary with keys
[scen] (1d array of global trend emulation time series)
emus_gv (dict) – global variability emulations dictionary with keys
[scen] (2d array (emus, time) of global variability emulation time series)
params_gt (dict) – dictionary containing the calibrated parameters for the global trend emulations, keys relevant here:
[“targ”] (emulated variable, str)
[“esm”] (Earth System Model, str)
[“method”] (applied method, str)
params_gv (dict) – dictionary containing the calibrated parameters for the global variability emulations, keys relevant here:
[“targ”] (variable which is emulated, str)
[“esm”] (Earth System Model, str)
[“method”] (applied method, str)
cfg (module) – config file containing metadata
save_emus (bool, optional) – determines if emulation is saved or not, default = True
- Returns:
emus_g (dict) – global emulations dictionary with keys
[scen] (2d array (emus, time) of global emulation time series)