Changeset 23890
- Timestamp:
- 04/23/19 11:13:05 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test4003.m
r23886 r23890 153 153 cd run 154 154 eval(['!mpirun -np ' int2str(nPx*nPy) ' ./mitgcmuv']); 155 cd .. 155 156 end 156 157 % }}} … … 172 173 173 174 %project lat,long: 174 [x,y]=ll2xy(lat,long,-1); 175 %[x,y]=ll2xy(lat,long,-1); 176 x=long; 177 y=lat; 175 178 176 179 index=[]; … … 304 307 pos=find(md.mesh.y==min(md.mesh.y)); 305 308 md.masstransport.spcthickness(pos)=md.geometry.thickness(pos); 306 md.stressbalance. vx(pos)=0;307 md.stressbalance. vy(pos)=1500;309 md.stressbalance.spcvx(pos)=0; 310 md.stressbalance.spcvy(pos)=1500; 308 311 309 312 %deal with boundaries, excluding icefront: … … 331 334 332 335 %timestepping: 333 md.timestepping.final_time= final_time;334 md.timestepping.time_step= time_step;336 md.timestepping.final_time=100; 337 md.timestepping.time_step=1; 335 338 md.transient.isgroundingline=0; 336 339 md.transient.isthermal=0;
Note:
See TracChangeset
for help on using the changeset viewer.