Changeset 21192


Ignore:
Timestamp:
09/06/16 15:30:05 (9 years ago)
Author:
aleahsommers
Message:

CHG: Minimum gap height increased to 0.001m - helps nonlinear iteration converge for thick ice and low input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/HydrologySommersAnalysis.cpp

    r21145 r21192  
    307307                  -beta*sqrt(vx*vx+vy*vy)
    308308                  +ieb
    309                   )*basis[i];
    310         }
     309                  )*basis[i];           
     310        }
    311311
    312312        /*Clean up and return*/
     
    535535        /*Divide by connectivity*/
    536536        newgap = newgap/totalweights;
    537         IssmDouble mingap = 0.00001;
     537        IssmDouble mingap = 0.001;
    538538        if(newgap<mingap) newgap=mingap;
    539539
Note: See TracChangeset for help on using the changeset viewer.