Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PLUM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Land Use Lab
PLUM
Commits
a26b727e
Commit
a26b727e
authored
6 years ago
by
R0slyn
Browse files
Options
Downloads
Patches
Plain Diff
updated prices with new barrier file.
parent
09597682
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/tradeBarriers.csv
+1020
-1391
1020 additions, 1391 deletions
data/tradeBarriers.csv
src/ac/ed/lurg/ModelConfig.java
+7
-7
7 additions, 7 deletions
src/ac/ed/lurg/ModelConfig.java
with
1027 additions
and
1398 deletions
data/tradeBarriers.csv
+
1020
−
1391
View file @
a26b727e
This diff is collapsed.
Click to expand it.
src/ac/ed/lurg/ModelConfig.java
+
7
−
7
View file @
a26b727e
...
...
@@ -209,13 +209,13 @@ public class ModelConfig {
public
static
final
double
INITAL_PRICE_SUGAR
=
getDoubleProperty
(
"INITAL_PRICE_SUGAR"
,
0.1
*
ModelConfig
.
INITIAL_PRICE_SHIFT
);
// These are initial demand system prices in 2000 kcal terms
public
static
final
double
INITAL_DEMAND_PRICE_CEREALS
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_CEREALS"
,
120.2364695
);
public
static
final
double
INITAL_DEMAND_PRICE_OILCROPS_PULSES
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_OILCROPS_PULSES"
,
147.4032429
);
public
static
final
double
INITAL_DEMAND_PRICE_STARCHYROOTS
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_STARCHYROOTS"
,
543.551158
7
);
public
static
final
double
INITAL_DEMAND_PRICE_MONOGASTRICS
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_MONOGASTRICS"
,
1243.899285
);
public
static
final
double
INITAL_DEMAND_PRICE_RUMINANTS
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_RUMINANTS"
,
1043.900533
);
public
static
final
double
INITAL_DEMAND_PRICE_FRUITVEG
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_FRUITVEG"
,
3
38
1.17766
);
public
static
final
double
INITAL_DEMAND_PRICE_SUGAR
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_SUGAR"
,
168.9246538
);
public
static
final
double
INITAL_DEMAND_PRICE_CEREALS
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_CEREALS"
,
49.64740
);
public
static
final
double
INITAL_DEMAND_PRICE_OILCROPS_PULSES
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_OILCROPS_PULSES"
,
72.35676
);
public
static
final
double
INITAL_DEMAND_PRICE_STARCHYROOTS
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_STARCHYROOTS"
,
77.2351
7
);
public
static
final
double
INITAL_DEMAND_PRICE_MONOGASTRICS
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_MONOGASTRICS"
,
525.81223
);
public
static
final
double
INITAL_DEMAND_PRICE_RUMINANTS
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_RUMINANTS"
,
264.79855
);
public
static
final
double
INITAL_DEMAND_PRICE_FRUITVEG
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_FRUITVEG"
,
6
38
.61677
);
public
static
final
double
INITAL_DEMAND_PRICE_SUGAR
=
getDoubleProperty
(
"INITAL_DEMAND_PRICE_SUGAR"
,
78.39847
);
// Spatial (gridded) data
public
static
final
double
CELL_SIZE_X
=
getDoubleProperty
(
"CELL_SIZE_X"
,
0.5
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment