Changeset 10301


Ignore:
Timestamp:
10/25/11 15:50:59 (13 years ago)
Author:
seroussi
Message:

grounding lines in 2d serial

Location:
issm/trunk/src/m/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/groundingline.m

    r9860 r10301  
    4747
    4848                        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 !']);
    5151                                end
    5252                                if isnan(md.geometry.bathymetry),
  • issm/trunk/src/m/classes/transient.m

    r9958 r10301  
    5454                        checkfield(md,'transient.isgroundingline','numel',1,'values',[0 1]);
    5555
    56                         %check that groundingline is not activated in serial model
    57                         if md.transient.isgroundingline & strcmp(md.cluster.name,'none'),
    58                                 checkmessage(['model not consistent: ' md.private.solution ' is only implemented in parallel mode !']);
    59                         end
    60 
    6156                        %Check that grounding line migration is in 2d
    6257                        if md.transient.isgroundingline & md.mesh.dimension~=2
Note: See TracChangeset for help on using the changeset viewer.