Changeset 17081
- Timestamp:
- 01/09/14 12:03:11 (11 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test236.m
r15565 r17081 3 3 4 4 % Use of ispdd and isdelta18o methods 5 md.surfaceforcings .ispdd=1;5 md.surfaceforcings = SMBpdd(); 6 6 md.surfaceforcings.isdelta18o=1; 7 7 -
issm/trunk-jpl/test/NightlyRun/test236.py
r15565 r17081 13 13 14 14 # Use of ispdd and isdelta18o methods 15 md.surfaceforcings .ispdd=115 md.surfaceforcings = SMBpdd(); 16 16 md.surfaceforcings.isdelta18o=1 17 17 -
issm/trunk-jpl/test/NightlyRun/test237.m
r15791 r17081 3 3 4 4 % Use of ispdd and isdelta18o methods 5 md.surfaceforcings .ispdd=1;5 md.surfaceforcings = SMBpdd(); 6 6 md.surfaceforcings.isdelta18o=1; 7 7 -
issm/trunk-jpl/test/NightlyRun/test237.py
r15791 r17081 13 13 14 14 # Use of ispdd and isdelta18o methods 15 md.surfaceforcings .ispdd=115 md.surfaceforcings = SMBpdd(); 16 16 md.surfaceforcings.isdelta18o=1 17 17 -
issm/trunk-jpl/test/NightlyRun/test328.m
r17060 r17081 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); 4 4 md=setflowequation(md,'SSA','all'); 5 md.surfaceforcings .issmbgradients=1;5 md.surfaceforcings = SMBgradients(); 6 6 md.surfaceforcings.b_pos=-100. + 0.00005*md.mesh.x - 0.0001*md.mesh.y; 7 7 md.surfaceforcings.b_neg=250. + 0.000051*md.mesh.x - 0.00011*md.mesh.y; -
issm/trunk-jpl/test/NightlyRun/test328.py
r16482 r17081 14 14 md=parameterize(md,'../Par/SquareSheetConstrained.py') 15 15 md=setflowequation(md,'SSA','all') 16 md.surfaceforcings .issmbgradients=116 md.surfaceforcings = SMBgradients(); 17 17 md.surfaceforcings.b_pos=-100. + 0.00005*md.mesh.x - 0.0001*md.mesh.y 18 18 md.surfaceforcings.b_neg=250. + 0.000051*md.mesh.x - 0.00011*md.mesh.y -
issm/trunk-jpl/test/NightlyRun/test329.m
r16482 r17081 4 4 md=extrude(md,3,1.); 5 5 md=setflowequation(md,'HO','all'); 6 md.surfaceforcings .issmbgradients=1;6 md.surfaceforcings = SMBgradients(); 7 7 md.surfaceforcings.b_pos=-100. + 0.00005*md.mesh.x - 0.0001*md.mesh.y; 8 8 md.surfaceforcings.b_neg=250. + 0.000051*md.mesh.x - 0.00011*md.mesh.y; -
issm/trunk-jpl/test/NightlyRun/test329.py
r16482 r17081 15 15 md.extrude(3,1) 16 16 md=setflowequation(md,'HO','all') 17 md.surfaceforcings .issmbgradients=117 md.surfaceforcings = SMBgradients(); 18 18 md.surfaceforcings.b_pos=-100. + 0.00005*md.mesh.x - 0.0001*md.mesh.y 19 19 md.surfaceforcings.b_neg=250. + 0.000051*md.mesh.x - 0.00011*md.mesh.y
Note:
See TracChangeset
for help on using the changeset viewer.