Changeset 27160


Ignore:
Timestamp:
07/16/22 10:39:33 (3 years ago)
Author:
vverjans
Message:

CHG: removed constraint of positive water pressure in Stochastic water pressure

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/StochasticForcingx/StochasticForcingx.cpp

    r26859 r27160  
    208208                                                        p_water_deterministic[i] = friction->SubglacialWaterPressure(gauss);
    209209                                                        p_water[i]               = p_water_deterministic[i] + noisefield[dimensionid]; //make sure positive (29Nov2021)
    210                                                         p_water[i]               = max(0.0,p_water[i]);
    211210                                                }
    212211                                                element->AddInput(FrictionWaterPressureEnum,p_water,P1DGEnum);
Note: See TracChangeset for help on using the changeset viewer.