Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SimAquaLife
GR3D
Commits
6a44a26e
Commit
6a44a26e
authored
Feb 17, 2021
by
patrick.lambert
Browse files
simplification to input data
parent
e1c8c415
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/miscellaneous/EasyRun.java
View file @
6a44a26e
...
...
@@ -47,14 +47,18 @@ public class EasyRun {
public
static
void
main
(
String
[]
args
)
throws
Exception
{
String
[]
batchArguments
=
(
"-simDuration 48 -simBegin 1 -timeStepDuration 1 -RNGStatusIndex 1 "
+
"-groups data/input/northeastamerica/fishRIOBasin_Sapidissima_
PL
.xml "
+
"-env data/input/northeastamerica/RIOBNneaBasins.xml "
+
"-groups data/input/northeastamerica/fishRIOBasin_Sapidissima_
Rjava
.xml "
+
"-env data/input/northeastamerica/RIOBNneaBasins
_Rjava
.xml "
+
"-observers data/input/northeastamerica/RIO_obs_empty.xml"
).
split
(
"\\ "
);
runSimulation
(
batchArguments
,
"tsointsoin"
,
new
String
[]
{},
new
double
[]
{});
String
[]
parameterNames
=
new
String
[]
{
"processes.processesEachStep.8.tempMinRep"
,
"processes.processesEachStep.8.ratioS95_S50"
,
"processes.processesEachStep.6.pHomingAfterEquil"
};
double
[]
parameterValues
=
new
double
[]
{
10
,
2
,
0.7
};
runSimulation
(
batchArguments
,
"tsointsoin"
,
parameterNames
,
parameterValues
);
// runSimulation(
// batchArguments, "data/output/tsointsoin", new String[] { "processes.processesEachStep.8.tempMinRep",
// batchArguments, "data/output/tsointsoin", new String[] { "
= c("
processes.processesEachStep.8.tempMinRep"
"
,
// "processes.processesEachStep.8.ratioS95_S50", "processes.processesEachStep.6.pHomingAfterEquil" },
// new double[] { 10, 2, 0.7 });
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment