Changeset 1004
- Timestamp:
- 06/13/09 21:36:06 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/Square.par
r947 r1004 3 3 %dynamics 4 4 md.debug=0; 5 md.dt= 1*md.yts; %1 year6 md.ndt=md.dt* 10;5 md.dt=0.1*md.yts; %1 year 6 md.ndt=md.dt*3; 7 7 md.artificial_diffusivity=1; 8 8 -
issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m
r996 r1004 53 53 54 54 %check solution requested 55 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient')))... 56 | strcmpi(package,'macayeal')... 55 if (strcmpi(package,'macayeal')... 57 56 | strcmpi(solution,'transient')), 58 57 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); -
issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/updatearchive.m
r996 r1004 47 47 48 48 %check solution requested 49 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient')))... 50 | strcmpi(package,'macayeal')... 49 if (strcmpi(package,'macayeal')... 51 50 | strcmpi(solution,'transient')), 52 51 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n']));
Note:
See TracChangeset
for help on using the changeset viewer.