.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.pylintrc
CITATION.cff
LICENSE
README.rst
pixi.lock
pyproject.toml
setup.py
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/linters/.flake8
.github/linters/.python-lint
.github/workflows/codecov.yml
.github/workflows/gh_pages.yml
.github/workflows/linter.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/pull_request_tests.yml
.github/workflows/release_drafter.yml
NREL_sup3r.egg-info/PKG-INFO
NREL_sup3r.egg-info/SOURCES.txt
NREL_sup3r.egg-info/dependency_links.txt
NREL_sup3r.egg-info/requires.txt
NREL_sup3r.egg-info/top_level.txt
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_cli/cli.rst
docs/source/_cli/sup3r.rst
docs/source/_static/custom.css
docs/source/_templates/custom-class-template.rst
docs/source/_templates/custom-module-template.rst
docs/source/examples/examples.rst
docs/source/examples/sup3rcc.rst
docs/source/examples/sup3rwind.rst
docs/source/misc/installation.rst
docs/source/misc/installation_usage.rst
examples/sup3rcc/README.rst
examples/sup3rcc/env.yml
examples/sup3rcc/using_the_data.ipynb
examples/sup3rcc/run_configs/solar/config_batch.json
examples/sup3rcc/run_configs/solar/config_collect.json
examples/sup3rcc/run_configs/solar/config_fwp.json
examples/sup3rcc/run_configs/solar/config_pipeline.json
examples/sup3rcc/run_configs/solar/config_solar.json
examples/sup3rcc/run_configs/trh/config_batch.json
examples/sup3rcc/run_configs/trh/config_collect.json
examples/sup3rcc/run_configs/trh/config_fwp.json
examples/sup3rcc/run_configs/trh/config_pipeline.json
examples/sup3rcc/run_configs/wind/config_batch.json
examples/sup3rcc/run_configs/wind/config_collect.json
examples/sup3rcc/run_configs/wind/config_fwp.json
examples/sup3rcc/run_configs/wind/config_pipeline.json
examples/sup3rwind/README.rst
examples/sup3rwind/env.yml
examples/sup3rwind/run_configs/trhp/config_collect_h5.json
examples/sup3rwind/run_configs/trhp/config_fwp_spatial.json
examples/sup3rwind/run_configs/trhp/config_pipeline.json
examples/sup3rwind/run_configs/wind/config_collect_h5.json
examples/sup3rwind/run_configs/wind/config_collect_nc.json
examples/sup3rwind/run_configs/wind/config_fwp_spatial.json
examples/sup3rwind/run_configs/wind/config_fwp_temporal.json
examples/sup3rwind/run_configs/wind/config_pipeline.json
sup3r/__init__.py
sup3r/_version.py
sup3r/cli.py
sup3r/batch/__init__.py
sup3r/batch/batch_cli.py
sup3r/bias/__init__.py
sup3r/bias/bias_calc.py
sup3r/bias/bias_calc_cli.py
sup3r/bias/bias_correct_means.py
sup3r/bias/bias_transforms.py
sup3r/bias/mixins.py
sup3r/bias/qdm.py
sup3r/configs/spatial/README.rst
sup3r/configs/spatial/disc.json
sup3r/configs/spatial/gen_10x_2f.json
sup3r/configs/spatial/gen_2x_1f.json
sup3r/configs/spatial/gen_2x_2f.json
sup3r/configs/spatiotemporal/README.rst
sup3r/configs/spatiotemporal/disc.json
sup3r/configs/spatiotemporal/gen_2x_12x_14f.json
sup3r/configs/spatiotemporal/gen_3x_4x_10f.json
sup3r/configs/spatiotemporal/gen_3x_4x_14f.json
sup3r/configs/spatiotemporal/gen_3x_4x_2f.json
sup3r/configs/spatiotemporal/gen_4x_24x_3f.json
sup3r/configs/sup3rcc/README.rst
sup3r/configs/sup3rcc/gen_solar_1x_8x_1f.json
sup3r/configs/sup3rcc/gen_solar_5x_1x_1f.json
sup3r/configs/sup3rcc/gen_trh_1x_24x_2f.json
sup3r/configs/sup3rcc/gen_wind_1x_24x_6f.json
sup3r/configs/sup3rcc/gen_wind_3x_4x_2f.json
sup3r/configs/sup3rcc/gen_wind_5x_1x_6f.json
sup3r/models/__init__.py
sup3r/models/abstract.py
sup3r/models/base.py
sup3r/models/conditional_moments.py
sup3r/models/data_centric.py
sup3r/models/linear.py
sup3r/models/multi_step.py
sup3r/models/solar_cc.py
sup3r/models/surface.py
sup3r/pipeline/__init__.py
sup3r/pipeline/forward_pass.py
sup3r/pipeline/forward_pass_cli.py
sup3r/pipeline/pipeline_cli.py
sup3r/postprocessing/__init__.py
sup3r/postprocessing/collection.py
sup3r/postprocessing/data_collect_cli.py
sup3r/postprocessing/file_handling.py
sup3r/preprocessing/__init__.py
sup3r/preprocessing/batch_handling.py
sup3r/preprocessing/conditional_moment_batch_handling.py
sup3r/preprocessing/data_extract_cli.py
sup3r/preprocessing/dual_batch_handling.py
sup3r/preprocessing/feature_handling.py
sup3r/preprocessing/data_handling/__init__.py
sup3r/preprocessing/data_handling/base.py
sup3r/preprocessing/data_handling/dual_data_handling.py
sup3r/preprocessing/data_handling/exo_extraction.py
sup3r/preprocessing/data_handling/exogenous_data_handling.py
sup3r/preprocessing/data_handling/h5_data_handling.py
sup3r/preprocessing/data_handling/mixin.py
sup3r/preprocessing/data_handling/nc_data_handling.py
sup3r/qa/__init__.py
sup3r/qa/qa.py
sup3r/qa/qa_cli.py
sup3r/qa/stats.py
sup3r/qa/stats_cli.py
sup3r/qa/utilities.py
sup3r/qa/visual_qa.py
sup3r/qa/visual_qa_cli.py
sup3r/solar/__init__.py
sup3r/solar/solar.py
sup3r/solar/solar_cli.py
sup3r/utilities/__init__.py
sup3r/utilities/cli.py
sup3r/utilities/era_downloader.py
sup3r/utilities/execution.py
sup3r/utilities/interpolate_log_profile.py
sup3r/utilities/interpolation.py
sup3r/utilities/loss_metrics.py
sup3r/utilities/plotting.py
sup3r/utilities/pytest.py
sup3r/utilities/regridder.py
sup3r/utilities/regridder_cli.py
sup3r/utilities/stitching.py
sup3r/utilities/utilities.py
tests/bias/test_bias_correction.py
tests/bias/test_presrat_bias_correction.py
tests/bias/test_qdm_bias_correction.py
tests/data_handling/test_data_handling_h5.py
tests/data_handling/test_data_handling_h5_cc.py
tests/data_handling/test_data_handling_nc.py
tests/data_handling/test_data_handling_nc_cc.py
tests/data_handling/test_dual_data_handling.py
tests/data_handling/test_exo_data_handling.py
tests/data_handling/test_feature_handling.py
tests/data_handling/test_utils_topo.py
tests/forward_pass/test_forward_pass.py
tests/forward_pass/test_forward_pass_exo.py
tests/forward_pass/test_linear_model.py
tests/forward_pass/test_multi_step.py
tests/forward_pass/test_out_conditional_moments.py
tests/forward_pass/test_solar_module.py
tests/forward_pass/test_surface_model.py
tests/output/test_output_handling.py
tests/output/test_qa.py
tests/pipeline/test_cli.py
tests/pipeline/test_pipeline.py
tests/training/test_load_configs.py
tests/training/test_train_conditional_moments.py
tests/training/test_train_conditional_moments_exo.py
tests/training/test_train_gan.py
tests/training/test_train_gan_exo.py
tests/training/test_train_gan_lr_era.py
tests/training/test_train_solar.py
tests/utilities/test_loss_metrics.py
tests/utilities/test_utilities.py