Commit 08a0f9e1 authored by Lambert Patrick's avatar Lambert Patrick
Browse files

comment

Showing with 3 additions and 1 deletion
+3 -1
...@@ -39,6 +39,7 @@ public class DiadromousFishGroup extends AquaNismsGroup< DiadromousFish, BasinNe ...@@ -39,6 +39,7 @@ public class DiadromousFishGroup extends AquaNismsGroup< DiadromousFish, BasinNe
/** /**
* L infinity of the van Bertalanffy growth curve * L infinity of the van Bertalanffy growth curve
* L = Linf *(1-exp(-K*(t-t0))
* @unit cm * @unit cm
*/ */
public double linfVonBert = 60.; public double linfVonBert = 60.;
...@@ -103,7 +104,8 @@ public class DiadromousFishGroup extends AquaNismsGroup< DiadromousFish, BasinNe ...@@ -103,7 +104,8 @@ public class DiadromousFishGroup extends AquaNismsGroup< DiadromousFish, BasinNe
private transient Map<String, Duo<Double, Double>> basinsToUpdate; private transient Map<String, Duo<Double, Double>> basinsToUpdate;
/** /**
* growth coefficient of the von Bertalanffy growth curve (from the parameterset file) * Brody growth coefficient of the von Bertalanffy growth curve (from the parameterset file)
* * L = Linf *(1-exp(-K*(t-t0))
* @unit year-1 * @unit year-1
*/ */
private transient double kOpt; private transient double kOpt;
......
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