Ignore:
Timestamp:
02/04/11 09:04:05 (14 years ago)
Author:
seroussi
Message:

updated par to be consistent with NR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Par/79North.par

    r6307 r7332  
    2525%Ice shelf melting and accumulation
    2626md.melting_rate=zeros(md.numberofgrids,1);
    27 pos=find(md.gridoniceshelf);
    28 md.melting_rate(pos)=10;
     27pos=zeros(md.numberofgrids,1);
     28pos(md.elements(find(md.elementoniceshelf),:))=1;
     29md.melting_rate(find(pos))=10;
    2930md.accumulation_rate=15*ones(md.numberofgrids,1);
    3031
Note: See TracChangeset for help on using the changeset viewer.