Freva Plugin: Climate Model Output to Impact Model Input (climpact)

CI Code coverage Production Functional Code style: black Imports: isort PEP8 Checked with mypy REUSE status

Climpact is a freva plugin that processes climate model output data and creates output that is meant to be used by any kind of impact model simulations. By default the plugin creats field averages across a user defined region and saves the ouptut in one of the following file formats:

  • netcdf4

  • csv (comma seperated values - text format)

  • hdf5

Users can also specify their own pre processing routine if they don’t want to create time series data or want to calculate derived variables.

Warning

This page has been automatically generated as has not yet been reviewed by the authors of climpact! Stay tuned for updates and discuss with us at https://gitlab.dkrz.de/ch1187/plugins4freva/climpact

Contents:

How to cite this software

Please do cite this software!

Bergemann M. climpact URL: https://gitlab.dkrz.de/ch1187/plugins4freva/climpact

@misc{YourReferenceHere,
author = {Bergemann, Martin},
title = {climpact},
url = {https://gitlab.dkrz.de/ch1187/plugins4freva/climpact}
}

TY  - GEN
AB  - Climpact is a freva plugin that processes climate model output data and creates to be used by climate impact model simulations. In it's default form the plugin creats field averages across a user defined region and saves the ouptut to one of the following file formats: 1.netcdf4 2.csv (comma seperated values - text format) 3.hdf5

AU  - Bergemann, Martin
TI  - climpact
UR  - https://gitlab.dkrz.de/ch1187/plugins4freva/climpact
ER

%0 Generic
%A Bergemann, Martin
%T climpact
%U https://gitlab.dkrz.de/ch1187/plugins4freva/climpact

# SPDX-FileCopyrightText: 2024 Deutsche Klimarechenzentrum
#
# SPDX-License-Identifier: CC0-1.0

authors:
  # list author information. see
  # https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md#definitionsperson
  # for metadata
  - family-names: "Bergemann"
    given-names: "Martin"
    affiliation: "Deutsche Klimarechenzentrum"
    # orcid: null
    email: "bergemann@dkrz.de"
cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
title: "climpact"
license: 'BSD-3-Clause'
repository-code: "https://gitlab.dkrz.de/ch1187/plugins4freva/climpact"
url: "https://gitlab.dkrz.de/ch1187/plugins4freva/climpact"
contact:
  # list maintainer information. see
  # https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md#definitionsperson
  # for metadata
  - family-names: "Hadizadeh"
    given-names: "Mostafa"
    affiliation: "Deutsche Klimarechenzentrum"
    # orcid: null
    email: "hadizadeh@dkrz.de"
  - family-names: "Wentzel"
    given-names: "Bianca"
    affiliation: "Deutsche Klimarechenzentrum"
    # orcid: null
    email: "wentzel@dkrz.de"
abstract: |
  Climpact is a freva plugin that processes climate model output data and creates to be used by climate impact model simulations. In it's default form the plugin creats field averages across a user defined region and saves the ouptut to one of the following file formats: 1.netcdf4 2.csv (comma seperated values - text format) 3.hdf5

License information

The source code of climpact is licensed under BSD-3-Clause.

If not stated otherwise, the contents of this documentation is licensed under CC-BY-4.0.

Indices and tables