source: issm/oecreview/Archive/16554-17801/ISSM-17080-17081.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 4.3 KB
  • ../trunk-jpl/test/NightlyRun/test328.m

     
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=setflowequation(md,'SSA','all');
    5 md.surfaceforcings.issmbgradients=1;
     5md.surfaceforcings = SMBgradients();
    66md.surfaceforcings.b_pos=-100. + 0.00005*md.mesh.x - 0.0001*md.mesh.y;
    77md.surfaceforcings.b_neg=250. + 0.000051*md.mesh.x - 0.00011*md.mesh.y;
    88md.surfaceforcings.href=md.geometry.surface;
  • ../trunk-jpl/test/NightlyRun/test329.py

     
    1414md=parameterize(md,'../Par/SquareSheetConstrained.py')
    1515md.extrude(3,1)
    1616md=setflowequation(md,'HO','all')
    17 md.surfaceforcings.issmbgradients=1
     17md.surfaceforcings = SMBgradients();
    1818md.surfaceforcings.b_pos=-100. + 0.00005*md.mesh.x - 0.0001*md.mesh.y
    1919md.surfaceforcings.b_neg=250. + 0.000051*md.mesh.x - 0.00011*md.mesh.y
    2020md.surfaceforcings.href=copy.deepcopy(md.geometry.surface).reshape(-1)
  • ../trunk-jpl/test/NightlyRun/test329.m

     
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1.);
    55md=setflowequation(md,'HO','all');
    6 md.surfaceforcings.issmbgradients=1;
     6md.surfaceforcings = SMBgradients();
    77md.surfaceforcings.b_pos=-100. + 0.00005*md.mesh.x - 0.0001*md.mesh.y;
    88md.surfaceforcings.b_neg=250. + 0.000051*md.mesh.x - 0.00011*md.mesh.y;
    99md.surfaceforcings.href=md.geometry.surface;
  • ../trunk-jpl/test/NightlyRun/test236.py

     
    1212md=setmask(md,'all','')
    1313
    1414# Use of ispdd and isdelta18o methods
    15 md.surfaceforcings.ispdd=1
     15md.surfaceforcings = SMBpdd();
    1616md.surfaceforcings.isdelta18o=1
    1717
    1818md=parameterize(md,'../Par/SquareShelf.py')
  • ../trunk-jpl/test/NightlyRun/test237.py

     
    1212md=setmask(md,'all','')
    1313
    1414# Use of ispdd and isdelta18o methods
    15 md.surfaceforcings.ispdd=1
     15md.surfaceforcings = SMBpdd();
    1616md.surfaceforcings.isdelta18o=1
    1717
    1818md=parameterize(md,'../Par/SquareShelf.py')
  • ../trunk-jpl/test/NightlyRun/test236.m

     
    22md=setmask(md,'all','');
    33
    44% Use of ispdd and isdelta18o methods
    5 md.surfaceforcings.ispdd=1;
     5md.surfaceforcings = SMBpdd();
    66md.surfaceforcings.isdelta18o=1;
    77
    88md=parameterize(md,'../Par/SquareShelf.par');
  • ../trunk-jpl/test/NightlyRun/test237.m

     
    22md=setmask(md,'all','');
    33
    44% Use of ispdd and isdelta18o methods
    5 md.surfaceforcings.ispdd=1;
     5md.surfaceforcings = SMBpdd();
    66md.surfaceforcings.isdelta18o=1;
    77
    88md=parameterize(md,'../Par/SquareShelf.par');
  • ../trunk-jpl/test/NightlyRun/test328.py

     
    1313md=setmask(md,'','')
    1414md=parameterize(md,'../Par/SquareSheetConstrained.py')
    1515md=setflowequation(md,'SSA','all')
    16 md.surfaceforcings.issmbgradients=1
     16md.surfaceforcings = SMBgradients();
    1717md.surfaceforcings.b_pos=-100. + 0.00005*md.mesh.x - 0.0001*md.mesh.y
    1818md.surfaceforcings.b_neg=250. + 0.000051*md.mesh.x - 0.00011*md.mesh.y
    1919md.transient.requested_outputs=['default','TotalSmb']
Note: See TracBrowser for help on using the repository browser.