Changeset 18040


Ignore:
Timestamp:
05/21/14 14:28:28 (11 years ago)
Author:
bdef
Message:

BUG:fixing BCs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/workshop/08ISMIP/CheatyRunme.m

    r18038 r18040  
    33%step 8 is specific to ISMIPF
    44
    5 steps=[1 2 3 4 5 6 7];
     5steps=[1 2 3 4 5 6 8];
    66
    77% parameter file to be used, choose between CheatyIsmipA.par or CheatyIsmipF.par
    8 ParamFile='CheatyIsmipA.par'
     8ParamFile='CheatyIsmipF.par'
    99
    1010name_prefix='ISMIP';
     
    1717        %initialize md as a new model #help model
    1818        %->
    19         md=model;
     19        md=model();
    2020        % generate a squaremesh #help squaremesh
    2121        % Side is 80 km long with 20 points
     
    122122        % SPCs are initialized at NaN one value per vertex
    123123        %->
    124         md.stressbalance.spcvy=NaN*ones(md.mesh.numberofvertices,1);
     124        md.stressbalance.spcvx=NaN*ones(md.mesh.numberofvertices,1);
    125125        %->
    126126        md.stressbalance.spcvy=NaN*ones(md.mesh.numberofvertices,1);
Note: See TracChangeset for help on using the changeset viewer.