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
747c678f
Commit
747c678f
authored
7 years ago
by
Peter Alexander
Browse files
Options
Downloads
Plain Diff
Automated merge with bundle:/var/folders/q0/_71d_v6x7_db44ndq976wzym0000gn/T/SourceTreeTemp.LvOw6M
parents
9a20af1e
40aef61f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ac/ed/lurg/ModelConfig.java
+2
-2
2 additions, 2 deletions
src/ac/ed/lurg/ModelConfig.java
with
2 additions
and
2 deletions
src/ac/ed/lurg/ModelConfig.java
+
2
−
2
View file @
747c678f
...
...
@@ -127,8 +127,8 @@ public class ModelConfig {
public
static
final
double
CALIB_FACTOR_WHEAT
=
getDoubleProperty
(
"CALIB_FACTOR_WHEAT"
,
0.987
);
public
static
final
double
CALIB_FACTOR_MAIZE
=
getDoubleProperty
(
"CALIB_FACTOR_MAIZE"
,
0.657
);
public
static
final
double
CALIB_FACTOR_RICE
=
getDoubleProperty
(
"CALIB_FACTOR_RICE"
,
1.234
);
public
static
final
double
CALIB_FACTOR_OILCROPS
=
getDoubleProperty
(
"CALIB_FACTOR_OILCROPS"
,
0.5
9
6
);
public
static
final
double
CALIB_FACTOR_PULSES
=
getDoubleProperty
(
"CALIB_FACTOR_PULSES"
,
0.5
77
);
public
static
final
double
CALIB_FACTOR_OILCROPS
=
getDoubleProperty
(
"CALIB_FACTOR_OILCROPS"
,
0.5
5
6
);
public
static
final
double
CALIB_FACTOR_PULSES
=
getDoubleProperty
(
"CALIB_FACTOR_PULSES"
,
0.5
95
);
public
static
final
double
CALIB_FACTOR_STARCHY_ROOTS
=
getDoubleProperty
(
"CALIB_FACTOR_STARCHY_ROOTS"
,
6.014
);
// Spatial (gridded) data
...
...
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