Metadata-Version: 2.1
Name: mesmer-emulator
Version: 0.8.0
Summary: Modular Earth System Model Emulator with spatially Resolved output
Home-page: https://github.com/MESMER-group/mesmer
Author: mesmer developpers
Author-email: mesmer@env.ethz.ch
License: GPLv3+
Project-URL: Source, https://github.com/MESMER-group/mesmer
Project-URL: Bug Reports, https://github.com/MESMER-group/mesmer/issues
Keywords: climate,atmosphere,Earth System Model Emulator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Description-Content-Type: text/x-rst
Requires-Dist: dask[complete]
Requires-Dist: geopy
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: statsmodels
Requires-Dist: regionmask
Requires-Dist: xarray
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: setuptools ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-xdist ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-book-theme ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-xdist ; extra == 'tests'

# MESMER

## Modular Earth System Model Emulator with spatially Resolved output



##  Citing MESMER

Scientific publications using MESMER should cite the following publication:

Beusch, Lea, Lukas Gudmundsson, and Sonia I. Seneviratne, 2020: Emulating Earth system
model temperatures with MESMER: from global mean temperature trajectories to
grid-point-level realizations on land. Earth Syst. Dynam., 11, 139–159, 2020,
https://doi.org/10.5194/esd-11-139-2020

## License

Copyright (c) 2021 ETH Zurich, MESMER contributors listed in AUTHORS.

MESMER is free software; you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation, version 3  or
(at your option) any later version.

MESMER is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with MESMER. If
not, see https://www.gnu.org/licenses/.

The full list of code contributors can be found in AUTHORS or on
[github.com/contributors](https://github.com/MESMER-group/mesmer/graphs/contributors).


