source:
issm/oecreview/Archive/16554-17801/ISSM-17080-17081.diff@
17802
Last change on this file since 17802 was 17802, checked in by , 11 years ago | |
---|---|
File size: 4.3 KB |
-
../trunk-jpl/test/NightlyRun/test328.m
2 2 md=setmask(md,'',''); 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; 8 8 md.surfaceforcings.href=md.geometry.surface; -
../trunk-jpl/test/NightlyRun/test329.py
14 14 md=parameterize(md,'../Par/SquareSheetConstrained.py') 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 20 20 md.surfaceforcings.href=copy.deepcopy(md.geometry.surface).reshape(-1) -
../trunk-jpl/test/NightlyRun/test329.m
3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); 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; 9 9 md.surfaceforcings.href=md.geometry.surface; -
../trunk-jpl/test/NightlyRun/test236.py
12 12 md=setmask(md,'all','') 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 18 18 md=parameterize(md,'../Par/SquareShelf.py') -
../trunk-jpl/test/NightlyRun/test237.py
12 12 md=setmask(md,'all','') 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 18 18 md=parameterize(md,'../Par/SquareShelf.py') -
../trunk-jpl/test/NightlyRun/test236.m
2 2 md=setmask(md,'all',''); 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 8 8 md=parameterize(md,'../Par/SquareShelf.par'); -
../trunk-jpl/test/NightlyRun/test237.m
2 2 md=setmask(md,'all',''); 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 8 8 md=parameterize(md,'../Par/SquareShelf.par'); -
../trunk-jpl/test/NightlyRun/test328.py
13 13 md=setmask(md,'','') 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 19 19 md.transient.requested_outputs=['default','TotalSmb']
Note:
See TracBrowser
for help on using the repository browser.