We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf264ff commit b2cdc49Copy full SHA for b2cdc49
MP/README.md
@@ -0,0 +1,15 @@
1
+---
2
+title:
3
+author:
4
+tags:
5
6
+
7
8
+# TCMP 2021
9
10
+- Uncertainty in catch data.
11
+ - Total catch, CaA/CaL.
12
+- Tuning for 11-15 years after OM conditioning.
13
+- TAC constraint 15%
14
+- INVESTIGATE Variable TAC constraints based on current stock status.
15
+- OBJECTIVES: 50%, 60%, and 70% Kobe green
MP/model.R
@@ -20,9 +20,6 @@ source("utilities.R")
20
#registerDoFuture()
21
#plan(multicore, workers=25)
22
23
-library(doParallel)
24
-registerDoParallel(25)
25
-
26
# DATA
27
load("data/om.Rdata")
28
0 commit comments