CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
img/bc.png
img/layering.png
img/logo.png
img/model.png
img/profiles.png
img/systems.png
src/weac/__init__.py
src/weac/constants.py
src/weac/logging_config.py
src/weac.egg-info/PKG-INFO
src/weac.egg-info/SOURCES.txt
src/weac.egg-info/dependency_links.txt
src/weac.egg-info/requires.txt
src/weac.egg-info/top_level.txt
src/weac/analysis/__init__.py
src/weac/analysis/analyzer.py
src/weac/analysis/criteria_evaluator.py
src/weac/analysis/plotter.py
src/weac/components/__init__.py
src/weac/components/config.py
src/weac/components/criteria_config.py
src/weac/components/layer.py
src/weac/components/model_input.py
src/weac/components/scenario_config.py
src/weac/components/segment.py
src/weac/core/__init__.py
src/weac/core/eigensystem.py
src/weac/core/field_quantities.py
src/weac/core/scenario.py
src/weac/core/slab.py
src/weac/core/slab_touchdown.py
src/weac/core/system_model.py
src/weac/core/unknown_constants_solver.py
src/weac/utils/__init__.py
src/weac/utils/geldsetzer.py
src/weac/utils/misc.py
src/weac/utils/snow_types.py
src/weac/utils/snowpilot_parser.py
tests/__init__.py
tests/run_tests.py
tests/test_comparison_results.py
tests/test_regression_simulation.py
tests/analysis/__init__.py
tests/analysis/test_analyzer.py
tests/analysis/test_criteria_evaluator.py
tests/components/__init__.py
tests/components/test_configs.py
tests/components/test_layer.py
tests/core/__init__.py
tests/core/test_eigensystem.py
tests/core/test_field_quantities.py
tests/core/test_scenario.py
tests/core/test_slab.py
tests/core/test_slab_touchdown.py
tests/core/test_system_model.py
tests/utils/__init__.py
tests/utils/json_helpers.py
tests/utils/test_json_helpers.py
tests/utils/test_misc.py
tests/utils/test_snowpilot_parser.py
tests/utils/weac_reference_runner.py