Changeset 15154
- Timestamp:
- 05/29/13 16:24:48 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2001.m
r15027 r15154 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=1; % for square-edged x-section 9 8 -
issm/trunk-jpl/test/NightlyRun/test2001.py
r14925 r15154 17 17 18 18 #Indicate what you want to compute 19 md.gia.output_rates=1 # just want "w" solution20 19 md.gia.cross_section_shape=1 # for square-edged x-section 21 20 -
issm/trunk-jpl/test/NightlyRun/test2051.m
r15027 r15154 1 1 % Benchmark experiments (Figure A2a Ivins and James, 1999, Geophys. J. Int.) 2 md=triangle(model(),'../Exp/RoundFrontEISMINT.exp', 100000.);2 md=triangle(model(),'../Exp/RoundFrontEISMINT.exp',200000.); 3 3 md=setmask(md,'',''); 4 4 md=parameterize(md,'../Par/GiaBenchmarksAB.par'); 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=1; % for square-edged x-section 9 8 … … 20 19 21 20 %% solve for GIA deflection 22 md.cluster=generic('name',oshostname(),'np', 8);21 md.cluster=generic('name',oshostname(),'np',3); 23 22 md.verbose=verbose('1111111'); 24 23 md=solve(md,GiaSolutionEnum()); -
issm/trunk-jpl/test/NightlyRun/test2052.m
r15027 r15154 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=1; % for square-edged x-section 9 8 -
issm/trunk-jpl/test/NightlyRun/test2053.m
r15027 r15154 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=1; % for square-edged x-section 9 8 -
issm/trunk-jpl/test/NightlyRun/test2071.m
r15027 r15154 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=1; % for square-edged x-section 9 8 -
issm/trunk-jpl/test/NightlyRun/test2072.m
r15027 r15154 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=1; % for square-edged x-section 9 8 -
issm/trunk-jpl/test/NightlyRun/test2073.m
r15027 r15154 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=1; % for square-edged x-section 9 8 -
issm/trunk-jpl/test/NightlyRun/test2081.m
r15027 r15154 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=2; % for elliptical edge 9 8 -
issm/trunk-jpl/test/NightlyRun/test2082.m
r15027 r15154 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=2; % for elliptical edge 9 8 -
issm/trunk-jpl/test/NightlyRun/test2083.m
r15027 r15154 5 5 6 6 %% indicate what you want to compute 7 md.gia.output_rates=1; % just want "w" solution8 7 md.gia.cross_section_shape=2; % for elliptical edge 9 8
Note:
See TracChangeset
for help on using the changeset viewer.