Skip to content

Commit

Permalink
drop the fwue parameter since we are not using
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcquil committed Jul 3, 2023
1 parent 432ea06 commit 3f0bec6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utility/InputParameterParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,6 @@ protected override IInputParameters Parse()
funcTParms.FineRootFraction = System.Convert.ToDouble(row["FineRootFraction"]);
funcTParms.MinLAI = ReadMinLAI(row);

// new parameters for ET
funcTParms.Fwue1 = System.Convert.ToDouble(row["Fwue1"]);
funcTParms.Fwue2 = System.Convert.ToDouble(row["Fwue2"]);

}
//}
Expand Down

0 comments on commit 3f0bec6

Please sign in to comment.