powered by
Function to weight two models
wght_mod(w, mod1, mod2)
weight on model 1
array with estimated sea ice probability from model 1. Dimensions are nuumber of training years x lon x lat.
# NOT RUN { weight <- fit_weights(mod1 = clim_9_2005_2007, mod2 = ppe_9_2005_2007, obs = obs_9_2005_2007, prop_area = prop_area) wght_mod(w = weight, mod1 = clim_9_2008, mod2 = ppe_9_2008) # }
Run the code above in your browser using DataLab