Recent Releases of pyremo

pyremo - v0.8.2

Bugfix release.

What's Changed

  • fix preprocess init flag by @larsbuntemeyer in https://github.com/remo-rcm/pyremo/pull/237

Full Changelog: https://github.com/remo-rcm/pyremo/compare/v0.8.1...v0.8.2

- Jupyter Notebook
Published by larsbuntemeyer 10 months ago

pyremo - v0.8.1

Bugfix release.

What's Changed

  • fix if ERA5.1 data missing by @larsbuntemeyer in https://github.com/remo-rcm/pyremo/pull/230

Full Changelog: https://github.com/remo-rcm/pyremo/compare/v0.8.0...v0.8.1

- Jupyter Notebook
Published by larsbuntemeyer 12 months ago

pyremo - 0.8.0

This release introduces a new API for the preprocessing module and better documentation. It also introduces new classes for preconfigure preprocessing of ERA5, CMIP and REMO data (pyremo.preproc.ERA5Preprocessor(), pyremo.preproc.CFPreprocessor(), pyremo.preproc.RemoPreprocessor()). The function pyremo.preproc.gfile() is deprecated in favour on the new API in pyremo.preproc.getgcmdataset(). Furthermore, pyremo.preproc.get_gfile() is deprecated and pyremo.preproc.getgcmgfile() should be used instead. pyremo now supports python3.12 since we could relax setuptools<60.0 in the preprocessor and pressure interpolation backends by migrating to meson build system.

- Jupyter Notebook
Published by larsbuntemeyer 12 months ago

pyremo - v0.7.1

Patch release with updates to the github workflows and code module.

- Jupyter Notebook
Published by larsbuntemeyer over 1 year ago

pyremo - v0.7.0

This release makes the codes API public. It also completely retires the cmor module in favour of py-cordex.cmor.

See also the official documentation.

- Jupyter Notebook
Published by larsbuntemeyer about 2 years ago

pyremo - v0.6.1

Patch release to fix preprocessing issues.

- Jupyter Notebook
Published by larsbuntemeyer over 2 years ago

pyremo - v0.6.0

This release contains some internal refactoring for upcoming CMIP6 simulations. There has also been an update on the documentation. The preproc.ERA5 version is now compatible with the latest conventions of the DKRZ ECMWF data pool. There has also been some significant clean up of the internal preprocessor modules.

See also the official documentation.

- Jupyter Notebook
Published by larsbuntemeyer over 2 years ago

pyremo - v0.5.1

Updates for REMO run workflows.

- Jupyter Notebook
Published by larsbuntemeyer almost 3 years ago

pyremo - v0.5.0

This release comes with updates for CMIP6 and ERA5 downscaling.

See also the official documentation.

- Jupyter Notebook
Published by larsbuntemeyer almost 3 years ago

pyremo - v0.4.1

Patch release for preprocessor updates.

- Jupyter Notebook
Published by larsbuntemeyer about 3 years ago

pyremo - v0.4.0

This release comes with an updated preprocessing module for preprocessing of CMIP6 model data and the double nesting preprocessor (includes ptop). There are also some additional tools for working with forcing files and an updated documentation.

- Jupyter Notebook
Published by larsbuntemeyer over 3 years ago

pyremo - v0.3.4

Patch release to use pyremo for cmorization tests with CORDEX-CMIP6 cmor tables.

- Jupyter Notebook
Published by larsbuntemeyer over 3 years ago

pyremo - v0.3.3

Patch release to fix version bug.

- Jupyter Notebook
Published by larsbuntemeyer almost 4 years ago

pyremo - v0.3.2

Patch release to fix preprocessor bugs.

- Jupyter Notebook
Published by larsbuntemeyer almost 4 years ago

pyremo - v0.3.1

Patch release to fix .zenodo.json, update documentation and add pre-commit hooks.

See also the official documentation.

- Jupyter Notebook
Published by larsbuntemeyer almost 4 years ago

pyremo - v0.3.0

This release comes with a new double nesting preprocessing API, a command line interface for the pressure interpolation, updated cmorization features and a new ERA5 cmorizer to handle ERA5.1 data. Documentation has also improved and contains an updated tutorial on how to explore REMO NetCDF output. Fortran extensions for preprocessing and pressure interpolation have been added as python extensions (options.extras_require) for easy installation.

See also the official documentation.

- Jupyter Notebook
Published by larsbuntemeyer almost 4 years ago

pyremo - v0.2.0

This is a major restructuring release and comes with a new package structure and a lot of reintegrated tools. It includes a new preprocessing module, pressure interpolation and cmorization based on an xarray API.

- Jupyter Notebook
Published by larsbuntemeyer about 4 years ago