Changeset 8323


Ignore:
Timestamp:
05/17/11 07:56:35 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added old fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/structtomodel.m

    r6304 r8323  
    2727if isfield(structmd,'melting'), md.melting_rate=structmd.melting; end
    2828if isfield(structmd,'accumulation'), md.accumulation_rate=structmd.accumulation; end
     29if isfield(structmd,'numberofgrids'), md.numberofnodes=structmd.numberofgrids; end
     30if isfield(structmd,'numberofgrids2d'), md.numberofnodes2d=structmd.numberofgrids2d; end
     31if isfield(structmd,'gridonhutter'), md.nodeonhutter=structmd.gridonhutter; end
     32if isfield(structmd,'gridonmacayeal'), md.nodeonmacayeal=structmd.gridonmacayeal; end
     33if isfield(structmd,'gridonpattyn'), md.nodeonpattyn=structmd.gridonpattyn; end
     34if isfield(structmd,'gridonstokes'), md.nodeonstokes=structmd.gridonstokes; end
     35if isfield(structmd,'uppergrids'), md.uppernodes=structmd.uppergrids; end
     36if isfield(structmd,'lowergrids'), md.lowernodes=structmd.lowergrids; end
     37if isfield(structmd,'gridonbed'), md.nodeonbed=structmd.gridonbed; end
     38if isfield(structmd,'gridonsurface'), md.nodeonsurface=structmd.gridonsurface; end
     39if isfield(structmd,'extractedgrids'), md.extractednodes=structmd.extractedgrids; end
     40if isfield(structmd,'gridoniceshelf'), md.nodeoniceshelf=structmd.gridoniceshelf; end
     41if isfield(structmd,'gridonicesheet'), md.nodeonicesheet=structmd.gridonicesheet; end
     42if isfield(structmd,'gridonwater'), md.nodeonwater=structmd.gridonwater; end
     43if isfield(structmd,'gridonnuna'), md.nodeonnuna=structmd.gridonnuna; end
     44if isfield(structmd,'gridonboundary'), md.nodeonboundary=structmd.gridonboundary; end
    2945
    3046%Field class change
Note: See TracChangeset for help on using the changeset viewer.