Changeset 999


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

added thermal in test9

Location:
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9
Files:
10 edited

Legend:

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

    r977 r999  
    33%dynamics
    44md.debug=0;
    5 md.dt=1*md.yts; %1 year
     5md.dt=0.1*md.yts; %1 year
    66md.ndt=md.dt*3;
    77md.artificial_diffusivity=1;
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m

    r996 r999  
    5353
    5454                %check solution requested
    55                 if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))...
    56                                 | strcmpi(package,'macayeal')...
    57                                 | (strcmpi(solution,'transient') & ~strcmpi(package,'ice'))),
     55                if (strcmpi(package,'macayeal')...
     56                                | ((strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')) & ~strcmpi(package,'ice'))),
    5857                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5958                        continue
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m

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