Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cats
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BDC
cats
Commits
d825c887
Commit
d825c887
authored
2 years ago
by
Andreas Gattringer
Browse files
Options
Downloads
Patches
Plain Diff
output lambda grids even in the first simulation year
parent
8bb8a558
Branches
Branches containing commit
Tags
1.0.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cats/actions/action_population_grid_output.c
+0
-5
0 additions, 5 deletions
src/cats/actions/action_population_grid_output.c
with
0 additions
and
5 deletions
src/cats/actions/action_population_grid_output.c
+
0
−
5
View file @
d825c887
...
...
@@ -57,11 +57,6 @@ enum action_status action_save_adults(struct cats_grid *grid, struct cats_config
save_seeds_to_gdal
(
grid
,
conf
);
}
if
(
conf
->
time
.
year_current
==
conf
->
time
.
year_start
)
{
log_message
(
LOG_IMPORTANT
,
"skipping lambda grid output in year 0"
);
return
ACTION_RUN
;
}
for
(
int32_t
i
=
0
;
i
<
conf
->
param_count
;
i
++
)
{
if
(
conf
->
param
[
i
].
save_lambda_grid
)
{
save_lambda_grid
(
conf
,
grid
,
false
);
...
...
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