Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FSPM_VPL_DK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
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
Kottelenberg, David
FSPM_VPL_DK
Commits
7ddcd65d
Commit
7ddcd65d
authored
1 month ago
by
Kottelenberg, David
Browse files
Options
Downloads
Patches
Plain Diff
Removed unnecessary sims.
parent
c343bf69
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
RunSimulations.jl
+1
-44
1 addition, 44 deletions
RunSimulations.jl
with
1 addition
and
44 deletions
RunSimulations.jl
+
1
−
44
View file @
7ddcd65d
...
...
@@ -16,54 +16,11 @@ function run_model(sim_time::Int64, species_files, fixed_parameters_file, simula
return
new_field
end
# C_Solo
species_files
=
[
"ParametersCereal_Solo.json"
];
fixed_parameters_file
=
"ParametersFixed.json"
;
simulation_parameters_file
=
"Parameters_C_Solo.json"
;
new_field
=
run_model
(
111
,
species_files
,
fixed_parameters_file
,
simulation_parameters_file
);
# C
species_files
=
[
"ParametersCereal.json"
];
fixed_parameters_file
=
"ParametersFixed.json"
;
simulation_parameters_file
=
"Parameters_C.json"
;
new_field
=
run_model
(
111
,
species_files
,
fixed_parameters_file
,
simulation_parameters_file
);
# C_W
species_files
=
[
"ParametersCereal.json"
,
"ParametersWeed.json"
];
fixed_parameters_file
=
"ParametersFixed.json"
;
simulation_parameters_file
=
"Parameters_C_W.json"
;
new_field
=
run_model
(
111
,
species_files
,
fixed_parameters_file
,
simulation_parameters_file
);
# L
species_files
=
[
"ParametersLegume.json"
];
fixed_parameters_file
=
"ParametersFixed.json"
;
simulation_parameters_file
=
"Parameters_L.json"
;
new_field
=
run_model
(
111
,
species_files
,
fixed_parameters_file
,
simulation_parameters_file
);
# L_W
species_files
=
[
"ParametersLegume.json"
,
"ParametersWeed.json"
];
fixed_parameters_file
=
"ParametersFixed.json"
;
simulation_parameters_file
=
"Parameters_L_W.json"
;
new_field
=
run_model
(
111
,
species_files
,
fixed_parameters_file
,
simulation_parameters_file
);
# CL
species_files
=
[
"ParametersCereal.json"
,
"ParametersLegume.json"
];
fixed_parameters_file
=
"ParametersFixed.json"
;
simulation_parameters_file
=
"Parameters_CL.json"
;
new_field
=
run_model
(
111
,
species_files
,
fixed_parameters_file
,
simulation_parameters_file
);
# CL_W
species_files
=
[
"ParametersCereal.json"
,
"ParametersLegume.json"
,
"ParametersWeed.json"
];
fixed_parameters_file
=
"ParametersFixed.json"
;
simulation_parameters_file
=
"Parameters
_CL_W
.json"
;
simulation_parameters_file
=
"Parameters.json"
;
new_field
=
run_model
(
111
,
species_files
,
fixed_parameters_file
,
simulation_parameters_file
);
# species_files = ["ParametersCereal.json", "ParametersLegume.json", "ParametersWeed.json"];
# fixed_parameters_file = "ParametersFixed.json";
# simulation_parameters_file = "Parameters.json";
# new_field = run_model(111, species_files, fixed_parameters_file, simulation_parameters_file);
#=
scene = VirtualPlantLab.Scene(new_field[2], parallel = true, message = ["default", "remove_order_above", "0", "cereal"]);
soil_length = new_field[1].length
...
...
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