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

Calibration.

parent ab95fb64
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
......@@ -397,7 +397,7 @@ public class ModelConfig {
public static final int BASE_YEAR = getIntProperty("BASE_YEAR", 2020);
// Import export limits
public static final double ANNUAL_MAX_IMPORT_CHANGE = getDoubleProperty("ANNUAL_MAX_IMPORT_CHANGE", 0.1);
public static final double ANNUAL_MAX_IMPORT_CHANGE = getDoubleProperty("ANNUAL_MAX_IMPORT_CHANGE", 0.2);
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
......
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