Do this conditionally for seed_survvial_prob == 0 as in this case we know that those that do not germinate will not persist in the system. This will allow much faster simulations for our desired settings. But later, if we want to allow dormancy with the seed bank the seeds can be correctly prepared with genomes in advance.
Do this conditionally for
seed_survvial_prob == 0
as in this case we know that those that do not germinate will not persist in the system. This will allow much faster simulations for our desired settings. But later, if we want to allow dormancy with the seed bank the seeds can be correctly prepared with genomes in advance.