Changeset 9958
- Timestamp:
- 09/29/11 11:51:13 (14 years ago)
- Location:
- issm/trunk/src/m/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/model/model.m
r9844 r9958 295 295 end 296 296 if ismember(structmd.pressureload(end,end),[118 119 120]), 297 pos=find(structmd.pressureload(:,end)==120); md. pressureload(pos,end)=0;298 pos=find(structmd.pressureload(:,end)==118); md. pressureload(pos,end)=1;299 pos=find(structmd.pressureload(:,end)==119); md. pressureload(pos,end)=2;297 pos=find(structmd.pressureload(:,end)==120); md.diagnostic.icefront(pos,end)=0; 298 pos=find(structmd.pressureload(:,end)==118); md.diagnostic.icefront(pos,end)=1; 299 pos=find(structmd.pressureload(:,end)==119); md.diagnostic.icefront(pos,end)=2; 300 300 end 301 301 if (structmd.elements_type(end,end)>100), -
issm/trunk/src/m/classes/transient.m
r9862 r9958 72 72 fielddisplay(obj,'isdiagnostic','indicates if a diagnostic solution is used in the transient'); 73 73 fielddisplay(obj,'isgroundingline','indicates if a groundingline migration is used in the transient'); 74 fielddisplay(obj,'requested_outputs','list of additional outputs requested'); 74 75 75 76 end % }}}
Note:
See TracChangeset
for help on using the changeset viewer.