Changeset 17082
- Timestamp:
- 01/09/14 13:24:58 (11 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test236.m
r17081 r17082 1 1 md=triangle(model(),'../Exp/Square.exp',150000.); 2 2 md=setmask(md,'all',''); 3 md=parameterize(md,'../Par/SquareShelf.par'); 3 4 4 5 % Use of ispdd and isdelta18o methods 5 6 md.surfaceforcings = SMBpdd(); 6 7 md.surfaceforcings.isdelta18o=1; 7 8 md=parameterize(md,'../Par/SquareShelf.par');9 8 10 9 % Add temperature, precipitation and delta18o needed to measure the surface mass balance … … 46 45 47 46 % 47 md.transient.requested_outputs={'default','SurfaceforcingsMonthlytemperatures'}; 48 48 md=setflowequation(md,'SSA','all'); 49 49 md.cluster=generic('name',oshostname(),'np',3); -
issm/trunk-jpl/test/NightlyRun/test236.py
r17081 r17082 11 11 md=triangle(model(),'../Exp/Square.exp',150000.) 12 12 md=setmask(md,'all','') 13 md=parameterize(md,'../Par/SquareShelf.py') 13 14 14 15 # Use of ispdd and isdelta18o methods 15 16 md.surfaceforcings = SMBpdd(); 16 17 md.surfaceforcings.isdelta18o=1 17 18 md=parameterize(md,'../Par/SquareShelf.py')19 18 20 19 # Add temperature, precipitation and delta18o needed to measure the surface mass balance … … 57 56 58 57 # 58 md.transient.requested_outputs=['default','SurfaceforcingsMonthlytemperatures'] 59 59 md=setflowequation(md,'SSA','all') 60 60 md.cluster=generic('name',oshostname(),'np',3)
Note:
See TracChangeset
for help on using the changeset viewer.