## Temperature effect experienced by fish for growth
During their life at sea, shads travel together in the marine environment, and population mixing occurs in different places according to season, suggesting that all populations relied/experienced various temperature to growth.
After hatching, juveniles spent their first summer in their natal river before emigrated to coastal marine waters. Juveniles reach their ‘inshore basin’ located at the main entrance of the river when fall begins.
At the end of fall, juveniles move seaward and reach the closest ‘wintering offshore basins’ to spend the winter months.
In early spring, juveniles and sub-adults then move to one of the three ‘summering offshore basin’ to grow according to the migration routes defined by Dadswell et al. (1987) and come back each year until they reach their size at maturity. After spending 4-5 years at sea, ripe individuals started their spawning migration and go back to the ‘inshore basin’ near to their natal river, and enter a ‘river basin’ to spawn.
To account for differences in temperatures experienced by fish to growth, we use the seasonal migration timing describe above.
## Temperature in offshore
For each river basin composing the physical environment of the model, we compute the temperature encountered y fish for each season, according to the connections described above.
```{r Build the connections file with temperature experienced by fish according to their offshore basins, echo = FALSE, warning=FALSE}
```{r Build the connections file with temperature experienced by fish according to their offshore basins, echo = FALSE, warning=FALSE}
#Overview of connections existing between summering and wintering offshore basins
#Overview of connections existing between summering and wintering offshore basins
#ggplot(aes(temperature_O, inshore_basin_name), col = season)+
ggplot()+
geom_line(aes(temperature_O, season))
#geom_label(aes(label =season, col = season), size = 3)
```
```
## Temperature in river and inshore basin
```{r Build the temperature expericenced by fish during their residency in river and inshore basins, echo = FALSE, warning=FALSE}
After hatching, juveniles spent their first summer in river, and at the end of summer, migrate to the inshore basin to spend the fall.
Then, for each river basin, we pick the corresponding water temperature according to season i.e. the river temperature in summer, and the inshore temperature in fall.
#TODO
#Contruire un tableau, du même style que celui-ci avec les temperatures du natal basins
#season = c("spring","summer","fall","winter")
```{r Build the temperature expericenced by fish during their residency in river and inshore basins, echo = FALSE, warning=FALSE}
To optimize the growth parameters included in GR3D for the Amercian shad, we used values gave by Stich et al, 2020.
## Optimization of growth parameters
To optimize the growth parameters included in GR3D for the American shad, we used growth parameters values provided by Stich et al, 2020 (ASFMC, 2020)(Table 2)
```{r, fig.cap = "Growth parameters from Stich et al (2020) and reported in the last ASFCM report on the Amercian shad (2020)"}
Stich et al (2020) used the parameter t0, instead of the length at hatching (L0), as in commonly used.
To optimization on growth, required having values for length at hatching.
Then, we computed the length at hatching derived from Stich et al (2020) based on the growth coefficient, K, and the age at hatching available using the following equation:
$$
L_0 = L_{inf} . (1-{\exp^{t_0.k})}
$$
where L_0 is the length at hatching, t0 is the age at hatching, and k is the growth coefficient. t_0 and k wer both derived from Stich et al (2020).
```{r Growth from Stich et al, 2020, echo = FALSE, warning=FALSE}
```{r Growth parameters from Stich et al, 2020, echo = FALSE, warning=FALSE}
#------------------------------------------#
#Compute L0 for Stich et al (2020)
#-----------------------------------------#
#function to compute L0 based on growth paramters from Stich et al.
#function to compute L0 based on growth paramters from Stich et al.
#K, Linf and t0 were provided for the three metapopulations.
#K, Linf and t0 were provided for the three metapopulations.
Temperature ranged between -0.89 and 28.15°C. If we considered only basins in which presences are recorded, the thermal range is narrow, ranging from 1.66 to 27.91.
Recorded presence of shad inside these thermal ranges implicitly suggested that temperature between 1.66 and 27.91 are suitable and preferentially used by shads.
As such, we could use this thermal limits as starting values for growth optimisation.
```{r range of temperature, include = TRUE}
```{r range of temperature}
# NEW =====
# NEW =====
growthInBasin %>%
growthInBasin %>%
group_by(obs_1900_1950) %>%
group_by(obs_1900_1950) %>%
...
@@ -264,7 +348,7 @@ growthInBasin %>%
...
@@ -264,7 +348,7 @@ growthInBasin %>%
#define parameters for both sex based on value from the XML file
#define parameters for both sex based on value from the XML file
geom_point(data = dataTemperatureMetapop, aes(x = temperature, y = tempEffect, color = metapop, shape = season ), size=3)
geom_point(data = dataTemperatureMetapop, aes(x = temperature, y = tempEffect, color = metapop, shape = season ), size=3)
```
```
```{r draw growth curves}
```{r draw growth curves}
#load("growth_optimal.RData")
#load("growth_optimal.RData")
...
@@ -680,17 +762,71 @@ df %>%
...
@@ -680,17 +762,71 @@ df %>%
```
```
#Growth Per Gender
Growth curves were defined for sex combined according to Stich et al (2020). To account variations in growth coefficients and size at maturity between males and females, we need distinct growth curve for each sex.
Then, we look for the kOpt for males and females so that both curves corresponded on average to the growth curve (sex-combined) obtained through optimisation for each metapopulation.
According to the literature, males and females have differences of 0.5 in age at maturity (TODO: a vérifier)