Skip to content

Commit

Permalink
Setting averaging depth for REDEPOSIT mode to 0.0, i.e., only assess …
Browse files Browse the repository at this point in the history
…the surface element.
  • Loading branch information
nwever committed Feb 27, 2020
1 parent d696e39 commit dc8cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/snowpack/snowpack/SnowDrift.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const double SnowDrift::schmidt_drift_fudge = 1.0;
const bool SnowDrift::msg_erosion = false;

///For REDEPOSIT mode: search depth for average threshold tau from the surface downward (in cm)
const double SnowDrift::redeposit_avg_depth = 0.03;
const double SnowDrift::redeposit_avg_depth = 0.0;


/************************************************************
Expand Down

0 comments on commit dc8cbaf

Please sign in to comment.