AUTHORS.rst
CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
benchmarks/__init__.py
benchmarks/benchmarks.py
co2mpas/__init__.py
co2mpas/__main__.py
co2mpas/_version.py
co2mpas/co2mpas_template.xlsx
co2mpas.egg-info/PKG-INFO
co2mpas.egg-info/SOURCES.txt
co2mpas.egg-info/dependency_links.txt
co2mpas.egg-info/entry_points.txt
co2mpas.egg-info/requires.txt
co2mpas.egg-info/top_level.txt
co2mpas.egg-info/zip-safe
co2mpas/demos/co2mpas_demo_1_full_data.xlsx
co2mpas/demos/co2mpas_demo_2_wltp_high_only.xlsx
co2mpas/demos/co2mpas_demo_3_wltp_low_only.xlsx
co2mpas/demos/co2mpas_demo_4_baseline_no_battery_currents.xlsx
co2mpas/demos/co2mpas_demo_5_baseline_no_gears.xlsx
co2mpas/demos/.co2mpas_cache/co2mpas_demo_1_full_data.xlsx.dill
co2mpas/demos/.co2mpas_cache/co2mpas_demo_2_wltp_high_only.xlsx.dill
co2mpas/demos/.co2mpas_cache/co2mpas_demo_3_wltp_low_only.xlsx.dill
co2mpas/demos/.co2mpas_cache/co2mpas_demo_4_baseline_no_battery_currents.xlsx.dill
co2mpas/demos/.co2mpas_cache/co2mpas_demo_5_baseline_no_gears.xlsx.dill
co2mpas/dispatcher/__init__.py
co2mpas/dispatcher/utils/__init__.py
co2mpas/dispatcher/utils/alg.py
co2mpas/dispatcher/utils/cst.py
co2mpas/dispatcher/utils/des.py
co2mpas/dispatcher/utils/drw.py
co2mpas/dispatcher/utils/dsp.py
co2mpas/dispatcher/utils/exc.py
co2mpas/dispatcher/utils/gen.py
co2mpas/dispatcher/utils/io.py
co2mpas/functions/__init__.py
co2mpas/functions/gf_torque.py
co2mpas/functions/plot.py
co2mpas/functions/read_inputs.py
co2mpas/functions/write_outputs.py
co2mpas/functions/model_selector/__init__.py
co2mpas/functions/physical/__init__.py
co2mpas/functions/physical/final_drive.py
co2mpas/functions/physical/torque_converter.py
co2mpas/functions/physical/utils.py
co2mpas/functions/physical/vehicle.py
co2mpas/functions/physical/wheels.py
co2mpas/functions/physical/clutch_tc/__init__.py
co2mpas/functions/physical/clutch_tc/clutch.py
co2mpas/functions/physical/clutch_tc/torque_converter.py
co2mpas/functions/physical/constants/NEDC.py
co2mpas/functions/physical/constants/__init__.py
co2mpas/functions/physical/electrics/__init__.py
co2mpas/functions/physical/electrics/electrics_prediction.py
co2mpas/functions/physical/engine/__init__.py
co2mpas/functions/physical/engine/co2_emission.py
co2mpas/functions/physical/gear_box/AT_gear.py
co2mpas/functions/physical/gear_box/__init__.py
co2mpas/functions/physical/gear_box/thermal.py
co2mpas/ipynbs/simVehicle.ipynb
co2mpas/ipynbs/simVehicle_cluth.ipynb
co2mpas/models/__init__.py
co2mpas/models/model_selector/__init__.py
co2mpas/models/physical/__init__.py
co2mpas/models/physical/final_drive.py
co2mpas/models/physical/torque_converter.py
co2mpas/models/physical/vehicle.py
co2mpas/models/physical/wheels.py
co2mpas/models/physical/clutch_tc/__init__.py
co2mpas/models/physical/clutch_tc/clutch.py
co2mpas/models/physical/clutch_tc/torque_converter.py
co2mpas/models/physical/electrics/__init__.py
co2mpas/models/physical/electrics/electrics_prediction.py
co2mpas/models/physical/engine/__init__.py
co2mpas/models/physical/engine/co2_emission.py
co2mpas/models/physical/gear_box/AT_gear.py
co2mpas/models/physical/gear_box/__init__.py
co2mpas/models/physical/gear_box/thermal.py
doc/_ext/__init__.py
doc/_ext/autosummary.py
doc/_ext/dsp_directive.py
requirements/dev.pip
requirements/exe.conda
requirements/exe.pip
tests/dispatcher/__init__.py
tests/dispatcher/test_dispatcher.py
tests/dispatcher/docs/__init__.py
tests/dispatcher/docs/test_autodispatcher.py
tests/dispatcher/docs/util.py
tests/dispatcher/docs/root/__init__.py
tests/dispatcher/docs/root/autodoc_fodder.py
tests/dispatcher/docs/root/autodoc_missing_imports.py
tests/dispatcher/docs/root/conf.py
tests/dispatcher/docs/root/ext.py
tests/dispatcher/docs/root/parsermod.py
tests/dispatcher/docs/root/special/__init__.py
tests/dispatcher/docs/root/special/code.py
tests/dispatcher/utils/__init__.py
tests/dispatcher/utils/test_alg.py
tests/dispatcher/utils/test_drw.py
tests/dispatcher/utils/test_dsp.py
tests/dispatcher/utils/test_gen.py
tests/dispatcher/utils/test_io.py
tests/functions/__init__.py
tests/functions/test_functions.py
tests/functions/test_functions2.py
tests/functions/test_gear_box.py
tests/models/__init__.py
tests/models/test_thermal.py