Changeset 10301
- Timestamp:
- 10/25/11 15:50:59 (13 years ago)
- Location:
- issm/trunk/src/m/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/groundingline.m
r9860 r10301 47 47 48 48 if ~strcmp(obj.migration,'None'), 49 if (md.mesh.dimension==3 | strcmpi(md.cluster.name,'none')),50 checkmessage(['requesting grounding line migration, but grounding line module only implemented for 2d models and parallel runs!']);49 if (md.mesh.dimension==3), 50 checkmessage(['requesting grounding line migration, but grounding line module only implemented for 2d models !']); 51 51 end 52 52 if isnan(md.geometry.bathymetry), -
issm/trunk/src/m/classes/transient.m
r9958 r10301 54 54 checkfield(md,'transient.isgroundingline','numel',1,'values',[0 1]); 55 55 56 %check that groundingline is not activated in serial model57 if md.transient.isgroundingline & strcmp(md.cluster.name,'none'),58 checkmessage(['model not consistent: ' md.private.solution ' is only implemented in parallel mode !']);59 end60 61 56 %Check that grounding line migration is in 2d 62 57 if md.transient.isgroundingline & md.mesh.dimension~=2
Note:
See TracChangeset
for help on using the changeset viewer.