Fix for negative MRES

This commit is contained in:
Ron Sluiter
2015-03-12 21:53:19 +00:00
parent 59aa82d19b
commit 6410599172
+1 -1
View File
@@ -43,7 +43,7 @@ record(calcout, "$(P)$(M)_vCh") {
record(calcout, "$(P)$(M)_twCh") {
field(DESC, "change TWV")
field(CALC, "min(max(a*b,c),d-e)")
field(CALC, "min(max(a*b,abs(c)),d-e)")
field(INPB, "$(P)$(M).TWV")
field(INPC, "$(P)$(M).MRES")
field(INPD, "$(P)$(M).HLM")