Changeset 27238


Ignore:
Timestamp:
08/25/22 19:33:28 (3 years ago)
Author:
schlegel
Message:

CHG: tighten GEMB constraints on ice depth

File:
1 edited

Legend:

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

    r27237 r27238  
    18531853                        }
    18541854                        // if reaches impermeable ice layer all liquid water runs off (R)
    1855                         else if (d[i] >= dIce-Dtol || (d[i] >= dPHC-Dtol && depthice>0.1)){  // dPHC = pore hole close off [kg m-3]
     1855                        else if (d[i] >= dIce-Dtol || (d[i] >= dPHC-Dtol && depthice>0.1+Dtol)){  // dPHC = pore hole close off [kg m-3]
    18561856                                // _printf_("ICE LAYER");
    18571857                                // no water freezes in this cell
Note: See TracChangeset for help on using the changeset viewer.