Skip to content

Commit

Permalink
modified learn from run
Browse files Browse the repository at this point in the history
  • Loading branch information
forefire committed Sep 12, 2024
1 parent d5d7610 commit bea9ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RothermelAndrews2018.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ double RothermelAndrews2018::getSpeed(double* Z){

double SC = 0;
if (Z[slope] >0){ // Rothermel only for upslope, assuming no slope if negative slope is encountered
5.275*(pow(Beta, -0.3))*pow(Z[slope], 2);
SC = 5.275*(pow(Beta, -0.3))*pow(Z[slope], 2);
}
// Heat sink
double EHN = exp(-138. / fpsa); // Effective Heating Number = f(surface are volume ratio)
Expand Down

0 comments on commit bea9ba4

Please sign in to comment.