oggm.tasks.distribute_t_stars

oggm.tasks.distribute_t_stars(gdirs, ref_df=None, minimum_mustar=0.0)[source]

After the computation of the reference tstars, apply the interpolation to each individual glacier.

Parameters:

gdirs : []

list of oggm.GlacierDirectory objects

ref_df : pd.Dataframe

replace the default calibration list

minimum_mustar: float

if mustar goes below this threshold, clip it to that value. If you want this to happen with minimum_mustar=0. you will have to set cfg.PARAMS[‘allow_negative_mustar’]=True first.