[Refactor]: Dynamic spawner-recruitment logic in benchmarks and projections
@Rick-Methot-NOAA がすでに取り組んでいます。
2020年11月5日 から。
評価
この issue はまだ評価されていません。
説明
Imported from redmine, Issue #56287
Opened by @RickMethot on 2018-10-15
Status when imported: On Hold
The following code seems incomplete in its logic.
Currently, if R0 is time-varying, SS will recalculate SSB_use and in doing so will use the current year's biology-at-age. However, if R0 is not time-varying, but growth or M is time-varying, then SSB_use will remain same as SSB_virgin. It seems useful to consider whether SSB_use should be updated when there is dynamic growth to be more like a complete dynamic B0. Your thoughts appreciated.
if(SR_parm_timevary(1)==0) // R0 is not time-varying
{R0_use=Recr_virgin; SSB_use=SSB_virgin;}
else
{
R0_use=mfexp(SR_parm_work(1));
equ_Recr=R0_use;
Fishon=0;
eq_yr=y;
bio_yr=y;
Do_Equil_Calc(R0_use); // call function to do equilibrium calculation and get SSB_equil
if(fishery_on_off==1) {Fishon=1;} else {Fishon=0;}
SSB_use=SSB_equil;
}
Recruits=Spawn_Recr(SSB_use,R0_use,SSB_current); // calls to function Spawn_Recr
- 主要言語
- C++
- スター
- 46
- フォーク
- 19
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
nmfs-ost/ss3-source-code のほかの issue
-
composition in progress
nmfs-ost/ss3-source-code#751 · コメント 1 件 · 担当者 1 名 ·
-
area & movement
nmfs-ost/ss3-source-code#731 · コメント 3 件 · 担当者 1 名 ·
-
misc. output
nmfs-ost/ss3-source-code#723 · 担当者 1 名 ·
-
biology misc. output ongoing
nmfs-ost/ss3-source-code#702 · 担当者 1 名 ·
-
recruitment
nmfs-ost/ss3-source-code#696 · 担当者 1 名 ·
nmfs-ost/ss3-source-code の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
google-ai-edge/LiteRT-LM#3739 ·
-
Component: GLib
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
brave/brave-browser#59300 ·
-
Mute ydb/tests/functional/dstool/test_canonical_requests.py.Test.test_group_take_snapshot in main オープンai_reviewed
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
ydb-platform/ydb#53974 · コメント 3 件 ·