Skip to content

Commit

Permalink
fixed default n_soil_layers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak committed Aug 30, 2024
1 parent e59aeb8 commit 3aaf7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bmi_cfe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ int read_init_config_cfe(const char* config_file, cfe_state_struct* model)
}
else {
model->soil_reservoir.is_aet_rootzone = FALSE;
model->soil_reservoir.n_soil_layers = 0;
model->soil_reservoir.n_soil_layers = 1;
}

/*--------------------END OF ROOT ZONE ADJUSTED AET DEVELOPMENT -rlm ------------------------------*/
Expand Down

0 comments on commit 3aaf7d6

Please sign in to comment.