Skip to content

Commit

Permalink
rm arbitrary increase in diurnal wind component introduced for testing,
Browse files Browse the repository at this point in the history
fixes #532
  • Loading branch information
nwagenbrenner committed Sep 24, 2024
1 parent 55cd666 commit 98d9673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ninja/cellDiurnal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ void cellDiurnal::compute_S()
((air.get_rho(airTemp) * air.get_cSubP(airTemp) * airTemp) *
(Cd_downslope + entrainment_coeff_downslope))), 1.0/3.0) *
std::pow((1.0 - std::pow(2.71828, -1.0 * hillValleyDist / Le)), 1.0/3.0);
S = S * 3.0; //incrase it for testing
}
}

Expand Down

0 comments on commit 98d9673

Please sign in to comment.