Skip to content
Snippets Groups Projects
Commit f8584e14 authored by Bart Arendarczyk's avatar Bart Arendarczyk
Browse files

Calibrations.

parent 5141cf30
No related branches found
No related tags found
3 merge requests!4Merging Barts changes into inequality branch,!3Merging changes from master,!2Bringing Bart's recent changes into the inequality branch
...@@ -284,7 +284,7 @@ public class ModelConfig { ...@@ -284,7 +284,7 @@ public class ModelConfig {
public static final double PROD_COST_MAIZE = getDoubleProperty("PROD_COST_MAIZE", 0.3); public static final double PROD_COST_MAIZE = getDoubleProperty("PROD_COST_MAIZE", 0.3);
public static final double PROD_COST_RICE = getDoubleProperty("PROD_COST_RICE", 0.8); public static final double PROD_COST_RICE = getDoubleProperty("PROD_COST_RICE", 0.8);
public static final double PROD_COST_OILCROPS_NFIX = getDoubleProperty("PROD_COST_OILCROPS_NFIX", 0.4); public static final double PROD_COST_OILCROPS_NFIX = getDoubleProperty("PROD_COST_OILCROPS_NFIX", 0.4);
public static final double PROD_COST_OILCROPS_OTHER = getDoubleProperty("PROD_COST_OILCROPS_OTHER", 0.3); public static final double PROD_COST_OILCROPS_OTHER = getDoubleProperty("PROD_COST_OILCROPS_OTHER", 0.8);
public static final double PROD_COST_PULSES = getDoubleProperty("PROD_COST_PULSES", 0.6); public static final double PROD_COST_PULSES = getDoubleProperty("PROD_COST_PULSES", 0.6);
public static final double PROD_COST_STARCHYROOTS = getDoubleProperty("PROD_COST_STARCHYROOTS", 3.0); public static final double PROD_COST_STARCHYROOTS = getDoubleProperty("PROD_COST_STARCHYROOTS", 3.0);
public static final double PROD_COST_MONOGASTRICS = getDoubleProperty("PROD_COST_MONOGASTRICS", 0.05); public static final double PROD_COST_MONOGASTRICS = getDoubleProperty("PROD_COST_MONOGASTRICS", 0.05);
...@@ -397,7 +397,7 @@ public class ModelConfig { ...@@ -397,7 +397,7 @@ public class ModelConfig {
public static final int BASE_YEAR = getIntProperty("BASE_YEAR", 2020); public static final int BASE_YEAR = getIntProperty("BASE_YEAR", 2020);
// Import export limits // Import export limits
public static final double ANNUAL_MAX_IMPORT_CHANGE = getDoubleProperty("ANNUAL_MAX_IMPORT_CHANGE", 0.2); public static final double ANNUAL_MAX_IMPORT_CHANGE = getDoubleProperty("ANNUAL_MAX_IMPORT_CHANGE", 0.1);
public static final double MAX_IMPORT_CHANGE = getDoubleProperty("MAX_IMPORT_CHANGE", ANNUAL_MAX_IMPORT_CHANGE*TIMESTEP_SIZE); public static final double MAX_IMPORT_CHANGE = getDoubleProperty("MAX_IMPORT_CHANGE", ANNUAL_MAX_IMPORT_CHANGE*TIMESTEP_SIZE);
public static final double TRADE_ADJUSTMENT_COST_RATE = getDoubleProperty("TRADE_ADJUSTMENT_COST_RATE", 0.005); // Cost of changing imports/exports public static final double TRADE_ADJUSTMENT_COST_RATE = getDoubleProperty("TRADE_ADJUSTMENT_COST_RATE", 0.005); // Cost of changing imports/exports
...@@ -447,7 +447,7 @@ public class ModelConfig { ...@@ -447,7 +447,7 @@ public class ModelConfig {
public static final double TIMBER_FOREST_ESTABLISHMENT_COST = getDoubleProperty("TIMBER_FOREST_ESTABLISHMENT_COST", 0.05); public static final double TIMBER_FOREST_ESTABLISHMENT_COST = getDoubleProperty("TIMBER_FOREST_ESTABLISHMENT_COST", 0.05);
public static final double CARBON_FOREST_CONVERSION_COST = getDoubleProperty("CARBON_FOREST_CONVERSION_COST", 10.0); public static final double CARBON_FOREST_CONVERSION_COST = getDoubleProperty("CARBON_FOREST_CONVERSION_COST", 10.0);
public static final double SOLAR_CONVERSION_COST = getDoubleProperty("SOLAR_CONVERSION_COST", 10.0); public static final double SOLAR_CONVERSION_COST = getDoubleProperty("SOLAR_CONVERSION_COST", 10.0);
public static final double NATURAL_CONVERSION_COST = getDoubleProperty("NATURAL_CONVERSION_COST", 0.1); public static final double NATURAL_CONVERSION_COST = getDoubleProperty("NATURAL_CONVERSION_COST", 0.08);
// controls additional cost of natural conversion. Higher cost if higher proportion of land is natural // controls additional cost of natural conversion. Higher cost if higher proportion of land is natural
public static final double INFRASTRUCTURE_COST_FACTOR = getDoubleProperty("INFRASTRUCTURE_COST_FACTOR", 0.6); public static final double INFRASTRUCTURE_COST_FACTOR = getDoubleProperty("INFRASTRUCTURE_COST_FACTOR", 0.6);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment