Skip to content
Snippets Groups Projects
Commit d825c887 authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

output lambda grids even in the first simulation year

parent 8bb8a558
Branches
Tags 1.0.0
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment