-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changing grid_setup.in description, fixing if statement mistake
- Loading branch information
1 parent
6060363
commit 260366c
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@alexisBelt I still do not understand the difference between these flags based on the description.
I understood one controls whether seed dispersal output files are written (or not).
I understood the second flag will turn on functionality that writes the full seed dispersal output (i.e. for each cell - every other cell it received seeds from). If this flag is set to 0, then we won't write the complete output and the code will exit the loop earlier for a given cell if that cell has already received seeds from one cell. When we exit the loop we won't track any longer if that cell received additional seeds from other cells or not and the output would just reflect the first cell that sent seeds to the focal cell in question. So here, output is still written, but it is incomplete in that we don't actually determine every cell that sent seeds to every other cell.
Can you please confirm and then try to clarify the text here accordingly?