thefaylab / sseep-sim

0 stars 0 forks source link

Simulate population using external spatial predictions #3

Closed AngeliaMiller closed 1 year ago

AngeliaMiller commented 1 year ago
AngeliaMiller commented 1 year ago

Hi @gavinfay,

I've started working through attempting to hardwire a single year's distribution from summer flounder from sdmtmb in place of simulating a distribution from sim_distribution() in SimSurvey. The script can be found from commit 95d304f.

Based on reviewing the outputs from dummy data of sim_abundance and sim_distribution, I think my path forward, and referring to the script, is

However, in looking under the hood of sim_distribution.R in the SimSurvey repo, I can't quite decifer how to calculate the abundance as a function of age.

Let me know your thoughts, and if I need to pivot my thinking in another direction.

Thanks!

Data: sseep-sim-issue3.zip

AngeliaMiller commented 1 year ago

See commit 90785c1.