Index: /issm/trunk-jpl/src/c/modules/StochasticForcingx/StochasticForcingx.cpp
===================================================================
--- /issm/trunk-jpl/src/c/modules/StochasticForcingx/StochasticForcingx.cpp	(revision 27159)
+++ /issm/trunk-jpl/src/c/modules/StochasticForcingx/StochasticForcingx.cpp	(revision 27160)
@@ -208,5 +208,4 @@
 							p_water_deterministic[i] = friction->SubglacialWaterPressure(gauss);
 							p_water[i]               = p_water_deterministic[i] + noisefield[dimensionid]; //make sure positive (29Nov2021)
-							p_water[i]               = max(0.0,p_water[i]);
 						}
 						element->AddInput(FrictionWaterPressureEnum,p_water,P1DGEnum);
