Changeset 11995 for issm/trunk/test/NightlyRun/test142.m
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/test/NightlyRun
- Property svn:ignore
-
issm/trunk/test/NightlyRun/test142.m
r11527 r11995 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 7 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 8 %md=solve(md,ThermalSolutionEnum); 9 md=solve(md,EnthalpySolutionEnum); 8 md.transient.isdiagnostic=0; 9 md.transient.isprognostic=0; 10 md.transient.isthermal=1; 11 md.transient.isgroundingline=0; 12 md.thermal.isenthalpy=1; 13 md=solve(md,TransientSolutionEnum); 10 14 11 15 %Fields and tolerances to track changes … … 15 19 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,1e-13}; 16 20 field_values={... 17 (md.results. EnthalpySolution(1).Enthalpy),...18 (md.results. EnthalpySolution(1).Waterfraction),...19 (md.results. EnthalpySolution(1).Temperature),...20 (md.results. EnthalpySolution(2).Enthalpy),...21 (md.results. EnthalpySolution(2).Waterfraction),...22 (md.results. EnthalpySolution(2).Temperature),...23 (md.results. EnthalpySolution(3).Enthalpy),...24 (md.results. EnthalpySolution(3).Waterfraction),...25 (md.results. EnthalpySolution(3).Temperature),...21 (md.results.TransientSolution(1).Enthalpy),... 22 (md.results.TransientSolution(1).Waterfraction),... 23 (md.results.TransientSolution(1).Temperature),... 24 (md.results.TransientSolution(2).Enthalpy),... 25 (md.results.TransientSolution(2).Waterfraction),... 26 (md.results.TransientSolution(2).Temperature),... 27 (md.results.TransientSolution(3).Enthalpy),... 28 (md.results.TransientSolution(3).Waterfraction),... 29 (md.results.TransientSolution(3).Temperature),... 26 30 };
Note:
See TracChangeset
for help on using the changeset viewer.