Changeset 1053


Ignore:
Timestamp:
06/22/09 15:28:23 (15 years ago)
Author:
seroussi
Message:

added transient test2

Location:
issm/trunk/test/Verification/IceShelfIceFrontM3d_2
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/Square.par

    r1008 r1053  
    3434
    3535%Parallel options
    36 md.np=3;
     36md.np=7;
    3737md.time=50;
    3838md.waitonlock=1;
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m

    r1022 r1053  
    5353
    5454                %check solution requested
    55                 if (strcmpi(package,'macayeal')...
    56                                 | strcmpi(solution,'transient')),
     55                if strcmpi(package,'macayeal');
    5756                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5857                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m

    r1022 r1053  
    4747
    4848                %check solution requested
    49                 if (strcmpi(package,'macayeal')...
    50                                 | strcmpi(solution,'transient')),
     49                if strcmpi(package,'macayeal');
    5150                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5251                        continue
Note: See TracChangeset for help on using the changeset viewer.