معرفی شرکت ها


climetlab-maelstrom-radiation-0.7.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A dataset plugin for climetlab for the dataset maelstrom-radiation.
ویژگی مقدار
سیستم عامل -
نام فایل climetlab-maelstrom-radiation-0.7.4
نام climetlab-maelstrom-radiation
نسخه کتابخانه 0.7.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Matthew Chantry
ایمیل نویسنده matthew.chantry@ecmwf.int
آدرس صفحه اصلی https://git.ecmwf.int/projects/MLFET/repos/maelstrom-radiation
آدرس اینترنتی https://pypi.org/project/climetlab-maelstrom-radiation/
مجوز Apache License Version 2.0
## maelstrom-radiation A dataset plugin for climetlab (https://climetlab.readthedocs.io/en/latest/) for the dataset maelstrom-radiation. ## Datasets description This data is for learning the emulation of the ECMWF radiation scheme, using the McICA solver, found in the ecRad package (https://github.com/ecmwf/ecrad). Building an accurate emulator of radiative heating could accelerate weather and climate models partially by enabling the use of GPU hardware within our models. There are two datasets, allowing different views on the same data: ### 1 : `maelstom-radiation` Supports the `to_xarray` method and allows users to explore the data with all structure kept intact. ### 2 : `maelstrom-radiation-tf` Loads the same data but from a shuffled and repacked into the TFRecord format. This dataset supports `to_tfdataset` which uses Tensorflow's dataset object. ## Using climetlab to access the data Both datasets and downloaded and explained in the demo notebook here https://git.ecmwf.int/projects/MLFET/repos/maelstrom-radiation/browse/notebooks/demo_radiation.ipynb The climetlab python package allows easy access to the data with a few lines of code such as: ``` !pip install climetlab climetlab_maelstrom_radiation import climetlab as cml cml_ds = cml.load_dataset("maelstrom-radiation", subset="tier-1") ds = cml_ds.to_xarray() !or for the TFdataset version cml_ds = cml.load_dataset("maelstrom-radiation-tf", subset="tier-1") ds = cml_ds.to_tfdataset(batch_size=256) ```


نیازمندی

مقدار نام
>=0.9.1 climetlab
>=2.0.0 tensorflow
- deep500


نحوه نصب


نصب پکیج whl climetlab-maelstrom-radiation-0.7.4:

    pip install climetlab-maelstrom-radiation-0.7.4.whl


نصب پکیج tar.gz climetlab-maelstrom-radiation-0.7.4:

    pip install climetlab-maelstrom-radiation-0.7.4.tar.gz