Changeset 5800


Ignore:
Timestamp:
09/14/10 12:39:10 (15 years ago)
Author:
seroussi
Message:

validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test1208.m

    r5614 r5800  
    44
    55%To begin with the numerical model
    6 md=model;
    7 md=roundmesh(md,750000,resolution);
    8 md=geography(md,'',''); %We can not test iceshelves nor ice rises with this analytical solution
     6md=mesh(model,'../Exp/SquareEISMINT750000.exp',resolution);
     7md=geography(md,'','');
    98md=parameterize(md,'../Par/RoundSheetEISMINT.par');
    109
     
    2019md.dt=20;
    2120md.output_frequency=20;
     21md.verbose=10;
    2222
    2323%Now we can solve the problem
Note: See TracChangeset for help on using the changeset viewer.