Changeset 9682
- Timestamp:
- 09/08/11 08:30:15 (14 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test135.m
r9664 r9682 3 3 md=setmask(md,'all',''); 4 4 md=parameterize(md,'../Par/SquareShelfConstrained.par'); 5 md. prognostic.stabilization=3;5 md.balancethickness.stabilization=3; 6 6 md.vy=md.vy+400; 7 7 md=setflowequation(md,'macayeal','all'); -
issm/trunk/test/NightlyRun/test136.m
r9664 r9682 3 3 md=setmask(md,'all',''); 4 4 md=parameterize(md,'../Par/SquareShelfConstrained.par'); 5 md. prognostic.stabilization=3;5 md.balancethickness.stabilization=3; 6 6 md.vy=md.vy+400; 7 7 md=setflowequation(md,'macayeal','all'); -
issm/trunk/test/NightlyRun/test255.m
r9664 r9682 15 15 md.surfaceforcings.mass_balance= smb; 16 16 md.surfaceforcings.mass_balance(end+1,:)=[1.5 3]; 17 md. isthermal=0;17 md.transient.isthermal=0; 18 18 19 19 md=solve(md,TransientSolutionEnum); -
issm/trunk/test/NightlyRun/test256.m
r9664 r9682 15 15 md.surfaceforcings.mass_balance= smb; 16 16 md.surfaceforcings.mass_balance(end+1,:)=[1.5 3]; 17 md. isthermal=0;17 md.transient.isthermal=0; 18 18 19 19 md=solve(md,TransientSolutionEnum); -
issm/trunk/test/NightlyRun/test257.m
r9664 r9682 15 15 md.surfaceforcings.mass_balance= smb; 16 16 md.surfaceforcings.mass_balance(end+1,:)=[1.5 3]; 17 md. isthermal=0;17 md.transient.isthermal=0; 18 18 19 19 md=solve(md,TransientSolutionEnum); -
issm/trunk/test/NightlyRun/test258.m
r9664 r9682 15 15 md.surfaceforcings.mass_balance= smb; 16 16 md.surfaceforcings.mass_balance(end+1,:)=[1.5 3]; 17 md. isthermal=0;17 md.transient.isthermal=0; 18 18 19 19 md=solve(md,TransientSolutionEnum); -
issm/trunk/test/NightlyRun/test259.m
r9664 r9682 16 16 md.surfaceforcings.mass_balance= smb; 17 17 md.surfaceforcings.mass_balance(end+1,:)=[1.5 3]; 18 md. isthermal=0;18 md.transient.isthermal=0; 19 19 20 20 md=solve(md,TransientSolutionEnum); -
issm/trunk/test/NightlyRun/test260.m
r9664 r9682 16 16 md.surfaceforcings.mass_balance= smb; 17 17 md.surfaceforcings.mass_balance(end+1,:)=[1.5 3]; 18 md. isthermal=0;18 md.transient.isthermal=0; 19 19 20 20 md=solve(md,TransientSolutionEnum); -
issm/trunk/test/NightlyRun/test261.m
r9664 r9682 16 16 md.surfaceforcings.mass_balance= smb; 17 17 md.surfaceforcings.mass_balance(end+1,:)=[1.5 3]; 18 md. isthermal=0;18 md.transient.isthermal=0; 19 19 20 20 md=solve(md,TransientSolutionEnum); -
issm/trunk/test/NightlyRun/test262.m
r9664 r9682 16 16 md.surfaceforcings.mass_balance= smb; 17 17 md.surfaceforcings.mass_balance(end+1,:)=[1.5 3]; 18 md. isthermal=0;18 md.transient.isthermal=0; 19 19 20 20 md=solve(md,TransientSolutionEnum);
Note:
See TracChangeset
for help on using the changeset viewer.