.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/entry_points.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/nearsurf/config_batch.json
examples/sup3rcc/run_configs/nearsurf/config_collect_step1.json
examples/sup3rcc/run_configs/nearsurf/config_collect_step2.json
examples/sup3rcc/run_configs/nearsurf/config_collect_step3.json
examples/sup3rcc/run_configs/nearsurf/config_fwp_step1.json
examples/sup3rcc/run_configs/nearsurf/config_fwp_step2.json
examples/sup3rcc/run_configs/nearsurf/config_pipeline.json
examples/sup3rcc/run_configs/nearsurf/config_qa.json
examples/sup3rcc/run_configs/solar/config_batch.json
examples/sup3rcc/run_configs/solar/config_collect_step1.json
examples/sup3rcc/run_configs/solar/config_collect_step2.json
examples/sup3rcc/run_configs/solar/config_fwp_step1.json
examples/sup3rcc/run_configs/solar/config_fwp_step2.json
examples/sup3rcc/run_configs/solar/config_pipeline.json
examples/sup3rcc/run_configs/solar/config_solar.json
examples/sup3rwind/README.rst
examples/sup3rwind/env.yml
examples/sup3rwind/running_sup3r_models.ipynb
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/abstract.py
sup3r/bias/base.py
sup3r/bias/bias_calc.py
sup3r/bias/bias_calc_cli.py
sup3r/bias/bias_calc_vortex.py
sup3r/bias/bias_transforms.py
sup3r/bias/mixins.py
sup3r/bias/presrat.py
sup3r/bias/qdm.py
sup3r/bias/utilities.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_2x_2x_2f.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.py
sup3r/models/dc.py
sup3r/models/interface.py
sup3r/models/linear.py
sup3r/models/multi_step.py
sup3r/models/solar_cc.py
sup3r/models/surface.py
sup3r/models/utilities.py
sup3r/models/with_obs.py
sup3r/pipeline/__init__.py
sup3r/pipeline/forward_pass.py
sup3r/pipeline/forward_pass_cli.py
sup3r/pipeline/pipeline_cli.py
sup3r/pipeline/slicer.py
sup3r/pipeline/strategy.py
sup3r/pipeline/utilities.py
sup3r/postprocessing/__init__.py
sup3r/postprocessing/data_collect_cli.py
sup3r/postprocessing/collectors/__init__.py
sup3r/postprocessing/collectors/base.py
sup3r/postprocessing/collectors/h5.py
sup3r/postprocessing/collectors/nc.py
sup3r/postprocessing/writers/__init__.py
sup3r/postprocessing/writers/base.py
sup3r/postprocessing/writers/h5.py
sup3r/postprocessing/writers/nc.py
sup3r/preprocessing/__init__.py
sup3r/preprocessing/accessor.py
sup3r/preprocessing/base.py
sup3r/preprocessing/names.py
sup3r/preprocessing/utilities.py
sup3r/preprocessing/batch_handlers/__init__.py
sup3r/preprocessing/batch_handlers/dc.py
sup3r/preprocessing/batch_handlers/factory.py
sup3r/preprocessing/batch_queues/__init__.py
sup3r/preprocessing/batch_queues/abstract.py
sup3r/preprocessing/batch_queues/base.py
sup3r/preprocessing/batch_queues/conditional.py
sup3r/preprocessing/batch_queues/dc.py
sup3r/preprocessing/batch_queues/dual.py
sup3r/preprocessing/batch_queues/utilities.py
sup3r/preprocessing/cachers/__init__.py
sup3r/preprocessing/cachers/base.py
sup3r/preprocessing/cachers/utilities.py
sup3r/preprocessing/collections/__init__.py
sup3r/preprocessing/collections/base.py
sup3r/preprocessing/collections/stats.py
sup3r/preprocessing/data_handlers/__init__.py
sup3r/preprocessing/data_handlers/base.py
sup3r/preprocessing/data_handlers/exo.py
sup3r/preprocessing/data_handlers/nc_cc.py
sup3r/preprocessing/derivers/__init__.py
sup3r/preprocessing/derivers/base.py
sup3r/preprocessing/derivers/methods.py
sup3r/preprocessing/derivers/utilities.py
sup3r/preprocessing/loaders/__init__.py
sup3r/preprocessing/loaders/base.py
sup3r/preprocessing/loaders/h5.py
sup3r/preprocessing/loaders/nc.py
sup3r/preprocessing/loaders/utilities.py
sup3r/preprocessing/rasterizers/__init__.py
sup3r/preprocessing/rasterizers/base.py
sup3r/preprocessing/rasterizers/dual.py
sup3r/preprocessing/rasterizers/exo.py
sup3r/preprocessing/rasterizers/extended.py
sup3r/preprocessing/samplers/__init__.py
sup3r/preprocessing/samplers/base.py
sup3r/preprocessing/samplers/cc.py
sup3r/preprocessing/samplers/dc.py
sup3r/preprocessing/samplers/dual.py
sup3r/preprocessing/samplers/utilities.py
sup3r/qa/__init__.py
sup3r/qa/qa.py
sup3r/qa/qa_cli.py
sup3r/qa/utilities.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/interpolation.py
sup3r/utilities/loss_metrics.py
sup3r/utilities/output_attrs.json
sup3r/utilities/utilities.py
sup3r/utilities/pytest/__init__.py
sup3r/utilities/pytest/helpers.py
tests/conftest.py
tests/batch_handlers/test_bh_dc.py
tests/batch_handlers/test_bh_general.py
tests/batch_handlers/test_bh_h5_cc.py
tests/batch_queues/test_bq_general.py
tests/bias/test_bc_vortex.py
tests/bias/test_bias_correction.py
tests/bias/test_presrat_bias_correction.py
tests/bias/test_qdm_bias_correction.py
tests/collections/test_stats.py
tests/data_handlers/test_dh_h5_cc.py
tests/data_handlers/test_dh_nc_cc.py
tests/data_handlers/test_h5.py
tests/data_wrapper/test_access.py
tests/derivers/test_deriver_caching.py
tests/derivers/test_height_interp.py
tests/derivers/test_single_level.py
tests/docs/test_doc_automation.py
tests/forward_pass/test_conditional.py
tests/forward_pass/test_forward_pass.py
tests/forward_pass/test_forward_pass_exo.py
tests/forward_pass/test_forward_pass_obs.py
tests/forward_pass/test_linear_model.py
tests/forward_pass/test_multi_step.py
tests/forward_pass/test_solar_module.py
tests/forward_pass/test_surface_model.py
tests/loaders/test_file_loading.py
tests/output/test_output_handling.py
tests/output/test_qa.py
tests/pipeline/test_cli.py
tests/pipeline/test_pipeline.py
tests/rasterizers/test_dual.py
tests/rasterizers/test_exo.py
tests/rasterizers/test_rasterizer_caching.py
tests/rasterizers/test_rasterizer_general.py
tests/rasterizers/test_shapes.py
tests/samplers/test_cc.py
tests/samplers/test_feature_sets.py
tests/training/test_end_to_end.py
tests/training/test_load_configs.py
tests/training/test_train_conditional.py
tests/training/test_train_conditional_exo.py
tests/training/test_train_conditioned_obs.py
tests/training/test_train_dual.py
tests/training/test_train_exo.py
tests/training/test_train_exo_cc.py
tests/training/test_train_exo_dc.py
tests/training/test_train_gan.py
tests/training/test_train_gan_dc.py
tests/training/test_train_solar.py
tests/utilities/test_era_downloader.py
tests/utilities/test_loss_metrics.py
tests/utilities/test_utilities.py