Changeset 14310 for issm/trunk/test/Par/ISMIPD.par
- Timestamp:
- 02/04/13 08:01:04 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 14068-14070,14073-14074,14077-14095,14097-14112,14117,14134-14135,14138-14142,14144,14149-14151,14153,14156-14208,14210-14308
- Property svn:mergeinfo changed
-
issm/trunk/test
- Property svn:mergeinfo changed
/issm/trunk-jpl/test merged: 14068,14091,14102,14106-14107,14134-14135,14138-14139,14150,14156-14158,14169,14179-14181,14190,14198,14212,14269-14270
- Property svn:mergeinfo changed
-
issm/trunk/test/Par/ISMIPD.par
r9734 r14310 2 2 3 3 disp(' creating thickness'); 4 md.geometry.surface=2000 -md.mesh.x*tan(0.1*pi/180); %to have z>05 md.geometry.bed=md.geometry.surface-1000 ;4 md.geometry.surface=2000.-md.mesh.x*tan(0.1*pi/180.); %to have z>0 5 md.geometry.bed=md.geometry.surface-1000.; 6 6 md.geometry.thickness=md.geometry.surface-md.geometry.bed; 7 7 8 8 disp(' creating drag'); 9 md.friction.coefficient=sqrt(md.constants.yts.*(1000 +1000*sin(md.mesh.x*2*pi/max(md.mesh.x))));9 md.friction.coefficient=sqrt(md.constants.yts.*(1000.+1000.*sin(md.mesh.x*2.*pi/max(md.mesh.x)))); 10 10 %Take care of iceshelves: no basal drag 11 11 pos=find(md.mask.elementonfloatingice); 12 md.friction.coefficient(md.mesh.elements(pos,:))=0 ;12 md.friction.coefficient(md.mesh.elements(pos,:))=0.; 13 13 md.friction.p=ones(md.mesh.numberofelements,1); 14 14 md.friction.q=zeros(md.mesh.numberofelements,1); 15 15 16 disp(' creating flow law param ter');16 disp(' creating flow law parameter'); 17 17 md.materials.rheology_B=6.8067*10^7*ones(md.mesh.numberofvertices,1); 18 md.materials.rheology_n=3 *ones(md.mesh.numberofelements,1);18 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 19 19 20 disp(' boundary conditions for diagnostic model: 21 %Create node on boundary fi st (because wican not use mesh)20 disp(' boundary conditions for diagnostic model:'); 21 %Create node on boundary first (because we can not use mesh) 22 22 md=SetIceSheetBC(md);
Note:
See TracChangeset
for help on using the changeset viewer.