Skip to content

Commit

Permalink
FIX valor 2 en A2 para autoconsumos colectivos
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosfvilaboa committed Jul 22, 2024
1 parent 59d695d commit c4b1b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnmc/cir_8_2021/FA2.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def consumer(self):
o_potencia_instalada = gen['pot_instalada_gen']

# Autoconsum
o_autoconsum = 1 # Es força a valor fixe 1
o_autoconsum = 2 # Es força a valor fixe 2

# CAU
o_cau = cau
Expand Down

0 comments on commit c4b1b78

Please sign in to comment.