Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/imagery/i.eb.hsebal95/sensi_h.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ double sensi_h(int iteration, double tempk_water, double tempk_desert,
if (iteration > ITER_MAX) {
iteration = ITER_MAX;
}

if (u2m < 1.0) {
u2m = 1.0;
}

Comment thread
YannChemin marked this conversation as resolved.
Outdated
if (debug == 1) {
printf("*****************************\n");
printf("t0_dem = %5.3f\n", t0_dem);
Expand Down
Loading