Changeset 18040
- Timestamp:
- 05/21/14 14:28:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/workshop/08ISMIP/CheatyRunme.m
r18038 r18040 3 3 %step 8 is specific to ISMIPF 4 4 5 steps=[1 2 3 4 5 6 7];5 steps=[1 2 3 4 5 6 8]; 6 6 7 7 % parameter file to be used, choose between CheatyIsmipA.par or CheatyIsmipF.par 8 ParamFile='CheatyIsmip A.par'8 ParamFile='CheatyIsmipF.par' 9 9 10 10 name_prefix='ISMIP'; … … 17 17 %initialize md as a new model #help model 18 18 %-> 19 md=model ;19 md=model(); 20 20 % generate a squaremesh #help squaremesh 21 21 % Side is 80 km long with 20 points … … 122 122 % SPCs are initialized at NaN one value per vertex 123 123 %-> 124 md.stressbalance.spcv y=NaN*ones(md.mesh.numberofvertices,1);124 md.stressbalance.spcvx=NaN*ones(md.mesh.numberofvertices,1); 125 125 %-> 126 126 md.stressbalance.spcvy=NaN*ones(md.mesh.numberofvertices,1);
Note:
See TracChangeset
for help on using the changeset viewer.