publicstaticfinalbooleanUSE_BIOENERGY_TRAJECTORY=getBooleanProperty("USE_BIOENERGY_TRAJECTORY",false);// false is the old style, i.e. BIOENERGY_CHANGE_ANNUAL_RATE, BIOENERGY_CHANGE_START_YEAR and BIOENERGY_CHANGE_END_YEAR
publicstaticfinalbooleanUSE_BIOENERGY_TRAJECTORY=getBooleanProperty("USE_BIOENERGY_TRAJECTORY",true);// false is the old style, i.e. BIOENERGY_CHANGE_ANNUAL_RATE, BIOENERGY_CHANGE_START_YEAR and BIOENERGY_CHANGE_END_YEAR
// public static final double BIOENERGY_HEATING_VALUE_GJ_PER_T = getDoubleProperty("BIOENERGY_HEATING_VALUE_GJ_PER_T", 17.5); // GJ per t DM
// public static final double BIOENERGY_HEATING_VALUE_GJ_PER_T = getDoubleProperty("BIOENERGY_HEATING_VALUE_GJ_PER_T", 17.5); // GJ per t DM
...
@@ -277,6 +277,6 @@ public class ModelConfig {
...
@@ -277,6 +277,6 @@ public class ModelConfig {
publicstaticfinaldoublePASTURE_MAX_IRRIGATION_RATE=getDoubleProperty("DEFAULT_MAX_IRRIGATION_RATE",50.0);// shouldn't need this but some areas crops don't have a value, but was causing them to be selected
publicstaticfinaldoublePASTURE_MAX_IRRIGATION_RATE=getDoubleProperty("DEFAULT_MAX_IRRIGATION_RATE",50.0);// shouldn't need this but some areas crops don't have a value, but was causing them to be selected