maelstrom-nogwd
A CliMetLab (https://climetlab.readthedocs.io) dataset plugin for the dataset maelstrom-nogwd.
Features
In this README is a description of how to get the maelstrom-nogwd.
Dataset description
Contains the input/output dataset for learning non-orographic gravity wave drag, as described in https://arxiv.org/abs/2101.08195
Data is grouped by forecast start date.
Data has been preprocessed into inputs "x" and outputs "y". "x" contains vertical profiles of winds & temperature plus surface values of pressure and geopotential. "y" contains the the wind increments due to parametrised non-orographic gravity wave drag. The machine learning task is to predict y given x. Unlike many ML tasks within the field of weather and climate, this task can be predicted independently for each column of atmosphere.
Using climetlab to access the data
Data can be accessed either by forecast start-date or dataset type. With neither argument provided, the first file is loaded, corresponding to 2015-01-01 (the tier-1 dataset). Incorrect dates will be flagged. Other dataset types are "training", "validation" & "testing" corresponding to the date groups outlined in https://arxiv.org/abs/2101.08195
The climetlab python package allows easy access to the data with a few lines of code such as:
!pip install climetlab climetlab_maelstrom_nogwd
import climetlab as cml
cmlds = cml.load_dataset("maelstrom-nogwd", date='2015-01-01')
ds = cmlds.to_xarray()
#or
cmlds = cml.load_dataset("maelstrom-nogwd", dataset='training')
ds = cmlds.to_xarray()
See https://git.ecmwf.int/projects/MLFET/repos/maelstrom-nogwd/browse/notebooks/demo_nogwd.ipynb for a short tutorial.
Release files for climetlab-maelstrom-nogwd 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| climetlab_maelstrom_nogwd-0.2.0.tar.gz | 7.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| climetlab_maelstrom_nogwd-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.3 kB
Release files / climetlab_maelstrom_nogwd-0.2.0.tar.gz
| Download URL | climetlab_maelstrom_nogwd-0.2.0.tar.gz |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
149ddcd172869d895ce94f8f1887ed9e4e60c61f26ffbe68ad9b6a9709c70e91
|
|
BLAKE2b-256 checksum How to use checksums |
cd867fa8248302970d84656cd068ad99ccab6d07cd7e9522fb318ab3216237a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/1.5.0 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.6
|
Release files / climetlab_maelstrom_nogwd-0.2.0-py3-none-any.whl
| Download URL | climetlab_maelstrom_nogwd-0.2.0-py3-none-any.whl |
|---|---|
| Size | 9.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d30656ef8e904da548f290cbb8c90f4cba6d387b84e53f14db98fc90207735f6
|
|
BLAKE2b-256 checksum How to use checksums |
77a2ca40dc250d04f5ff2706aa3cfcec146d74124c6c11ec85767f31a2be5d3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/1.5.0 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.6
|