Commit d9fa54db authored by Poulet Camille's avatar Poulet Camille
Browse files

Correction in XML file for Survival

Replace values for juvenile survival (TminRep, ToptRep, TmaxRep) by
temperature coming from Q5%, mean and Q95% of the spring river
temperature recorded in river basin were there was presence.

Replace values for spawner survival before reproduction  (TminSurv,
ToptSurv, TmaxSurv) by temperature coming from Q5%, mean and Q95% of the
spring and summe river temperature recorded in river basin were there
was presence.

Replace values for spawner survival after reproduction   by coefficent
from the new optimisation (logit2 - function)
No related merge requests found
Showing with 8 additions and 8 deletions
+8 -8
...@@ -269,9 +269,9 @@ ...@@ -269,9 +269,9 @@
<species.Survive> <species.Survive>
<synchronisationMode>ASYNCHRONOUS</synchronisationMode> <synchronisationMode>ASYNCHRONOUS</synchronisationMode>
<tempMinSurvivalSpawnerInRiv>5.1</tempMinSurvivalSpawnerInRiv> <tempMinSurvivalSpawnerInRiv>5.4</tempMinSurvivalSpawnerInRiv>
<tempOptSurvivalSpawnerInRiv>16.6</tempOptSurvivalSpawnerInRiv> <tempOptSurvivalSpawnerInRiv>16.7</tempOptSurvivalSpawnerInRiv>
<tempMaxSurvivalSpawnerInRiv>24.3</tempMaxSurvivalSpawnerInRiv> <tempMaxSurvivalSpawnerInRiv>27.5</tempMaxSurvivalSpawnerInRiv>
<survivalProbOptSpawnerInRiv>1.0</survivalProbOptSpawnerInRiv> <survivalProbOptSpawnerInRiv>1.0</survivalProbOptSpawnerInRiv>
<!--<mortalityRateInRiver>0.4</mortalityRateInRiver> --> <!--<mortalityRateInRiver>0.4</mortalityRateInRiver> -->
<mortalityRateInSea>0.4</mortalityRateInSea> <mortalityRateInSea>0.4</mortalityRateInSea>
...@@ -296,9 +296,9 @@ ...@@ -296,9 +296,9 @@
<species.ReproduceWithDiagnose> <species.ReproduceWithDiagnose>
<synchronisationMode>ASYNCHRONOUS</synchronisationMode> <synchronisationMode>ASYNCHRONOUS</synchronisationMode>
<reproductionSeason>SPRING</reproductionSeason> <reproductionSeason>SPRING</reproductionSeason>
<tempMinRep>10</tempMinRep> <tempMinRep>5.1</tempMinRep>
<tempOptRep>17</tempOptRep> <tempOptRep>13.5</tempOptRep>
<tempMaxRep>30</tempMaxRep> <tempMaxRep>24.3</tempMaxRep>
<Soffset>-1.0</Soffset> <Soffset>-1.0</Soffset>
<eta>2.4</eta> <eta>2.4</eta>
<ratioS95__S50>1.9</ratioS95__S50> <ratioS95__S50>1.9</ratioS95__S50>
...@@ -318,10 +318,10 @@ ...@@ -318,10 +318,10 @@
<species.SurviveAfterReproduction> <species.SurviveAfterReproduction>
<synchronisationMode>ASYNCHRONOUS</synchronisationMode> <synchronisationMode>ASYNCHRONOUS</synchronisationMode>
<afterReproductionSeason>SUMMER</afterReproductionSeason> <afterReproductionSeason>SUMMER</afterReproductionSeason>
<maximalSurvivalRate>0.1</maximalSurvivalRate> <maximalSurvivalRate>0.18</maximalSurvivalRate>
<temperatureEffectSurvivalAfterReproduction class="temperatureEffect.LogitEffect"> <temperatureEffectSurvivalAfterReproduction class="temperatureEffect.LogitEffect">
<Tref>19.9</Tref> <Tref>19.9</Tref>
<alpha>-.1</alpha> <alpha>-0.58</alpha>
</temperatureEffectSurvivalAfterReproduction> </temperatureEffectSurvivalAfterReproduction>
<!-- <temperatureEffectSurvivalAfterReproduction --> <!-- <temperatureEffectSurvivalAfterReproduction -->
<!-- class="temperatureEffect.NoEffect"> --> <!-- class="temperatureEffect.NoEffect"> -->
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment