Changeset 15616


Ignore:
Timestamp:
07/25/13 13:23:23 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no more icefront

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/stressbalance.py

    r15614 r15616  
    120120                md = checkfield(md,'diagnostic.FSreconditioning','size',[1],'NaN',1)
    121121                md = checkfield(md,'diagnostic.viscosity_overshoot','size',[1],'NaN',1)
    122                 if md.mesh.dimension==2:
    123                         md = checkfield(md,'diagnostic.icefront','size',[float('NaN'),4],'NaN',1)
    124                 else:
    125                         md = checkfield(md,'diagnostic.icefront','size',[float('NaN'),6],'NaN',1)
    126                 md = checkfield(md,'diagnostic.icefront[:,-1]','values',[0,1,2])
    127122                md = checkfield(md,'diagnostic.maxiter','size',[1],'>=',1)
    128123                md = checkfield(md,'diagnostic.referential','size',[md.mesh.numberofvertices,6])
Note: See TracChangeset for help on using the changeset viewer.