DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
modelconfig.h
Go to the documentation of this file.
1 #ifndef MODELCONFIG_H
2 #define MODELCONFIG_H
3 
4 #include "commons_global.h"
5 
6 #include <vector>
7 
9  int nbpops;
11  int szGroups;
12 
13  std::vector <int> m_implicit_pops;
14  std::vector <double> m_calib_oth_landings;
15  std::vector <double> m_calib_weight_at_szgroup;
16  std::vector <double> m_calib_cpue_multiplier;
17  std::vector <int> m_implicit_pops_level2;
18  std::vector <int> m_grouped_tacs;
19 };
20 
21 
22 
23 #endif // MODELCONFIG_H
std::vector< int > m_implicit_pops_level2
Definition: modelconfig.h:17
std::vector< int > m_implicit_pops
Definition: modelconfig.h:13
int nbbenthospops
Definition: modelconfig.h:10
int szGroups
Definition: modelconfig.h:11
int nbpops
Definition: modelconfig.h:9
std::vector< double > m_calib_cpue_multiplier
Definition: modelconfig.h:16
Definition: modelconfig.h:8
std::vector< double > m_calib_weight_at_szgroup
Definition: modelconfig.h:15
std::vector< int > m_grouped_tacs
Definition: modelconfig.h:18
std::vector< double > m_calib_oth_landings
Definition: modelconfig.h:14
#define COMMONSSHARED_EXPORT
Definition: commons_global.h:23