forsys-sp / forsysr

An R implementation of the ForSys program
GNU General Public License v3.0
8 stars 3 forks source link

annual target field #95

Open michelledayusfs opened 1 year ago

michelledayusfs commented 1 year ago

Cody- the annual target field- is this really annual or is it set for the whole scenario? For example, if I run a scenario to treat 5000 acres within each of my predefined planning areas, and I want to treat 1 million acres total, does annual_target_value = 1000000 mean that it keeps treating within each of my PODs (for example) until it hits 1 million acres, or is it looping through for however many years I have? If the latter, okay. If the former, then maybe we should call it scenario_target_value or scen_target_value? Annual implies a cycle to me.

codyevers commented 1 year ago

Good question, I call it ceiling in the calls to the two selection method (predetermined & patchmax), but call it annual_target in the forsys::run because that's how it's structured in the forsys::run code. I agree that it's a little idiosyncratic...

Message ID: @.***>