Changeset 11659
- Timestamp:
- 03/07/12 13:52:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model/model.m
r11509 r11659 271 271 if isfield(structmd,'z'), md.mesh.z=structmd.z; end 272 272 if isfield(structmd,'mask'), md.flaim.criterion=structmd.mask; end 273 273 if isfield(structmd,'pressureload'), md.diagnostic.icefront=structmd.pressureload; end 274 274 if isfield(structmd,'diagnostic_ref'), md.diagnostic.referential=structmd.diagnostic_ref; end 275 if isfield(structmd,'rifts'), md.rifts.riftstruct=structmd.rifts; end 276 if isfield(structmd,'riftsinfo'), md.rifts.riftproperties=structmd.riftinfo; end 275 277 276 278 %Field changes … … 357 359 pos=find(structmd.cm_responses==382); md.inversion.cost_functions(pos)=503; 358 360 end 361 359 362 if isfield(structmd,'artificial_diffusivity') & structmd.artificial_diffusivity==2, 360 363 md.thermal.stabilization=2;
Note:
See TracChangeset
for help on using the changeset viewer.