Changeset 22313
- Timestamp:
- 12/22/17 10:56:30 (7 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test436.m
r21918 r22313 23 23 field_names ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}],... 24 24 ['Temperature' i{1}],['Waterfraction' i{1}],['Enthalpy' i{1}]}; 25 field_tolerances={field_tolerances{:},2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,6e-10, 5e-10};25 field_tolerances={field_tolerances{:},2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,6e-10,1e-9}; 26 26 field_values={field_values{:},... 27 27 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test436.py
r22267 r22313 32 32 field_names += ['Vx'+i,'Vy'+i,'Vz'+i,'Vel'+i,'Pressure'+i, 33 33 'Temperature'+i,'Waterfraction'+i,'Enthalpy'+i] 34 field_tolerances += [2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,6e-10, 5e-10]34 field_tolerances += [2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,6e-10,1e-9] 35 35 field_values += [ 36 36 md.results.SteadystateSolution.Vx,
Note:
See TracChangeset
for help on using the changeset viewer.