Autorun
Menu
0.10.0
/*
BOTEC model to evaluate benefits from water quality forecasts and optimal trade-off between precision and recall.
*/

@name("Model Inputs")
@doc("Key input parameters for the aquaculture prediction model")
inputs = {
@name("True Rate of Poor Water Quality")
@doc("The actual occurrence rate of poor water quality in aquaculture farms")
@format(".1%")
trueRateOfPoorWaterQuality = 0.03 to 0.15

@name("Cost of Farm Visit ($)")
@doc("This should be the opportunity cost of conducting a farm visit.")
@format("$,.0f")
costOfFarmVisit = 200 to 500

@name("Value of Fixing Poor Water Quality ($)")
@doc("The monetized benefit of detecting and fixing poor water quality")
@format("$,.0f")
valueOfFixingPoorWaterQuality = 2k to 10k