Changeset 17470 for issm/trunk-jpl/test/Par/ValleyGlacierShelf.par
- Timestamp:
- 03/18/14 16:35:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/Par/ValleyGlacierShelf.par
r17469 r17470 20 20 slope = 0.9*(bmin-bmax)*(x-xmin)/(Lx*alpha) + 0.1*(bmin-bmax)*(y-ymin)/(Ly) + bmax; 21 21 md.geometry.surface = (thk_center+bmax) + slope ; 22 md.geometry.bed = bmax + slope + 4./Ly^2*(thk_center-thk_margin)*(y-ym).^2 );22 md.geometry.bed = bmax + slope + 4./Ly^2*(thk_center-thk_margin)*(y-ym).^2; 23 23 md.geometry.thickness = md.geometry.surface - md.geometry.bed; 24 24 md.geometry.bathymetry = md.geometry.bed;
Note:
See TracChangeset
for help on using the changeset viewer.