EcoExtreML / STEMMUS_SCOPE

Integrated code of SCOPE and STEMMUS
GNU General Public License v3.0
14 stars 2 forks source link

The Variable "C6_a" is not recognized #227

Closed MostafaGomaa93 closed 3 weeks ago

MostafaGomaa93 commented 2 months ago

While trying to activate the Qa calculations (here) by switching the Soilairefc to be = 1 (here), I received the error below error (_the C6_a variable is not recognized_).

c6_a

_if ModelSettings.Soilairefc == 1 C6_a = EnergyMatrices.C6a; end

SarahAlidoost commented 2 months ago

related issue https://github.com/EcoExtreML/STEMMUS_SCOPE/issues/196

MostafaGomaa93 commented 3 weeks ago

This suggested solution was implemented in the branch SSM_v.0.3.2 here and the error is removed