Changeset 23890


Ignore:
Timestamp:
04/23/19 11:13:05 (6 years ago)
Author:
seroussi
Message:

CHG: working on Dan's test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test4003.m

    r23886 r23890  
    153153    cd run
    154154    eval(['!mpirun -np ' int2str(nPx*nPy) ' ./mitgcmuv']);
     155         cd ..
    155156end
    156157% }}}
     
    172173
    173174        %project lat,long:
    174         [x,y]=ll2xy(lat,long,-1);
     175        %[x,y]=ll2xy(lat,long,-1);
     176        x=long;
     177        y=lat;
    175178
    176179        index=[];
     
    304307        pos=find(md.mesh.y==min(md.mesh.y));
    305308        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;
    308311
    309312        %deal with boundaries, excluding icefront:
     
    331334
    332335        %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;
    335338        md.transient.isgroundingline=0;
    336339        md.transient.isthermal=0;
Note: See TracChangeset for help on using the changeset viewer.