Skip to content
Snippets Groups Projects
Commit 7f0871f0 authored by Fuchs, Niels's avatar Fuchs, Niels
Browse files

correct if statement

parent 0ad6970c
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ CONTAINS
END IF
END IF
IF (dt*rho_l*(liquid_precip+solid_precip) + thick_snow) < 0.00001_wp THEN
IF ((dt*rho_l*(liquid_precip+solid_precip) + thick_snow) < 0.00001_wp) THEN
m_snow = 0._wp
thick_snow = 0._wp
H_abs_snow = 0._wp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment