mlair.helpers.data_sources.ifs

Methods to load ifs data.

Module Contents

Functions

load_ifs(station_name, stat_var, sampling, data_origin, lead_time_dim, initial_time_dim, target_dim, ifs_data_path=None, ifs_file_names=None)

sort_ifs_files(data_path, pattern=’sfc_*.nc’)

preprocess_ifs_single_file(lon, lat, ds)

Select lon and lat from data file and transform valid time into lead time.

expand_dims_initial_time(ds)

Create lead time from initial time and valid time.

_emulate_meta_data(variables)

_rename_ifs_variables(ifs_names)

Attributes

__author__

__date__

mlair.helpers.data_sources.ifs.__author__ = Lukas Leufen, Michael Langgut
mlair.helpers.data_sources.ifs.__date__ = 2023-06-07
mlair.helpers.data_sources.ifs.load_ifs(station_name, stat_var, sampling, data_origin, lead_time_dim, initial_time_dim, target_dim, ifs_data_path=None, ifs_file_names=None)
mlair.helpers.data_sources.ifs.sort_ifs_files(data_path, pattern='sfc_*.nc')
mlair.helpers.data_sources.ifs.preprocess_ifs_single_file(lon, lat, ds)

Select lon and lat from data file and transform valid time into lead time.

mlair.helpers.data_sources.ifs.expand_dims_initial_time(ds)

Create lead time from initial time and valid time.

mlair.helpers.data_sources.ifs._emulate_meta_data(variables)
mlair.helpers.data_sources.ifs._rename_ifs_variables(ifs_names)