Changeset 9734 for issm/trunk/test/Miscellaneous/Bump/Bump.par
- Timestamp:
- 09/09/11 15:10:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Miscellaneous/Bump/Bump.par
r9733 r9734 5 5 hmin=1000; 6 6 hmax=1000; 7 ymin=min(md. y);8 ymax=max(md. y);9 md.geometry.thickness=hmax+(hmin-hmax)*(md. y-ymin)/(ymax-ymin);7 ymin=min(md.mesh.y); 8 ymax=max(md.mesh.y); 9 md.geometry.thickness=hmax+(hmin-hmax)*(md.mesh.y-ymin)/(ymax-ymin); 10 10 md.geometry.bed=-md.materials.rho_ice/md.materials.rho_water*md.geometry.thickness+10; 11 11 md.geometry.surface=md.geometry.bed+md.geometry.thickness; 12 md.geometry.bed=-md.materials.rho_ice/md.materials.rho_water*md.geometry.thickness+height*exp(-((md. x-50000).^2+(md.y-50000).^2)/(4000)^2)+10;12 md.geometry.bed=-md.materials.rho_ice/md.materials.rho_water*md.geometry.thickness+height*exp(-((md.mesh.x-50000).^2+(md.mesh.y-50000).^2)/(4000)^2)+10; 13 13 md.geometry.thickness=md.geometry.surface-md.geometry.bed; 14 14
Note:
See TracChangeset
for help on using the changeset viewer.