Changeset 22342
- Timestamp:
- 01/05/18 20:52:27 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test426.py
r22337 r22342 31 31 #Fields and tolerances to track changes 32 32 field_names =['Bed1','Surface1','Thickness1','Floatingice1','IceVolume1','IceVolumeAboveFloatation1','IceMass1','IceVolumeAboveFloatationScaled1','GroundedArea1','GroundedAreaScaled1','FloatingArea1','FloatingAreaScaled1', 33 'Bed2','Surface2','Thickness2','Floatingice2','IceVolume2','IceVolumeAboveFloatation2','IceMass2','IceVolumeAboveFloatationScaled2','GroundedAre d2','GroundedAreaScaled2','FloatingArea2','FloatingAreaScaled2',33 'Bed2','Surface2','Thickness2','Floatingice2','IceVolume2','IceVolumeAboveFloatation2','IceMass2','IceVolumeAboveFloatationScaled2','GroundedArea2','GroundedAreaScaled2','FloatingArea2','FloatingAreaScaled2', 34 34 'Bed3','Surface3','Thickness3','Floatingice3','IceVolume3','IceVolumeAboveFloatation3','IceMass3','IceVolumeAboveFloatationScaled3','GroundedArea3','GroundedAreaScaled3','FloatingArea3','FloatingAreaScaled3'] 35 35 36 36 field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13, 37 1e-11,1e-10,1e-11,3e-11,2e-12,5e-12, 2e-12,1e-13,1e-13,1e-13,1e-13,1e-13,38 1e-10,1e-10,1e-10,5e-11,2e-12,5e-12, 2e-12,1e-13,1e-13,1e-13,1e-13,1e-13]37 1e-11,1e-10,1e-11,3e-11,2e-12,5e-12,4e-12,2e-12,2e-12,2e-12,5e-12,5e-12, 38 1e-10,1e-10,1e-10,5e-11,2e-12,5e-12,4e-12,1e-13,2e-12,2e-12,5e-12,5e-12] 39 39 40 40 field_values=[md.results.TransientSolution[0].Base,
Note:
See TracChangeset
for help on using the changeset viewer.