Changeset 17462
- Timestamp:
- 03/18/14 14:01:03 (11 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test801.py
r17451 r17462 31 31 'Vx2','Vy2','Vel2','Pressure2','Thickness2','Surface2','MaskIceLevelset2',\ 32 32 'Vx3','Vy3','Vel3','Pressure3','Thickness3','Surface3','MaskIceLevelset3'] 33 field_tolerances=[1e-1 3,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,\34 1e-1 3,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,\35 1e-1 3,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13]33 field_tolerances=[1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,\ 34 1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,\ 35 1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12] 36 36 field_values=[\ 37 37 md.results.TransientSolution[0].Vx,\ -
issm/trunk-jpl/test/NightlyRun/test802.py
r17451 r17462 34 34 'Vx2','Vy2','Vel2','Pressure2','Thickness2','Surface2','MaskIceLevelset2','Temperature2',\ 35 35 'Vx3','Vy3','Vel3','Pressure3','Thickness3','Surface3','MaskIceLevelset3','Temperature3'] 36 field_tolerances=[1e-1 3,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,\36 field_tolerances=[1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,\ 37 37 1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,\ 38 38 1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10] -
issm/trunk-jpl/test/NightlyRun/test805.py
r17454 r17462 37 37 'Vx2','Vy2','Vel2','Pressure2','Thickness2','Surface2','MaskIceLevelset2','Enthalpy2','Watercolumn2',\ 38 38 'Vx3','Vy3','Vel3','Pressure3','Thickness3','Surface3','MaskIceLevelset3','Enthalpy3','Watercolumn3'] 39 field_tolerances=[1e-1 3,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,\39 field_tolerances=[1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,\ 40 40 1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,\ 41 41 1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10] -
issm/trunk-jpl/test/Par/ValleyGlacierShelf.py
r17452 r17462 25 25 26 26 alpha=2./3. 27 slope = (bmin-bmax)*(x-xmin)/(Lx*alpha) + bmax27 slope = 0.9*(bmin-bmax)*(x-xmin)/(Lx*alpha) + 0.1*(bmin-bmax)*(y-ymin)/(Ly) + bmax 28 28 md.geometry.surface= (thk_center+bmax) + slope 29 29 md.geometry.bed=bmax + slope + 4./Ly**2*(thk_center-thk_margin)*(numpy.power(y-ym,2))
Note:
See TracChangeset
for help on using the changeset viewer.