Changeset 3759


Ignore:
Timestamp:
05/17/10 08:12:25 (15 years ago)
Author:
Mathieu Morlighem
Message:

some field name still missing

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

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/ismodelselfconsistent.m

    r3758 r3759  
    111111
    112112%SIZE NUMBEROFELEMENTS
    113 fields={'drag_p','drag_q','elementoniceshelf','n','elementonbed'};
     113fields={'drag_p','drag_q','elementoniceshelf','rheology_n','elementonbed'};
    114114checksize(md,fields,[md.numberofelements 1]);
    115115
  • issm/trunk/src/m/classes/public/marshall.m

    r3612 r3759  
    6464WriteData(fid,md.pressure,'Mat','pressure');
    6565WriteData(fid,md.temperature,'Mat','temperature');
    66 WriteData(fid,md.melting_rate,'Mat','melting_rate');
    6766
    6867
     
    8584
    8685WriteData(fid,md.geothermalflux,'Mat','geothermalflux');
    87 WriteData(fid,md.melting,'Mat','melting');
    8886WriteData(fid,md.accumulation_rate,'Mat','accumulation_rate');
     87WriteData(fid,md.melting_rate,'Mat','melting_rate');
    8988WriteData(fid,md.dhdt,'Mat','dhdt');
    9089
Note: See TracChangeset for help on using the changeset viewer.