Changeset 977
- Timestamp:
- 06/13/09 10:23:38 (16 years ago)
- 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 4 4 md.debug=0; 5 5 md.dt=1*md.yts; %1 year 6 md.ndt=md.dt* 10;6 md.ndt=md.dt*3; 7 7 md.artificial_diffusivity=1; 8 8 md.eps_abs=5000; -
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m
r913 r977 43 43 44 44 %check solution requested 45 if (( ~strcmpi(package,'ice') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...45 if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))... 46 46 | strcmpi(package,'macayeal')... 47 | strcmpi(solution,'transient')),47 | (strcmpi(solution,'transient') & ~strcmpi(package,'ice'))), 48 48 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 49 49 continue -
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m
r913 r977 37 37 38 38 %check solution requested 39 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...39 if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))... 40 40 | strcmpi(package,'macayeal')... 41 | strcmpi(solution,'transient')),41 | (strcmpi(solution,'transient') & ~strcmpi(package,'ice'))), 42 42 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 43 43 continue
Note:
See TracChangeset
for help on using the changeset viewer.