Changeset 14805


Ignore:
Timestamp:
04/30/13 08:56:00 (12 years ago)
Author:
bdef
Message:

CHG: modifiing test332 to take into account the new definition of upper limit

File:
1 edited

Legend:

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

    r14772 r14805  
    1 md=triangle(model(),'../Exp/Square.exp',10000.);
     1md=triangle(model(),'../Exp/Square.exp',100000.);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
     
    66md.hydrology=(hydrologydc);
    77md.hydrology.isefficientlayer=0;
     8md.hydrology.sedimentlimit_flag=1;
     9md.hydrology.sedimentlimit=8000.0;
    810md.initialization.sediment_head=0.0*ones(md.mesh.numberofvertices,1);
    911md.hydrology.spcsediment_head=NaN*ones(md.mesh.numberofvertices,1);
     
    1820
    1921%Fields and tolerances to track changes
    20 %you cqn also compqre with an analitic solution
     22%you can also compare with an analitic solution, but it is exact
     23%only if no limits are applied
    2124%analitic=(md.mesh.y.^2-2*md.mesh.y*1.0e6)*(-2.0/(2*md.constants.yts*md.hydrology.sediment_transmitivity))
    2225field_names     ={'SedimentWaterHead'};
Note: See TracChangeset for help on using the changeset viewer.