source:
issm/oecreview/Archive/25834-26739/ISSM-26013-26014.diff
Last change on this file was 26740, checked in by , 3 years ago | |
---|---|
File size: 873 bytes |
-
../trunk-jpl/src/m/classes/initialization.py
127 127 md = checkfield(md, 'fieldname', 'initialization.channelarea', 'NaN', 1, 'Inf', 1, '>=', 0, 'size', [md.mesh.numberofelements]) 128 128 if 'SamplingAnalysis' in analyses and not solution == 'TransientSolution' and not md.transient.issampling: 129 129 if np.any(np.isnan(md.initialization.sample)): 130 md = checkfield(md,'fieldname','initialization.sample','NaN',1,'Inf',1,'size',[md.mesh.numberofvertices 1])130 md = checkfield(md,'fieldname','initialization.sample','NaN',1,'Inf',1,'size',[md.mesh.numberofvertices]) 131 131 return md 132 132 # }}} 133 133
Note:
See TracBrowser
for help on using the repository browser.