standardize_explore2climat#
- standardize_fr.standardize_explore2climat(data, *, to_file=False)[source]#
Parameters#
- dataTYPE
DESCRIPTION.
Returns#
None.
Notes#
Indicators form explore2climat usually contains the coordinates ‘time_bnds’ and the dimension without coordinates ‘bnds’. These refer to the period corresponding to the dimension ‘time’. For instance, the date
ds.time[0](‘’1951-01-14’) correspond to the 3-months centered period fromds.time_bnds.loc[{'time': ds.time[0], 'bnds': 0}](‘1950-12-01’) tods.time_bnds.loc[{'time': ds.time[0], 'bnds': 1}](‘1951-02-28’)