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
f148b737
Commit
f148b737
authored
8 years ago
by
rhenry2
Browse files
Options
Downloads
Patches
Plain Diff
file name changes in config file
parent
40273ee0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ac/ed/lurg/ModelConfig.java
+3
-2
3 additions, 2 deletions
src/ac/ed/lurg/ModelConfig.java
with
3 additions
and
2 deletions
src/ac/ed/lurg/ModelConfig.java
+
3
−
2
View file @
f148b737
...
@@ -111,8 +111,9 @@ public class ModelConfig {
...
@@ -111,8 +111,9 @@ public class ModelConfig {
public
static
final
String
COUNTRY_DATA_FILE
=
DATA_DIR
+
File
.
separator
+
"country_data.csv"
;
public
static
final
String
COUNTRY_DATA_FILE
=
DATA_DIR
+
File
.
separator
+
"country_data.csv"
;
public
static
final
String
NET_IMPORTS_FILE
=
DATA_DIR
+
File
.
separator
+
"net_imports.csv"
;
public
static
final
String
NET_IMPORTS_FILE
=
DATA_DIR
+
File
.
separator
+
"net_imports.csv"
;
public
static
final
String
BIOENERGY_DEMAND_FILE
=
DATA_DIR
+
File
.
separator
+
"bio_demand.csv"
;
public
static
final
String
BIOENERGY_DEMAND_FILE
=
DATA_DIR
+
File
.
separator
+
"bio_demand.csv"
;
public
static
final
String
TRADE_BARRIERS_FILE
=
DATA_DIR
+
File
.
separator
+
"trade
_b
arriers
_dummy
.csv"
;
public
static
final
String
TRADE_BARRIERS_FILE
=
DATA_DIR
+
File
.
separator
+
"trade
B
arriers.csv"
;
public
static
final
String
STOCKS_FILE
=
DATA_DIR
+
File
.
separator
+
"global_stocks.csv"
;
public
static
final
String
STOCKS_FILE
=
DATA_DIR
+
File
.
separator
+
"global_stocks.csv"
;
public
static
final
String
FAO_CONSUMPTION_FILE
=
DATA_DIR
+
File
.
separator
+
"fao_consump.csv"
;
// yield data
// yield data
public
static
final
String
YIELD_DIR_BASE
=
getProperty
(
"YIELD_DIR_BASE"
);
public
static
final
String
YIELD_DIR_BASE
=
getProperty
(
"YIELD_DIR_BASE"
);
...
@@ -135,7 +136,7 @@ public class ModelConfig {
...
@@ -135,7 +136,7 @@ public class ModelConfig {
public
static
final
double
CELL_SIZE_Y
=
getDoubleProperty
(
"CELL_SIZE_Y"
,
CELL_SIZE_X
);
public
static
final
double
CELL_SIZE_Y
=
getDoubleProperty
(
"CELL_SIZE_Y"
,
CELL_SIZE_X
);
public
static
final
String
SPATIAL_DIR_NAME
=
getProperty
(
"SPATIAL_DIR_NAME"
,
"halfdeg"
);
public
static
final
String
SPATIAL_DIR_NAME
=
getProperty
(
"SPATIAL_DIR_NAME"
,
"halfdeg"
);
public
static
final
String
SPATIAL_DATA_DIR
=
getProperty
(
"SPATIAL_DATA_DIR"
,
DATA_DIR
+
File
.
separator
+
SPATIAL_DIR_NAME
);
public
static
final
String
SPATIAL_DATA_DIR
=
getProperty
(
"SPATIAL_DATA_DIR"
,
DATA_DIR
+
File
.
separator
+
SPATIAL_DIR_NAME
);
public
static
final
String
INITAL_LAND_COVER_FILE
=
SPATIAL_DATA_DIR
+
File
.
separator
+
"netfract_hurtt_20
0
0.txt"
;
public
static
final
String
INITAL_LAND_COVER_FILE
=
SPATIAL_DATA_DIR
+
File
.
separator
+
"netfract_hurtt_20
1
0.txt"
;
public
static
final
String
COUNTRY_BOUNDARY_FILE
=
SPATIAL_DATA_DIR
+
File
.
separator
+
"country_boundaries.asc"
;
public
static
final
String
COUNTRY_BOUNDARY_FILE
=
SPATIAL_DATA_DIR
+
File
.
separator
+
"country_boundaries.asc"
;
public
static
final
String
IRRIGATION_COST_FILE
=
SPATIAL_DATA_DIR
+
File
.
separator
+
"irrigation_cost.asc"
;
public
static
final
String
IRRIGATION_COST_FILE
=
SPATIAL_DATA_DIR
+
File
.
separator
+
"irrigation_cost.asc"
;
public
static
final
String
IRRIGATION_CONSTRAINT_FILE
=
SPATIAL_DATA_DIR
+
File
.
separator
+
"blue_water_available_pseudoCRU_rcp8p5_2004_2013_grid_allhdyro_mm.txt"
;
public
static
final
String
IRRIGATION_CONSTRAINT_FILE
=
SPATIAL_DATA_DIR
+
File
.
separator
+
"blue_water_available_pseudoCRU_rcp8p5_2004_2013_grid_allhdyro_mm.txt"
;
...
...
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