Changeset 15027
- Timestamp:
- 05/14/13 16:00:17 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2001.m
r14842 r15027 9 9 10 10 %% define loading history 11 md.timestepping.start_time=2400000; %2,400 kyr 11 md.timestepping.start_time=2400000; %2,400 kyr :: EVALUATION TIME 12 % to get rid of default final_time: make sure final_time>start_time 12 13 md.timestepping.final_time=2500000; %2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 14 md.geometry.thickness=[... 20 [md.geometry.thickness*0.0; 0.0],... 21 [md.geometry.thickness/2.0; 0.1],... 22 [md.geometry.thickness; 0.2],... 23 [md.geometry.thickness; 1.0],... 15 [md.geometry.thickness; 0.0],... 24 16 [md.geometry.thickness; md.timestepping.start_time],... 25 17 ]; -
issm/trunk-jpl/test/NightlyRun/test2051.m
r14850 r15027 11 11 md.timestepping.start_time=2002100; % after 2 kyr of deglaciation 12 12 md.timestepping.final_time=2500000; % 2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... -
issm/trunk-jpl/test/NightlyRun/test2052.m
r14851 r15027 11 11 md.timestepping.start_time=2005100; % after 5 kyr of deglaciation 12 12 md.timestepping.final_time=2500000; % 2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... -
issm/trunk-jpl/test/NightlyRun/test2053.m
r14852 r15027 11 11 md.timestepping.start_time=2010100; % after 10 kyr of deglaciation 12 12 md.timestepping.final_time=2500000; % 2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... -
issm/trunk-jpl/test/NightlyRun/test2061.m
r14973 r15027 11 11 md.timestepping.start_time=2002100; % after 2 kr of deglaciation 12 12 md.timestepping.final_time=2500000; %2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... -
issm/trunk-jpl/test/NightlyRun/test2062.m
r14973 r15027 11 11 md.timestepping.start_time=2005100; % after 5 kr of deglaciation 12 12 md.timestepping.final_time=2500000; %2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... -
issm/trunk-jpl/test/NightlyRun/test2063.m
r14973 r15027 11 11 md.timestepping.start_time=2010100; % after 10 kyr of deglaciation 12 12 md.timestepping.final_time=2500000; %2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... -
issm/trunk-jpl/test/NightlyRun/test2071.m
r14853 r15027 11 11 md.timestepping.start_time=0.3; % for t \approx 0 kyr : to get eleastic response! 12 12 md.timestepping.final_time=2500000; % 2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... 21 15 [md.geometry.thickness/2.0; 0.1],... 22 16 [md.geometry.thickness; 0.2],... 23 [md.geometry.thickness; 0.25],...24 17 [md.geometry.thickness; md.timestepping.start_time],... 25 18 ]; -
issm/trunk-jpl/test/NightlyRun/test2072.m
r14854 r15027 11 11 md.timestepping.start_time=1000.3; % for t \approx 1 kyr 12 12 md.timestepping.final_time=2500000; % 2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... 21 15 [md.geometry.thickness/2.0; 0.1],... 22 16 [md.geometry.thickness; 0.2],... 23 [md.geometry.thickness; 0.25],...24 17 [md.geometry.thickness; md.timestepping.start_time],... 25 18 ]; -
issm/trunk-jpl/test/NightlyRun/test2073.m
r14855 r15027 11 11 md.timestepping.start_time=2400000; % for t \approx \infty 12 12 md.timestepping.final_time=2500000; % 2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... 21 15 [md.geometry.thickness/2.0; 0.1],... 22 16 [md.geometry.thickness; 0.2],... 23 [md.geometry.thickness; 0.25],...24 17 [md.geometry.thickness; md.timestepping.start_time],... 25 18 ]; -
issm/trunk-jpl/test/NightlyRun/test2081.m
r14946 r15027 11 11 md.timestepping.start_time=0.3; % for t \approx 0 kyr : to get eleastic response! 12 12 md.timestepping.final_time=2500000; % 2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... 21 15 [md.geometry.thickness/2.0; 0.1],... 22 16 [md.geometry.thickness; 0.2],... 23 [md.geometry.thickness; 0.25],...24 17 [md.geometry.thickness; md.timestepping.start_time],... 25 18 ]; -
issm/trunk-jpl/test/NightlyRun/test2082.m
r14946 r15027 11 11 md.timestepping.start_time=1000.3; % for t \approx 1 kyr 12 12 md.timestepping.final_time=2500000; % 2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... 21 15 [md.geometry.thickness/2.0; 0.1],... 22 16 [md.geometry.thickness; 0.2],... 23 [md.geometry.thickness; 0.25],...24 17 [md.geometry.thickness; md.timestepping.start_time],... 25 18 ]; -
issm/trunk-jpl/test/NightlyRun/test2083.m
r14946 r15027 11 11 md.timestepping.start_time=2400000; % for t \approx \infty 12 12 md.timestepping.final_time=2500000; % 2,500 kyr 13 % In order to run Ivins1999 benchmarks, for now, we do things manually as follows:14 % 1. numtimes is fixed to be five15 % 2. final_time given above is hard-coded in "GiaDeflectionCorex.cpp"16 % 3. evaluation time = start_time17 % 4. define new load times, according to the chosen evaluation time (care that general load history is not altered). This is really important, because of #1 and also becasue of the fact that futre loading times are not recognized.18 % 5. Ice thickness assoiated with evaluation time is actually the same at final_time19 13 md.geometry.thickness=[... 20 14 [md.geometry.thickness*0.0; 0.0],... 21 15 [md.geometry.thickness/2.0; 0.1],... 22 16 [md.geometry.thickness; 0.2],... 23 [md.geometry.thickness; 0.25],...24 17 [md.geometry.thickness; md.timestepping.start_time],... 25 18 ];
Note:
See TracChangeset
for help on using the changeset viewer.