Changeset 16137 for issm/trunk/test/NightlyRun/test508.m
- Timestamp:
- 09/16/13 09:43:55 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 nightlylog 2 configure.sh 1 3 par 2 4 ad
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 15397-15401,15403-15487,15489-15701,15704-15735,15737-16076,16082-16133
- Property svn:ignore
-
issm/trunk/test
- Property svn:mergeinfo changed
-
issm/trunk/test/NightlyRun/test508.m
r13975 r16137 3 3 md=parameterize(md,'../Par/Pig.par'); 4 4 md=extrude(md,4,1.1); 5 md=setflowequation(md,' macayeal','all');5 md=setflowequation(md,'SSA','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 7 md.timestepping.time_step=0.; … … 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'}; 12 field_tolerances={ 1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-08};12 field_tolerances={7.85e-09,8.15e-09,1.5e-08,8.5e-09,1e-09,1e-09,1e-07}; 13 13 field_values={... 14 14 (md.results.SteadystateSolution.Vx),...
Note:
See TracChangeset
for help on using the changeset viewer.