Ignore:
Timestamp:
03/18/14 16:35:55 (11 years ago)
Author:
seroussi
Message:

BUG: fixed level set tests in matlab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/Par/ValleyGlacierShelf.par

    r17469 r17470  
    2020slope = 0.9*(bmin-bmax)*(x-xmin)/(Lx*alpha) + 0.1*(bmin-bmax)*(y-ymin)/(Ly) + bmax;
    2121md.geometry.surface = (thk_center+bmax) + slope ;
    22 md.geometry.bed = bmax + slope + 4./Ly^2*(thk_center-thk_margin)*(y-ym).^2);
     22md.geometry.bed = bmax + slope + 4./Ly^2*(thk_center-thk_margin)*(y-ym).^2;
    2323md.geometry.thickness = md.geometry.surface - md.geometry.bed;
    2424md.geometry.bathymetry = md.geometry.bed;
Note: See TracChangeset for help on using the changeset viewer.