.coveragerc
.gitignore
.readthedocs.yaml
LICENSE
Makefile
README.md
new_core_base.ipynb
pyproject.toml
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/code_improvement.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci-main.yml
.github/workflows/ci-not-main.yml
.github/workflows/publish.yml
climakitae/__init__.py
climakitae/_version.py
climakitae.egg-info/PKG-INFO
climakitae.egg-info/SOURCES.txt
climakitae.egg-info/dependency_links.txt
climakitae.egg-info/requires.txt
climakitae.egg-info/top_level.txt
climakitae/core/__init__.py
climakitae/core/boundaries.py
climakitae/core/constants.py
climakitae/core/data_export.py
climakitae/core/data_interface.py
climakitae/core/data_load.py
climakitae/core/paths.py
climakitae/data/catalogs.csv
climakitae/data/gwl_1850-1900ref.csv
climakitae/data/gwl_1850-1900ref_timeidx.csv
climakitae/data/gwl_1981-2010ref.csv
climakitae/data/gwl_1981-2010ref_EC-Earth3_ssp370.csv
climakitae/data/gwl_1981-2010ref_timeidx.csv
climakitae/data/gwl_timing_table.csv
climakitae/data/hadisd_stations.csv
climakitae/data/tas_global_Historical.csv
climakitae/data/tas_global_SSP1_1_9.csv
climakitae/data/tas_global_SSP1_2_6.csv
climakitae/data/tas_global_SSP2_4_5.csv
climakitae/data/tas_global_SSP3_7_0.csv
climakitae/data/tas_global_SSP5_8_5.csv
climakitae/data/variable_descriptions.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_rh_45km_CA_15degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_rh_45km_CA_2degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_rh_45km_CA_3degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_rh_45km_losangeles_15degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_rh_45km_losangeles_2degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_rh_45km_losangeles_3degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_rh_45km_santaclara_15degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_rh_45km_santaclara_2degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_rh_45km_santaclara_3degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_temp_45km_CA_15degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_temp_45km_CA_2degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_temp_45km_CA_3degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_temp_45km_losangeles_15degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_temp_45km_losangeles_2degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_temp_45km_losangeles_3degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_temp_45km_santaclara_15degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_temp_45km_santaclara_2degC.csv
climakitae/data/cached_tmy/tmy_future-minus-hist_temp_45km_santaclara_3degC.csv
climakitae/data/cmaps/ae_blue.txt
climakitae/data/cmaps/ae_diverging.txt
climakitae/data/cmaps/ae_diverging_r.txt
climakitae/data/cmaps/ae_orange.txt
climakitae/data/cmaps/categorical_cb.txt
climakitae/explore/__init__.py
climakitae/explore/agnostic.py
climakitae/explore/standard_year_profile.py
climakitae/explore/threshold_tools.py
climakitae/explore/thresholds.py
climakitae/explore/timeseries.py
climakitae/explore/typical_meteorological_year.py
climakitae/explore/uncertainty.py
climakitae/explore/vulnerability.py
climakitae/explore/vulnerability_table.py
climakitae/explore/warming.py
climakitae/new_core/__init__.py
climakitae/new_core/dataset.py
climakitae/new_core/dataset_factory.py
climakitae/new_core/user_interface.py
climakitae/new_core/data_access/__init__.py
climakitae/new_core/data_access/boundaries.py
climakitae/new_core/data_access/data_access.py
climakitae/new_core/param_validation/__init__.py
climakitae/new_core/param_validation/abc_param_validation.py
climakitae/new_core/param_validation/clip_param_validator.py
climakitae/new_core/param_validation/concat_param_validator.py
climakitae/new_core/param_validation/data_param_validator.py
climakitae/new_core/param_validation/filter_unadjusted_models_param_validator.py
climakitae/new_core/param_validation/param_validation_tools.py
climakitae/new_core/param_validation/renewables_param_validator.py
climakitae/new_core/param_validation/time_slice_param_validator.py
climakitae/new_core/param_validation/update_attributes_param_validator.py
climakitae/new_core/param_validation/warming_param_validator.py
climakitae/new_core/processors/__init__.py
climakitae/new_core/processors/abc_data_processor.py
climakitae/new_core/processors/clip.py
climakitae/new_core/processors/concatenate.py
climakitae/new_core/processors/filter_unadjusted_models.py
climakitae/new_core/processors/processor_utils.py
climakitae/new_core/processors/template.py
climakitae/new_core/processors/time_slice.py
climakitae/new_core/processors/update_attributes.py
climakitae/new_core/processors/warming_level.py
climakitae/tools/__init__.py
climakitae/tools/batch.py
climakitae/tools/derived_variables.py
climakitae/tools/indices.py
climakitae/util/__init__.py
climakitae/util/cluster.py
climakitae/util/colormap.py
climakitae/util/dev_logging.py
climakitae/util/generate_gwl_tables.py
climakitae/util/generate_gwl_tables_unc.py
climakitae/util/generate_gwl_timing_table.py
climakitae/util/logger.py
climakitae/util/unit_conversions.py
climakitae/util/utils.py
climakitae/util/warming_levels.py
docs/Makefile
docs/README.md
docs/climakitae.core.rst
docs/climakitae.explore.rst
docs/climakitae.new_core.data_access.rst
docs/climakitae.new_core.param_validation.rst
docs/climakitae.new_core.processors.rst
docs/climakitae.new_core.rst
docs/climakitae.rst
docs/climakitae.tools.rst
docs/climakitae.util.rst
docs/conf.py
docs/contribute.rst
docs/data.rst
docs/index.rst
docs/modules.rst
docs/requirements.txt
docs/_static/book.svg
docs/_static/cae-logo.svg
docs/_static/cae-map.png
docs/_static/github.svg
docs/_static/pencil.svg
docs/_static/runner.svg
tests/__init__.py
tests/conftest.py
tests/create_test_dataarrays_single_cell.py
tests/create_test_dataset.py
tests/create_test_dataset_daily.py
tests/create_test_dataset_hourly.py
tests/data_export/test_data_export.py
tests/data_interface/test_data_interface.py
tests/data_interface/test_data_parameters.py
tests/data_interface/test_get_data.py
tests/data_interface/test_variable_descriptions_csv.py
tests/data_load/test_data_load.py
tests/data_load/test_sim_dimension.py
tests/data_load/test_unit_error.py
tests/derived_variables/test_derived_variables.py
tests/indices/test_indices.py
tests/new_core/__init__.py
tests/new_core/test_data_access.py
tests/new_core/test_dataset_factory.py
tests/new_core/test_user_interface.py
tests/new_core/data_access/test_boundaries.py
tests/new_core/param_validation/test_abc_param_validation.py
tests/new_core/param_validation/test_clip_param_validation.py
tests/new_core/param_validation/test_concat_param_validation.py
tests/new_core/param_validation/test_data_param_validator.py
tests/new_core/param_validation/test_filter_unadjusted_models_param_validator.py
tests/new_core/param_validation/test_param_validation_tools.py
tests/new_core/param_validation/test_renewables_param_validator.py
tests/new_core/param_validation/test_time_slice_param_validator.py
tests/new_core/param_validation/test_update_attributes_param_validator.py
tests/new_core/param_validation/test_warming_param_validator.py
tests/new_core/processors/__init__.py
tests/new_core/processors/test_abc_data_processor.py
tests/new_core/processors/test_clip.py
tests/new_core/processors/test_concatenate.py
tests/new_core/processors/test_filter_unadjusted_models.py
tests/new_core/processors/test_processor_utils.py
tests/new_core/processors/test_time_slice.py
tests/new_core/processors/test_warming_level.py
tests/standard_year/test_standard_year.py
tests/test_data/test_dataarray_time_2010_2015_histrecon_wrf_3km_hourly_temp_gridded_area.nc
tests/test_data/test_dataarray_time_2010_2015_histrecon_wrf_3km_hourly_temp_single_cell.nc
tests/test_data/test_dataarray_time_2030_2035_loca_3km_daily_temp.nc
tests/test_data/test_dataarray_time_2030_2035_wrf_3km_hourly_heat_index.nc
tests/test_data/test_dataarray_time_2030_2035_wrf_3km_hourly_prec.nc
tests/test_data/test_dataarray_time_2030_2035_wrf_3km_hourly_temp.nc
tests/test_data/test_dataarray_wl_20_all_season_loca_3km_daily_temp.nc
tests/test_data/test_dataarray_wl_20_all_season_wrf_3km_hourly_temp.nc
tests/test_data/test_dataarray_wl_20_summer_season_loca_3km_daily_temp.nc
tests/test_data/test_dataset_01Jan2015_LAcounty_45km_hourly.nc
tests/test_data/test_dataset_2022_2022_monthly_45km.nc
tests/test_data/test_dataset_Jan2015_LAcounty_45km_daily.nc
tests/test_data/test_dataset_WL_Alamedacounty_45km_hourly.nc
tests/test_data/test_dataset_time_Alamedacounty_45km_hourly_2030_2035.nc
tests/test_data/threshold_data_T2_2050_2051_hourly_45km.nc
tests/test_data/timeseries_data_T2_2014_2016_monthly_45km.nc
tests/threshold_tools/test_threshold_tools.py
tests/threshold_tools/test_thresholds_exceedance.py
tests/threshold_tools/test_thresholds_returns.py
tests/thresholds/test_thresholds.py
tests/timeseriestools/test_timeseriestools_daily.py
tests/timeseriestools/test_timeseriestools_hourly.py
tests/timeseriestools/test_timeseriestools_monthly.py
tests/typical_meteorological_year/test_tmy.py
tests/uncertainty/__init__.py
tests/uncertainty/fixtures.py
tests/uncertainty/test_cmipopt.py
tests/uncertainty/test_public_funcs.py
tests/uncertainty/test_utilities.py
tests/unit_conversions/test_unit_conversions.py
tests/util/test_cluster.py
tests/util/test_dev_logging.py
tests/util/test_generate_gwl_tables.py
tests/util/test_generate_gwl_tables_unc.py
tests/util/test_gwl_times.py
tests/util/test_logger.py
tests/util/test_utils.py
tests/vulnerability/test_vulnerability.py
tests/warming/test_warming.py