Changeset 6307


Ignore:
Timestamp:
10/14/10 16:29:27 (14 years ago)
Author:
seroussi
Message:

minor verbose

Location:
issm/trunk/test/Par
Files:
7 edited

Legend:

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

    r5962 r6307  
    3232md.viscosity_overshoot=0.3;
    3333md.artificial_diffusivity=1;
    34 md.verbose=0;
     34md.verbose=verbose(0);
    3535md.waitonlock=30;
    3636md.dt=1;
  • issm/trunk/test/Par/ISMIPF.par

    r6210 r6307  
    33
    44disp('      creating thickness');
    5 md.surface=-md.x*tan(3*pi/180);
     5md.surface=-md.x*tan(3*pi/180)/1000;
    66%md.bed=md.surface-1000;
    77md.bed=md.surface-1000+100*exp(-((md.x-max(md.x)/2).^2+(md.y-max(md.y)/2).^2)/(10000^2));
     
    3333md.spcthickness(pos,2)=md.thickness(pos);
    3434md.spctemperature=[ones(md.numberofgrids,1) 255*ones(md.numberofgrids,1)];
     35md.geothermalflux=0.4*ones(md.numberofgrids,1);
    3536
    3637%Parallel options
  • issm/trunk/test/Par/Pig.par

    r5962 r6307  
    3131md.viscosity_overshoot=0.3;
    3232md.artificial_diffusivity=1;
    33 md.verbose=0;
     33md.verbose=verbose(0);
    3434md.waitonlock=30;
    3535md.dt=1;
  • issm/trunk/test/Par/SquareSheetConstrained.par

    r5962 r6307  
    3535md.viscosity_overshoot=0.0;
    3636md.artificial_diffusivity=1;
    37 md.verbose=0;
     37md.verbose=verbose(0);
    3838md.waitonlock=30;
    3939md.eps_res=0.05;
  • issm/trunk/test/Par/SquareSheetShelf.par

    r5962 r6307  
    4242md.viscosity_overshoot=0.0;
    4343md.artificial_diffusivity=1;
    44 md.verbose=0;
     44md.verbose=verbose(0);
    4545md.waitonlock=30;
    4646md.eps_res=0.05;
  • issm/trunk/test/Par/SquareShelf.par

    r5962 r6307  
    3636md.artificial_diffusivity=1;
    3737md.waitonlock=30;
    38 md.verbose=0;
     38md.verbose=verbose(0);
    3939md.eps_res=0.10;
    4040md.eps_rel=0.02;
  • issm/trunk/test/Par/SquareShelfConstrained.par

    r5962 r6307  
    3939md.viscosity_overshoot=0.0;
    4040md.artificial_diffusivity=1;
    41 md.verbose=0;
     41md.verbose=verbose(0);
    4242md.waitonlock=30;
    4343md.eps_res=0.05;
Note: See TracChangeset for help on using the changeset viewer.