Closed lbross closed 4 months ago
We corrected the SQL in both the v5.10.1 code and v5.11.0.
From Sam Evans: Ok, I looked into the issue and I think issue 322 is resolved. I reran a scenario for the Tahoe-Central Sierra with really high haul costs and it looks like optimizer is correctly selecting the max of the merch_chip_nr_dpa and merch_ne_dpa.
This field is supposed to be populated: IF USEBIOMASS_YN =”Y” THEN MERCH_CHIP_NR_DPA ELSE MERCH_NR_DPA. There was an error in the SQL so that MERCH_CHIP_NR_DPA is always selected regardless of the USEBIOMASS_YN setting.