Changeset 4991


Ignore:
Timestamp:
08/04/10 16:39:05 (15 years ago)
Author:
seroussi
Message:

added tests on Pig

Location:
issm/trunk/test
Files:
28 added
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Exp/Pig.exp

    r4948 r4991  
    11## Name:DomainTest
    22## Icon:0
    3 # Points Count  Value
    4 26 1.000000
     3# Points Count Value
     428 1.000000
    55# X pos Y pos
    6 -1622169.986621 58942.495127
    7 -1791915.043853 -152199.394686
    8 -1714317.303404 -226978.813994
    9 -1728866.879738 -334016.022024
    10 -1712700.683812 -350144.916385
    11 -1690068.009514 -338414.811395
    12 -1656118.998067 -358942.495127
    13 -1644802.660919 -335482.285148
    14 -1631869.704177 -323752.180158
    15 -1596304.073138 -328150.969529
    16 -1586604.355582 -367740.073869
    17 -1429792.255091 -360408.758250
    18 -1390993.384867 -266567.918334
    19 -1344111.416679 -319353.390787
    20 -1400693.102423 -326684.706405
    21 -1405542.961201 -358942.495127
    22 -1195382.414152 -347212.390137
    23 -1365127.471384 -111144.027222
    24 -1429792.255091 -83285.027872
    25 -1408776.200387 -45162.186656
    26 -1479907.462465 56009.968879
    27 -1513856.473911 4690.759550
    28 -1523556.191467 14954.601416
    29 -1507389.995540 38414.811395
    30 -1523556.191467 61875.021374
    31 -1622169.986621 58942.495127
     6-1622169.9866210001 58942.4951270000
     7-1791915.0438530000 -152199.3946860000
     8-1714317.3034039999 -226978.8139940000
     9-1728866.8797380000 -334016.0220240000
     10-1712700.6838120001 -350144.9163850000
     11-1690068.0095140000 -338414.8113950000
     12-1656118.9980669999 -358942.4951270000
     13-1648551.0019414744 -341770.2494588014
     14-1644802.6609189999 -335482.2851480000
     15-1631869.7041770001 -323752.1801580000
     16-1614375.9201419884 -323220.3748800881
     17-1596304.0731380000 -328150.9695290000
     18-1586604.3555820000 -367740.0738690000
     19-1429792.2550910001 -360408.7582500000
     20-1390993.3848669999 -266567.9183340000
     21-1344111.4166790000 -319353.3907870000
     22-1400693.1024229999 -326684.7064050000
     23-1405542.9612010000 -358942.4951270000
     24-1195382.4141520001 -347212.3901370000
     25-1365127.4713840000 -111144.0272220000
     26-1429792.2550910001 -83285.0278720000
     27-1408776.2003870001 -45162.1866560000
     28-1479907.4624650001 56009.9688790000
     29-1513856.4739110000 4690.7595500000
     30-1523556.1914669999 14954.6014160000
     31-1507389.9955400000 38414.8113950000
     32-1523556.1914669999 61875.0213740000
     33-1622169.9866210001 58942.4951270000
    3234
  • issm/trunk/test/Par/79North.par

    r4953 r4991  
    2323md.drag_q=ones(md.numberofelements,1);
    2424
    25 %Ice shelf melting
     25%Ice shelf melting and accumulation
    2626md.melting_rate=zeros(md.numberofgrids,1);
    2727pos=find(md.gridoniceshelf);
    2828md.melting_rate(pos)=10;
     29md.accumulation_rate=15*ones(md.numberofgrids,1);
    2930
    3031%Numerical parameters
     
    3435md.waitonlock=30;
    3536md.np=3;
     37md.dt=1;
     38md.ndt=3;
    3639md.eps_res=0.05;
    3740md.eps_rel=0.005;
  • issm/trunk/test/Par/Pig.par

    r4953 r4991  
    99md.bed=md.surface-md.thickness;
    1010clear surface thickness vx_obs vy_obs x y index;
     11md.vx=md.vx_obs;
     12md.vy=md.vy_obs;
     13md.vz=zeros(md.numberofgrids,1);
     14md.pressure=zeros(md.numberofgrids,1);
    1115
    1216%Materials
     
    1418md.rheology_B=paterson(md.observed_temperature);
    1519md.rheology_n=3*ones(md.numberofelements,1);
     20md.temperature=md.observed_temperature;
    1621
    1722%Friction
     
    2934md.waitonlock=30;
    3035md.np=3;
     36md.dt=1;
     37md.ndt=2;
    3138md.eps_res=0.05;
    32 md.eps_rel=0.005;
     39md.eps_rel=0.05;
    3340md.eps_abs=NaN;
    3441
Note: See TracChangeset for help on using the changeset viewer.