source:
issm/oecreview/Archive/15392-16133/ISSM-15615-15616.diff
Last change on this file was 16134, checked in by , 12 years ago | |
---|---|
File size: 983 bytes |
-
../trunk-jpl/src/m/classes/stressbalance.py
119 119 md = checkfield(md,'diagnostic.isnewton','numel',[1],'values',[0,1,2]) 120 120 md = checkfield(md,'diagnostic.FSreconditioning','size',[1],'NaN',1) 121 121 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])127 122 md = checkfield(md,'diagnostic.maxiter','size',[1],'>=',1) 128 123 md = checkfield(md,'diagnostic.referential','size',[md.mesh.numberofvertices,6]) 129 124 md = checkfield(md,'diagnostic.loadingforce','size',[md.mesh.numberofvertices,3])
Note:
See TracBrowser
for help on using the repository browser.