Changeset 977


Ignore:
Timestamp:
06/13/09 10:23:38 (16 years ago)
Author:
seroussi
Message:

test9 up to date

Location:
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9
Files:
2 added
8 edited

Legend:

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

    r947 r977  
    44md.debug=0;
    55md.dt=1*md.yts; %1 year
    6 md.ndt=md.dt*10;
     6md.ndt=md.dt*3;
    77md.artificial_diffusivity=1;
    88md.eps_abs=5000;
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m

    r913 r977  
    4343
    4444                %check solution requested
    45                 if ((~strcmpi(package,'ice') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
     45                if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))...
    4646                                | strcmpi(package,'macayeal')...
    47                                 | strcmpi(solution,'transient')),
     47                                | (strcmpi(solution,'transient') & ~strcmpi(package,'ice'))),
    4848                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    4949                        continue
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m

    r913 r977  
    3737
    3838                %check solution requested
    39                 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
     39                if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))...
    4040                                | strcmpi(package,'macayeal')...
    41                                 | strcmpi(solution,'transient')),
     41                                | (strcmpi(solution,'transient') & ~strcmpi(package,'ice'))),
    4242                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    4343                        continue
Note: See TracChangeset for help on using the changeset viewer.