Ignore:
Timestamp:
08/26/13 12:04:28 (12 years ago)
Author:
seroussi
Message:

CHG: Now use GroundediceLevelset instead of floating ice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r15941 r15954  
    1122911229        for(i=0;i<NUMVERTICES;i++){
    1123011230                /*Ice shelf: if bed below bathymetry, impose it at the bathymetry and update surface, elso do nothing */
    11231                 if(reCast<bool,IssmDouble>(old_floating_ice[nodes[i]->Sid()])){
     11231                if(phi[i]<=0){
    1123211232                        if(b[i]<=r[i]){
    1123311233                                b[i]        = r[i];
Note: See TracChangeset for help on using the changeset viewer.