From d4ee613ada12897d7c1687a123123d531297b76b Mon Sep 17 00:00:00 2001 From: "camille.poulet" <camille.poulet@irstea.fr> Date: Fri, 23 Apr 2021 18:10:01 +0200 Subject: [PATCH] correction in xml for growth parameters No ponderation for ogives --- .../fishRIOBasin_Sapidissima_Rjava.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/input/northeastamerica/fishRIOBasin_Sapidissima_Rjava.xml b/data/input/northeastamerica/fishRIOBasin_Sapidissima_Rjava.xml index 704c809..5290e15 100644 --- a/data/input/northeastamerica/fishRIOBasin_Sapidissima_Rjava.xml +++ b/data/input/northeastamerica/fishRIOBasin_Sapidissima_Rjava.xml @@ -199,11 +199,11 @@ <outputPath>data/output/northeastamerica/</outputPath> <minYearToWrite>1800</minYearToWrite> <fileNameFluxes></fileNameFluxes> - <lengthAtHatching>2.8</lengthAtHatching> - <linfVonBertForFemale>76.0</linfVonBertForFemale> - <linfVonBertForMale>76.0</linfVonBertForMale> - <lFirstMaturityForFemale>47.26</lFirstMaturityForFemale> - <lFirstMaturityForMale>40.6</lFirstMaturityForMale> + <lengthAtHatching>5.83</lengthAtHatching> + <linfVonBertForFemale>68.90</linfVonBertForFemale> + <linfVonBertForMale>68.90</linfVonBertForMale> + <lFirstMaturityForFemale>50.43</lFirstMaturityForFemale> + <lFirstMaturityForMale>39.88</lFirstMaturityForMale> <processes> <processesAtBegin> @@ -237,10 +237,10 @@ <synchronisationMode>ASYNCHRONOUS</synchronisationMode> <tempMinGrow>1.7</tempMinGrow> <tempMaxGrow>27.9</tempMaxGrow> - <tempOptGrow>6.2</tempOptGrow> - <kOptForFemale>0.25</kOptForFemale> - <kOptForMale>0.23</kOptForMale> - <sigmaDeltaLVonBert>0.2</sigmaDeltaLVonBert> + <tempOptGrow>13.37</tempOptGrow> + <kOptForFemale>0.35</kOptForFemale> + <kOptForMale>0.25</kOptForMale> + <sigmaDeltaLVonBert>0.4</sigmaDeltaLVonBert> </species.Grow> <species.MigrateFromOffshoreToInshore> -- GitLab