A dataset plugin for climetlab for the dataset mltc-surface-observation-postprocessing-main.
In this README is a description of how to get the dataset provided by the python package climetlab_mltc_surface_observation_postprocessing.
The dataset is designed for learning forecast errors of 2m-temperature from a weather forecasting model, using station observations as the truth. Currently there are 3 variables in the dataset. For each variable the dataset contains over 5 million datapoints covering a range of different locations (not specified).
The predictand for the problem, the difference between the forecasted value of 2m-temperature and the observed value, units degrees C (or equally Kelvin).
Local time of day, in decimal hours. Useful for diagnosing the diurnal cycle model bias.
Model soil temperature, units degrees C.
See the demo notebooks
-
TODO.
The climetlab python package allows easy access to the data with a few lines of code such as:
!pip install climetlab climetlab-mltc-surface-observation-postprocessing
import climetlab as cml
ds = cml.load_dataset("mltc-surface-observation-postprocessing", field="forecast_error")
ds.to_pandas()
Either open a issue on github if this is a github repository, or send an email to [email protected].
See the LICENSE file. (C) Copyright 2022 European Centre for Medium-Range Weather Forecasts. This software is licensed under the terms of the Apache Licence Version 2.0 which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. In applying this licence, ECMWF does not waive the privileges and immunities granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
Matthew Chantry, Fenwick Cooper, Zied Ben Bouallegue, Peter Dueben
See also the CONTRIBUTORS.md file.