Ignore:
Timestamp:
10/08/10 15:33:08 (14 years ago)
Author:
seroussi
Message:

bump must be in the middle of the domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Par/ISMIPF.par

    r6209 r6210  
    55md.surface=-md.x*tan(3*pi/180);
    66%md.bed=md.surface-1000;
    7 md.bed=md.surface-1000+100*exp(-(md.x.^2+md.y.^2)/(10000^2));
     7md.bed=md.surface-1000+100*exp(-((md.x-max(md.x)/2).^2+(md.y-max(md.y)/2).^2)/(10000^2));
    88md.thickness=md.surface-md.bed;
    99md.firn_layer=0*ones(md.numberofgrids,1);
Note: See TracChangeset for help on using the changeset viewer.