Ignore:
Timestamp:
04/21/11 11:27:33 (14 years ago)
Author:
seroussi
Message:

greg test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Miscellaneous/Bump/Bump.par

    r3768 r8011  
    1 %Start defining model parameters here
    2 
    31%Choose the radius and heigth of the bump:
    42height=100;
    53
    64%dynamics
    7 md.debug=2;
    8 md.dt=0.1*md.yts; %1 year
    9 md.ndt=md.dt*3;
    10 md.artificial_diffusivity=1;
    11 
    125hmin=1000;
    136hmax=1000;
     
    1710md.bed=-md.rho_ice/md.rho_water*md.thickness+10;
    1811md.surface=md.bed+md.thickness;
    19 md.bed=-md.rho_ice/md.rho_water*md.thickness+height*exp(-((md.x-50000).^2+(md.y-50000).^2)/(2000)^2)+10;
     12md.bed=-md.rho_ice/md.rho_water*md.thickness+height*exp(-((md.x-50000).^2+(md.y-50000).^2)/(4000)^2)+10;
    2013md.thickness=md.surface-md.bed;
    2114
     
    3932
    4033%Parallel options
    41 md.cluster='larsen';
    42 md.np=8;
    43 md.time=50;
    4434md.waitonlock=1;
    4535md.connectivity=100;
    46 
    47 %Control method options
    48 md.nsteps=15;
    49 md.fit=[2*ones(10,1);0*ones(5,1)];
    50 md.optscal=1000*ones(md.nsteps,1);
    51 md.maxiter=20*ones(md.nsteps,1);
    52 md.maxcontrolconstraint=500;
    53 md=solversettomumps(md);
Note: See TracChangeset for help on using the changeset viewer.