Changeset 1000


Ignore:
Timestamp:
06/13/09 21:25:19 (16 years ago)
Author:
seroussi
Message:

added thermal in test10

Location:
issm/trunk/test/Verification/IceSheetIceFrontP3d_10
Files:
1 added
8 edited

Legend:

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

    r947 r1000  
    33%dynamics
    44md.debug=0;
    5 md.dt=1*md.yts; %1 year
    6 md.ndt=md.dt*10;
     5md.dt=0.9*md.yts; %1 year
     6md.ndt=md.dt*3;
    77md.artificial_diffusivity=1;
    88md.eps_abs=5000;
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m

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

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