Commit ecd192a5 authored by patrick.lambert's avatar patrick.lambert
Browse files

Merge branch 'exploration_GR3D_process' of...

Merge branch 'exploration_GR3D_process' of gitlab-ssh.irstea.fr:SimAquaLife/GR3D into SpawnerRunAnalysis
No related merge requests found
Showing with 300 additions and 404 deletions
+300 -404
...@@ -199,11 +199,11 @@ ...@@ -199,11 +199,11 @@
<outputPath>data/output/northeastamerica/</outputPath> <outputPath>data/output/northeastamerica/</outputPath>
<minYearToWrite>1800</minYearToWrite> <minYearToWrite>1800</minYearToWrite>
<fileNameFluxes></fileNameFluxes> <fileNameFluxes></fileNameFluxes>
<lengthAtHatching>2.8</lengthAtHatching> <lengthAtHatching>5.83</lengthAtHatching>
<linfVonBertForFemale>76.0</linfVonBertForFemale> <linfVonBertForFemale>68.90</linfVonBertForFemale>
<linfVonBertForMale>76.0</linfVonBertForMale> <linfVonBertForMale>68.90</linfVonBertForMale>
<lFirstMaturityForFemale>47.26</lFirstMaturityForFemale> <lFirstMaturityForFemale>50.43</lFirstMaturityForFemale>
<lFirstMaturityForMale>40.6</lFirstMaturityForMale> <lFirstMaturityForMale>39.88</lFirstMaturityForMale>
<processes> <processes>
<processesAtBegin> <processesAtBegin>
...@@ -237,10 +237,10 @@ ...@@ -237,10 +237,10 @@
<synchronisationMode>ASYNCHRONOUS</synchronisationMode> <synchronisationMode>ASYNCHRONOUS</synchronisationMode>
<tempMinGrow>1.7</tempMinGrow> <tempMinGrow>1.7</tempMinGrow>
<tempMaxGrow>27.9</tempMaxGrow> <tempMaxGrow>27.9</tempMaxGrow>
<tempOptGrow>6.2</tempOptGrow> <tempOptGrow>13.37</tempOptGrow>
<kOptForFemale>0.25</kOptForFemale> <kOptForFemale>0.35</kOptForFemale>
<kOptForMale>0.23</kOptForMale> <kOptForMale>0.25</kOptForMale>
<sigmaDeltaLVonBert>0.2</sigmaDeltaLVonBert> <sigmaDeltaLVonBert>0.4</sigmaDeltaLVonBert>
</species.Grow> </species.Grow>
<species.MigrateFromOffshoreToInshore> <species.MigrateFromOffshoreToInshore>
......
This diff is collapsed.
...@@ -99,7 +99,7 @@ public abstract class BasinNetwork extends Environment<Basin, DiadromousFish> { ...@@ -99,7 +99,7 @@ public abstract class BasinNetwork extends Environment<Basin, DiadromousFish> {
*/ */
public String getSimulationId() { public String getSimulationId() {
String id = "_"; String id = "_";
if (simulationName.isEmpty() | simulationName.isBlank()) if (simulationName.isEmpty())
id = id.concat(simulationName).concat("-"); id = id.concat(simulationName).concat("-");
id = id.concat(Integer.toString(getPilot().getParameters().getRngStatusIndex())).concat("-") id = id.concat(Integer.toString(getPilot().getParameters().getRngStatusIndex())).concat("-")
.concat(getTemperatureCatchmentFile()); .concat(getTemperatureCatchmentFile());
......
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