publicstaticfinaldoubleMARKET_LAMBA=getDoubleProperty("MARKET_LAMBA",0.3);// controls international market price adjustment rate
publicstaticfinaldoubleMARKET_LAMBA=getDoubleProperty("MARKET_LAMBA",0.4);// controls international market price adjustment rate
publicstaticfinaldoublePOPULATION_AGGREG_LIMIT=getDoubleProperty("POPULATION_AGGREG_LIMIT",30.0);// in millions, smaller countries are aggregated on a regional basis
publicstaticfinaldoubleUNHANDLED_CROP_AREA=getDoubleProperty("UNHANDLED_CROP_AREA",0.3);// includes fruit veg forage crops set aside and failed crop
publicstaticfinaldoubleTRANSPORT_LOSSES=getDoubleProperty("TRANSPORT_LOSSES",0.05);// in international trade
publicstaticfinaldoubleTRANSPORT_COST=getDoubleProperty("TRANSPORT_COST",0.2);// 100 $/t see Wheat Transportation Profile - USDA
publicstaticfinaldoubleTRADE_BARRIER_FACTOR_DEFAULT=getDoubleProperty("TRADE_BARRIER_FACTOR_DEFAULT",0.4);// price factor in international trade, transport cost and real trade barriers
publicstaticfinaldoubleTRANSPORT_COST=getDoubleProperty("TRANSPORT_COST",0.3);// 100 $/t see Wheat Transportation Profile - USDA
publicstaticfinaldoubleTRADE_BARRIER_FACTOR_DEFAULT=getDoubleProperty("TRADE_BARRIER_FACTOR_DEFAULT",0.5);// price factor in international trade, transport cost and real trade barriers
publicstaticfinalbooleanACTIVE_TRADE_BARRIERS=getBooleanProperty("ACTIVE_TRADE_BARRIERS",false);// if set to true read in barrier information from file, otherwise use default as above
...
...
@@ -222,5 +222,5 @@ public class ModelConfig {
publicstaticfinalintLPJG_TIMESTEP_SIZE=5;
publicstaticfinalintNUM_YIELD_CLUSTERS=500;
publicstaticfinallongRANDOM_SEED=290374;// any number will do
publicstaticfinallongRANDOM_SEED=29031974;// any number will do