mesmer.create_emulations.create_emus_l#
- mesmer.create_emulations.create_emus_l(emus_lt, emus_lv, params_lt, params_lv, cfg, save_emus=True)#
Merge local trends and local variability temperature emulations of the same scenarios and targets.
- Parameters:
emus_lt (dict) – local trend emulations dictionary with keys
[scen][targ] (2d array (time x grid points) of local trends emulation time series)
emus_lv (dict) – local variability emulations dictionary with keys
[scen][targ] (3d array (emus x time x grid points) of local varaibility emulation time series)
params_lt (dict) – dictionary containing the calibrated parameters for the local trends emulations, keys relevant here
[“targs”] (list of emulated variables, list of strs)
[“esm”] (Earth System Model, str)
[“method”] (applied method, str)
params_lv (dict) – dictionary containing the calibrated parameters for the local variability emulations, keys relevant here
[“targs”] (list of variables which are emulated, list of strs)
[“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_l (dict) – local emulations dictionary with keys
[scen][targ] (3d array (emus, time, grid points) of local emulation time series)