Commit 15de9190 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

fix(fortran): take into account case 'dG = 0' in 'frun_CemaNeige'

Refs: #178
2 merge requests!95docs(man): review text of the '$CemaNeigeLayers' element in the 'value'...,!90Resolve "frun_CemaNeige.f90: case dG = 0 not considered"
Pipeline #49677 canceled with stage
in 56 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -184,7 +184,7 @@
Gratio = MIN(Gratio+(Psol-Melt)/Gacc,1.d0) !Psol - Melt = dG
IF (Gratio.EQ.1.) Glocalmax = Gthreshold
ENDIF
IF (dG.LT.0.) THEN
IF (dG.LE.0.) THEN
Gratio=MIN(G/Glocalmax,1.d0)
ENDIF
ELSE
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment