traitecoevo / plant

Trait-Driven Models of Ecology and Evolution :evergreen_tree:
https://traitecoevo.github.io/plant
53 stars 20 forks source link

Dispersal survival in EBT #35

Closed richfitz closed 10 years ago

richfitz commented 11 years ago

In contrast to Daniel's implementation, the survival during germination is not yet applied to the seed output. I suspect we'll sort this out during the fitness calculations, but this is something to be aware of.

I think I'm actually in favour of never using Pi_0 within the CohortTop, because it can't know that number, as it's a Patch-specific quantity. We just need to make sure that we deal with it later. So during post-processing make sure that calculation happens, and recognise that seed output recorded in CohortTop is pre dispersal.

richfitz commented 10 years ago

Given that the comparisons basically work (#24) I'm closing this. The reference data set import functions look after this enough, I think.