Skip to content

Cleanup LCA functions

François Verzier requested to merge cleanup_lca into dev

Created by: guillaume-plc

Clean up of LCA function:

  • compute intermediate input variables by year (instead of on the entire time range),
  • remove most .loc[ xxx != 0] for clarity,
  • fix final resources use computation using leontief matrix.

Merge request reports