Changeset 1010


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

added thermal test4

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

Legend:

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

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

    r996 r1010  
    5353
    5454                %check solution requested
    55                 if ((~strcmpi(package,'ice') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
    56                                 | (~strcmpi(package,'ice') & strcmpi(solution,'diagnostic'))...
     55                if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
    5756                                | strcmpi(package,'macayeal')...
    5857                                | strcmpi(solution,'transient')),
  • issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/updatearchive.m

    r996 r1010  
    4747
    4848                %check solution requested
    49                 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
     49                if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
    5050                                | strcmpi(package,'macayeal')...
    5151                                | strcmpi(solution,'transient')),
Note: See TracChangeset for help on using the changeset viewer.