Changeset 22211


Ignore:
Timestamp:
11/02/17 09:54:07 (7 years ago)
Author:
aleahsommers
Message:

CHG: changed degree of channelization to be ratio of opening by melt to total opening by sliding and melt

File:
1 edited

Legend:

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

    r22186 r22211  
    558558
    559559                /* Compute "degree of channelization" (ratio of melt opening to opening by sliding) */
    560                 channelization += gauss->weight*Jdet*(meltrate/rho_ice/(beta*sqrt(vx*vx+vy*vy)));
     560                channelization += gauss->weight*Jdet*(meltrate/rho_ice/(meltrate/rho_ice+beta*sqrt(vx*vx+vy*vy)));
    561561        }
    562562
Note: See TracChangeset for help on using the changeset viewer.