.bandit.yml
.coveragerc
.gitattributes
.gitignore
.pylintrc
CHANGELOG.rst
LICENSE
MANIFEST.in
Makefile
README.md
README.rst
requirements.txt
setup.cfg
setup.py
versioneer.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci-cd-workflow.yml
docs/Makefile
docs/make.bat
docs/source/changelog.rst
docs/source/ciceroscm.rst
docs/source/concentrations_emissions_handler.rst
docs/source/conf.py
docs/source/development.rst
docs/source/index.rst
docs/source/input_handler.rst
docs/source/make_plots.rst
docs/source/perturbations.rst
docs/source/upwelling_diffusion_model.rst
docs/source/usage.rst
docs/source/_static/.gitkeep
docs/source/_templates/layout.html
notebooks/CSCM_example_directinput.ipynb
notebooks/CSCM_example_parallel.ipynb
notebooks/CSCM_example_textinput.ipynb
scripts/run_conc.py
scripts/run_full_change_all_pams.py
scripts/run_full_emissions.py
scripts/run_full_emissions_profile.py
scripts/run_full_forcing.py
scripts/run_full_forcing_profile.py
scripts/run_perturbations.py
scripts/run_scm.py
scripts/run_ssps_local.py
scripts/test_install.py
scripts/plot/plot_conc.py
scripts/plot/plot_conc_compare.py
scripts/plot/plot_conc_halocarbons_compare.py
scripts/plot/plot_emis.py
scripts/plot/plot_ohc.py
scripts/plot/plot_ohc_compare.py
scripts/plot/plot_rf.py
scripts/plot/plot_rf_compare.py
scripts/plot/plot_rib.py
scripts/plot/plot_temp.py
scripts/plot/plot_temp_compare.py
scripts/pre_script/make_em_pertfile.py
scripts/pre_script/make_forc_pertfile.py
scripts/pre_script/pertem_test.txt
scripts/pre_script/pertforc_test.txt
scripts/pre_script/precalculate_natural_emissions.py
src/ciceroscm/__init__.py
src/ciceroscm/_utils.py
src/ciceroscm/_version.py
src/ciceroscm/ciceroscm.py
src/ciceroscm/concentrations_emissions_handler.py
src/ciceroscm/input_handler.py
src/ciceroscm/make_plots.py
src/ciceroscm/perturbations.py
src/ciceroscm/pub_utils.py
src/ciceroscm/upwelling_diffusion_model.py
src/ciceroscm.egg-info/PKG-INFO
src/ciceroscm.egg-info/SOURCES.txt
src/ciceroscm.egg-info/dependency_links.txt
src/ciceroscm.egg-info/requires.txt
src/ciceroscm.egg-info/top_level.txt
src/ciceroscm/default_data/IPCC_LUCalbedo.txt
src/ciceroscm/default_data/meanVOLCmnd_ipcc_NH.txt
src/ciceroscm/default_data/solar_IPCC.txt
src/ciceroscm/parallel/__init__.py
src/ciceroscm/parallel/_configdistro.py
src/ciceroscm/parallel/calibrator.py
src/ciceroscm/parallel/cscmparwrapper.py
src/ciceroscm/parallel/distributionrun.py
tests/conftest.py
tests/notebook-tests.cfg
tests/integration/test_calibrator.py
tests/integration/test_different_decay.py
tests/integration/test_distro_run.py
tests/integration/test_parallel_run.py
tests/integration/test_scm.py~
tests/integration/test_scm_conc.py
tests/integration/test_scm_forc.py
tests/integration/test_scm_pertrun.py
tests/integration/test_scm_plot.py
tests/test-data/AR6_ERF_1750-2019.csv
tests/test-data/CO2_1pros.txt
tests/test-data/IPCC_LUCalbedo.txt
tests/test-data/gases_v1RCMIP.txt
tests/test-data/gases_vupdate_2022_AR6.txt
tests/test-data/gws_antr.txt
tests/test-data/land_use_erf_ar6.txt
tests/test-data/meanVOLCmnd_ipcc_NH.txt
tests/test-data/natemis_ch4.txt
tests/test-data/natemis_n2o.txt
tests/test-data/pertem_test.txt
tests/test-data/pertforc_test.txt
tests/test-data/solar_IPCC.txt
tests/test-data/solar_erf_ar6.txt
tests/test-data/ssp245_conc_RCMIP.txt
tests/test-data/ssp245_em_RCMIP.txt
tests/test-data/test_forcing.txt
tests/test-data/test_forcing_components.txt
tests/test-data/test_forcing_hemisplit.txt
tests/test-data/volcanic_erf_ar6.txt
tests/test-data/zero_forcing.txt
tests/test-data/1_year_blipp/output_conc.txt
tests/test-data/1_year_blipp/output_em.txt
tests/test-data/1_year_blipp/output_forc.txt
tests/test-data/1_year_blipp/output_ohc.txt
tests/test-data/1_year_blipp/output_rib.txt
tests/test-data/1_year_blipp/output_sunvolc.txt
tests/test-data/1_year_blipp/output_temp.txt
tests/test-data/1pct_CO2/output_conc.txt
tests/test-data/1pct_CO2/output_em.txt
tests/test-data/1pct_CO2/output_forc.txt
tests/test-data/1pct_CO2/output_ohc.txt
tests/test-data/1pct_CO2/output_rib.txt
tests/test-data/1pct_CO2/output_sunvolc.txt
tests/test-data/1pct_CO2/output_temp.txt
tests/test-data/1pct_CO2_no_sunvolc/output_conc.txt
tests/test-data/1pct_CO2_no_sunvolc/output_em.txt
tests/test-data/1pct_CO2_no_sunvolc/output_forc.txt
tests/test-data/1pct_CO2_no_sunvolc/output_ohc.txt
tests/test-data/1pct_CO2_no_sunvolc/output_rib.txt
tests/test-data/1pct_CO2_no_sunvolc/output_sunvolc.txt
tests/test-data/1pct_CO2_no_sunvolc/output_temp.txt
tests/test-data/all_zero/output_forc.txt
tests/test-data/all_zero/output_ohc.csv
tests/test-data/all_zero/output_ohc.txt
tests/test-data/all_zero/output_ohc.txt~
tests/test-data/all_zero/output_rib.csv
tests/test-data/all_zero/output_rib.txt
tests/test-data/all_zero/output_temp.csv
tests/test-data/all_zero/output_temp.txt
tests/test-data/nr_test_1pct_CO2/output_forc.txt
tests/test-data/nr_test_1pct_CO2/output_ohc.txt
tests/test-data/nr_test_1pct_CO2/output_rib.txt
tests/test-data/nr_test_1pct_CO2/output_temp.txt
tests/test-data/pert_tests/output_em.txt
tests/test-data/pert_tests/output_forc.txt
tests/test-data/ssp245_conc/output_conc.txt
tests/test-data/ssp245_conc/output_em.txt
tests/test-data/ssp245_conc/output_forc.txt
tests/test-data/ssp245_conc/output_ohc.txt
tests/test-data/ssp245_conc/output_rib.txt
tests/test-data/ssp245_conc/output_temp.txt
tests/test-data/ssp245_emis/output_conc.txt
tests/test-data/ssp245_emis/output_em.txt
tests/test-data/ssp245_emis/output_forc.txt
tests/test-data/ssp245_emis/output_ohc.txt
tests/test-data/ssp245_emis/output_rib.txt
tests/test-data/ssp245_emis/output_temp.txt
tests/unit/test_concentrationsEmissionsHandler.py
tests/unit/test_configdistro.py
tests/unit/test_input_handler.py
tests/unit/test_perturbations.py
tests/unit/test_pub_utils.py
tests/unit/test_upwellingDownwellingModel.py
tests/unit/test_utils.py