-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fad54e0
commit 22bcc8c
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: FLBEIA | ||
Title: Bio-Economic Impact Assessment of Management Strategies using FLR | ||
Version: 1.16.1.10 | ||
Date: 2023-02-15 | ||
Version: 1.16.1.11 | ||
Date: 2023-03-07 | ||
Authors@R: c(person("FLBEIA", "Team", email = "[email protected]", role = c("aut","cre"))) | ||
Description: A simulation toolbox that describes a fishery system under | ||
a Management Strategy Estrategy approach. The objective of the model is | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -805,7 +805,7 @@ ssbInd <- function(biol, fleets, index, obs.ctrl, year, season,...){ | |
n.s2 <- biol@n[,yrnm.1,,sInd,]*exp(-biol@m[,yrnm.1,,sInd,])-catchStock(fleets,name(biol))[,yrnm.1,,sInd,]*exp(-biol@m[,yrnm.1,,sInd,]/2) | ||
fval <- log(biol@n[,yrnm.1,,sInd,]/n.s2) - biol@m[,yrnm.1,,sInd,] | ||
ssb.stk <- quantSums( biol@n[,yrnm.1,,sInd,]*exp(-(biol@m[,yrnm.1,,sInd,]+fval)*biol@spwn[,yrnm.1,,sInd,])* | ||
biol@wt[,yrnm.1,,sInd,]*fec(biol)[,yrnm.1,,sInd,]) | ||
biol@wt[,yrnm.1,,sInd,]*mat(biol)[,yrnm.1,,sInd,]) | ||
|
||
index@index[,yrnm.1] <- ssb.stk*index@index.q[,yrnm.1]#*[email protected][,yrnm.1] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# FLBEIA | ||
- Version: 1.16.1.10 | ||
- Date: 2023-02-15 | ||
- Version: 1.16.1.11 | ||
- Date: 2023-03-07 | ||
- Author: Dorleta GARCIA <[email protected]>; FLBEIA Team <[email protected]> | ||
- Maintainer: Dorleta GARCIA, AZTI & FLBEIA Team | ||
- Repository: <https://github.com/flr/FLBEIA/> | ||
|