Changeset 17082


Ignore:
Timestamp:
01/09/14 13:24:58 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing test

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test236.m

    r17081 r17082  
    11md=triangle(model(),'../Exp/Square.exp',150000.);
    22md=setmask(md,'all','');
     3md=parameterize(md,'../Par/SquareShelf.par');
    34
    45% Use of ispdd and isdelta18o methods
    56md.surfaceforcings = SMBpdd();
    67md.surfaceforcings.isdelta18o=1;
    7 
    8 md=parameterize(md,'../Par/SquareShelf.par');
    98
    109% Add temperature, precipitation and delta18o needed to measure the surface mass balance
     
    4645
    4746%
     47md.transient.requested_outputs={'default','SurfaceforcingsMonthlytemperatures'};
    4848md=setflowequation(md,'SSA','all');
    4949md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test236.py

    r17081 r17082  
    1111md=triangle(model(),'../Exp/Square.exp',150000.)
    1212md=setmask(md,'all','')
     13md=parameterize(md,'../Par/SquareShelf.py')
    1314
    1415# Use of ispdd and isdelta18o methods
    1516md.surfaceforcings = SMBpdd();
    1617md.surfaceforcings.isdelta18o=1
    17 
    18 md=parameterize(md,'../Par/SquareShelf.py')
    1918
    2019# Add temperature, precipitation and delta18o needed to measure the surface mass balance
     
    5756
    5857#
     58md.transient.requested_outputs=['default','SurfaceforcingsMonthlytemperatures']
    5959md=setflowequation(md,'SSA','all')
    6060md.cluster=generic('name',oshostname(),'np',3)
Note: See TracChangeset for help on using the changeset viewer.