Tags give the ability to mark specific points in history as being important
0.5.5.4 - xds = xr.open_mfdataset( f"{data_input}/2m_temperature_*.grib" ...
0.5.5.3 added filter_by_keys={'paramId': 167} # Only load 2m temperature (paramId 167)
0.5.2.3 added filter_by_keys={'paramId': 167} # Only load 2m temperature (paramId 167)
0.5.5.2 files = sorted(glob.glob(f"{data_input}/2m_temperature_*.grib")) added filter to select only 2m_temperature
0.5.5.1 ds = xr.open_dataset(f, engine='cfgrib', indexpath="")
0.5.5 indexpath="", # ← don’t create .idx files
section has been added because it happnes that GRIB files have different time dimensions – it causes the alignment error and the files can't be combined because they have mismatched time sizes.
new section in interpolate_tmax.py has been added because it happnes that GRIB files have different time dimensions – it causes the alignment error and the files can't be combined because they have mismatched time sizes.
Fixed testeing artifact bug: https://gitlab.inf.unibz.it/ado/meteorology/snowgrid-cl_preprocessing_operational/-/commit/7e244d01ba08bd3126635e9132b7c37d44844b1d
Freezing version numbers in environent.yml (https://gitlab.inf.unibz.it/ado/meteorology/snowgrid-cl_preprocessing_operational/-/commit/c8605c4f36c2ecd3b0fa15f16b5ad9fd40374690)
Ommiting of .idx files creation; https://gitlab.inf.unibz.it/ado/meteorology/snowgrid-cl_preprocessing_operational/-/commit/db823b618a6c858bc1cf272b828f6671c496a60f