.codecov.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
environment.yml
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/ci-workflow.yml
.github/workflows/pypi-release.yaml
.github/workflows/upstream-dev-ci.yaml
ci/install-upstream-wheels.sh
ci/minimum-dependency-versions-policy.yml
ci/requirements/min-all-deps.yml
data/README.md
data/cmip6-ng/hfds/ann/g025/hfds_ann_IPSL-CM6A-LR_historical_r1i1p1f1_g025.nc
data/cmip6-ng/hfds/ann/g025/hfds_ann_IPSL-CM6A-LR_historical_r2i1p1f1_g025.nc
data/cmip6-ng/hfds/ann/g025/hfds_ann_IPSL-CM6A-LR_ssp126_r1i1p1f1_g025.nc
data/cmip6-ng/hfds/ann/g025/hfds_ann_IPSL-CM6A-LR_ssp585_r1i1p1f1_g025.nc
data/cmip6-ng/hfds/ann/g025/hfds_ann_IPSL-CM6A-LR_ssp585_r2i1p1f1_g025.nc
data/cmip6-ng/tas/ann/g025/tas_ann_IPSL-CM6A-LR_historical_r1i1p1f1_g025.nc
data/cmip6-ng/tas/ann/g025/tas_ann_IPSL-CM6A-LR_historical_r2i1p1f1_g025.nc
data/cmip6-ng/tas/ann/g025/tas_ann_IPSL-CM6A-LR_ssp126_r1i1p1f1_g025.nc
data/cmip6-ng/tas/ann/g025/tas_ann_IPSL-CM6A-LR_ssp585_r1i1p1f1_g025.nc
data/cmip6-ng/tas/ann/g025/tas_ann_IPSL-CM6A-LR_ssp585_r2i1p1f1_g025.nc
data/cmip6-ng/tas/mon/g025/tas_mon_IPSL-CM6A-LR_historical_r1i1p1f1_g025.nc
data/cmip6-ng/tas/mon/g025/tas_mon_IPSL-CM6A-LR_historical_r2i1p1f1_g025.nc
data/cmip6-ng/tas/mon/g025/tas_mon_IPSL-CM6A-LR_ssp126_r1i1p1f1_g025.nc
data/cmip6-ng/tas/mon/g025/tas_mon_IPSL-CM6A-LR_ssp585_r1i1p1f1_g025.nc
data/cmip6-ng/tas/mon/g025/tas_mon_IPSL-CM6A-LR_ssp585_r2i1p1f1_g025.nc
data/cmip6-ng/tasmax/ann/g025/tasmax_ann_IPSL-CM6A-LR_historical_r1i1p1f1_g025.nc
data/cmip6-ng/tasmax/ann/g025/tasmax_ann_IPSL-CM6A-LR_historical_r2i1p1f1_g025.nc
data/cmip6-ng/tasmax/ann/g025/tasmax_ann_IPSL-CM6A-LR_ssp126_r1i1p1f1_g025.nc
data/cmip6-ng/tasmax/ann/g025/tasmax_ann_IPSL-CM6A-LR_ssp585_r1i1p1f1_g025.nc
data/cmip6-ng/tasmax/ann/g025/tasmax_ann_IPSL-CM6A-LR_ssp585_r2i1p1f1_g025.nc
data/obs/tau.line_2012.12.txt
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/api_legacy.rst
docs/source/authors.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/data_provenance.rst
docs/source/development.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/license.rst
docs/source/parameters.rst
docs/source/publications.rst
docs/source/tutorials
mesmer/__init__.py
mesmer/anomaly.py
mesmer/datatree.py
mesmer/example_data.py
mesmer/geospatial.py
mesmer/grid.py
mesmer/mask.py
mesmer/resample.py
mesmer/testing.py
mesmer/volc.py
mesmer/weighted.py
mesmer/_core/__init__.py
mesmer/_core/_data.py
mesmer/_core/options.py
mesmer/_core/types.py
mesmer/_core/utils.py
mesmer/calibrate_mesmer/__init__.py
mesmer/calibrate_mesmer/calibrate_mesmer.py
mesmer/calibrate_mesmer/train_gt.py
mesmer/calibrate_mesmer/train_gv.py
mesmer/calibrate_mesmer/train_lt.py
mesmer/calibrate_mesmer/train_lv.py
mesmer/calibrate_mesmer/train_utils.py
mesmer/create_emulations/__init__.py
mesmer/create_emulations/create_emus_gt.py
mesmer/create_emulations/create_emus_gv.py
mesmer/create_emulations/create_emus_lt.py
mesmer/create_emulations/create_emus_lv.py
mesmer/create_emulations/make_realisations.py
mesmer/create_emulations/merge_emus.py
mesmer/create_emulations/utils.py
mesmer/distrib/__init__.py
mesmer/distrib/_conditional_distribution.py
mesmer/distrib/_distrib_checks.py
mesmer/distrib/_expression.py
mesmer/distrib/_first_guess.py
mesmer/distrib/_optimizers.py
mesmer/distrib/_probability_integral_transform.py
mesmer/io/__init__.py
mesmer/io/_load_cmipng.py
mesmer/io/load_constant_files.py
mesmer/io/load_mesmer.py
mesmer/io/load_obs.py
mesmer/io/save_mesmer_bundle.py
mesmer/stats/__init__.py
mesmer/stats/_auto_regression.py
mesmer/stats/_gaspari_cohn.py
mesmer/stats/_harmonic_model.py
mesmer/stats/_linear_regression.py
mesmer/stats/_localized_covariance.py
mesmer/stats/_power_transformer.py
mesmer/stats/_smoothing.py
mesmer/utils/__init__.py
mesmer/utils/convert.py
mesmer/utils/select.py
mesmer_emulator.egg-info/PKG-INFO
mesmer_emulator.egg-info/SOURCES.txt
mesmer_emulator.egg-info/dependency_links.txt
mesmer_emulator.egg-info/requires.txt
mesmer_emulator.egg-info/top_level.txt
tutorials/tutorial_mesmer_calibrate_multiple_scenarios.ipynb
tutorials/tutorial_mesmer_emulating_multiple_scenarios.ipynb
tutorials/tutorial_mesmer_m_calibrate_multiple_scenarios.ipynb
tutorials/tutorial_mesmer_m_emulate_multiple_scenarios.ipynb
tutorials/tutorial_mesmer_x.ipynb
tutorials/legacy/config_tas_cmip6ng_example.py
tutorials/legacy/train_create_emus_automated.py
tutorials/output/calibrated_parameters/mesmer-m/IPSL-CM6A-LR_ssp126-ssp585/params_covariance_tas_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer-m/IPSL-CM6A-LR_ssp126-ssp585/params_grid-orig_tas_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer-m/IPSL-CM6A-LR_ssp126-ssp585/params_harmonic-model_tas_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer-m/IPSL-CM6A-LR_ssp126-ssp585/params_local-variability_tas_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer-m/IPSL-CM6A-LR_ssp126-ssp585/params_monthly-time_tas_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer-m/IPSL-CM6A-LR_ssp126-ssp585/params_power-transformer_tas_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer/IPSL-CM6A-LR_ssp126-ssp585/params_covariance_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer/IPSL-CM6A-LR_ssp126-ssp585/params_global-variability_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer/IPSL-CM6A-LR_ssp126-ssp585/params_grid-orig_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer/IPSL-CM6A-LR_ssp126-ssp585/params_local-trends_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer/IPSL-CM6A-LR_ssp126-ssp585/params_local-variability_IPSL-CM6A-LR_ssp126-ssp585.nc
tutorials/output/calibrated_parameters/mesmer/IPSL-CM6A-LR_ssp126-ssp585/params_volcanic_IPSL-CM6A-LR_ssp126-ssp585.nc