Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate new flag that outputs full seed dispersal output #497

Open
kpalmqui opened this issue Jun 17, 2020 · 1 comment
Open

Incorporate new flag that outputs full seed dispersal output #497

kpalmqui opened this issue Jun 17, 2020 · 1 comment
Assignees

Comments

@kpalmqui
Copy link
Member

Currently, the code will exit after a receiver cell has received seeds from 1 other cell. This was to save time, as we only need seeds from one cell to disperse to the cell for seeds to be present.

However, the downside of this approach is that we do not know all of the cells that dispersed seeds to all other cells.

This issue will implement a flag in inputs where the user can request the full seed dispersal output (all cells that dispersed seeds to all other cells) or not.

Commit 5289f9e temporarily commented out the code that will continue once a cell has received seeds from another cell. This is a temporary solution implemented for testing purposes, which is being led by @ScottCJr

More details to come..

@kpalmqui kpalmqui added this to the Seed Dispersal milestone Jun 17, 2020
@kpalmqui kpalmqui self-assigned this Jun 17, 2020
@kpalmqui
Copy link
Member Author

kpalmqui commented Sep 1, 2022

The flag set by the user should be placed in grid_setup.in.

The flag should be set to 1 if the user wants all seed dispersal output for all cells. It should be set to 0 if the user just wants to know whether a given cell received seeds from one other cell (the original implementation). Let's set the flag to 0 as default.

@kpalmqui kpalmqui removed this from the Seed Dispersal milestone Sep 13, 2023
alexisBelt added a commit that referenced this issue Oct 13, 2023
changing grid_setup.in description, fixing if statement mistake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants