nmfs-fish-tools / SSMSE

Management Strategy Evaluation (MSE) using Stock Synthesis (SS3)
https://nmfs-fish-tools.github.io/SSMSE
MIT License
18 stars 11 forks source link

Allow time lag beween data inclusion and stock assessment timing #24

Open k-doering-NOAA opened 4 years ago

k-doering-NOAA commented 4 years ago

Thanks to Rick Methot for suggesting this. SSMSE currently assumes that data up to the previous year's is available for the assessment, but that is not always the case. It would be helpful for users to include a "time lag" between when the data is collected and when the stock assessment occurs.

k-doering-NOAA commented 3 years ago

@nathanvaughan-NOAA , I saw there is a variable for time lag in SSMSE_iter: https://github.com/nmfs-fish-tools/SSMSE/blob/0ffcaa63bf0451febc9a8b8bb308d7071fff65b6/R/runSSMSE.R#L661

Did you start implementing this?

nathanvaughan-NOAA commented 3 years ago

I was intending to start it but didn't work through the whole process of implementation.

On Fri, Oct 15, 2021 at 11:21 AM Kathryn Doering @.***> wrote:

@nathanvaughan-NOAA https://github.com/nathanvaughan-NOAA , I saw there is a variable for time lag in SSMSE_iter: https://github.com/nmfs-fish-tools/SSMSE/blob/0ffcaa63bf0451febc9a8b8bb308d7071fff65b6/R/runSSMSE.R#L661

Did you start implementing this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nmfs-fish-tools/SSMSE/issues/24#issuecomment-944388216, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMU2O2VYMG25F3B2EVIJ44DUHBBHXANCNFSM4OLTUGSA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

k-doering-NOAA commented 3 years ago

Ah, got it, thanks! We can just leave this issue open as a reminder.