Changeset 5044
- Timestamp:
- 08/06/10 15:38:46 (15 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test427.m
r5040 r5044 4 4 md=setelementstype(md,'macayeal','all'); 5 5 md.cluster='none'; 6 md.rho_ice=10^7; %involved in the mass flux, make it easy 7 md.thickness(:)=1; %make it easy 6 8 7 9 %constrain all velocities to 1 m/yr, in the y-direction 8 10 md.spcvelocity(:,1:3)=1; 9 11 md.spcvelocity(:,4)=0; 10 md.spcvelocity(:,5)=1 *md.yts;12 md.spcvelocity(:,5)=1; 11 13 md.spcvelocity(:,6)=0; 12 14 -
issm/trunk/test/NightlyRun/test427_nightly.m
r5015 r5044 1 1 md=tres(md,'dakota'); 2 %ok, mass flux of 3 profiles should be - .3, -.3 and the sum, which is -.62 %ok, mass flux of 3 profiles should be -3 Gt/yr -3 Gt/yr and the sum, which is -6 Gt/yr 3 3 %we recover those mass fluxes through the mean of the response. 4 %also, we recover the max velo, which should be 1m/ s.4 %also, we recover the max velo, which should be 1m/yr. 5 5 %we put all that data in the importancefactors, which we will use to test for success. 6 6 %also, check that the stddev are 0. -
issm/trunk/test/NightlyRun/test428.m
r5040 r5044 4 4 md=setelementstype(md,'macayeal','all'); 5 5 md.cluster=oshostname(); 6 md.rho_ice=10^7; %involved in the mass flux, make it easy 7 md.thickness(:)=1; %make it easy 6 8 7 9 %constrain all velocities to 1 m/yr, in the y-direction 8 10 md.spcvelocity(:,1:3)=1; 9 11 md.spcvelocity(:,4)=0; 10 md.spcvelocity(:,5)=1 *md.yts;12 md.spcvelocity(:,5)=1; 11 13 md.spcvelocity(:,6)=0; 12 14 -
issm/trunk/test/NightlyRun/test428_nightly.m
r5015 r5044 1 1 md=tres(md,'dakota'); 2 %ok, mass flux of 3 profiles should be - .3, -.3 and the sum, which is -.62 %ok, mass flux of 3 profiles should be -3 Gt/yr -3 Gt/yr and the sum, which is -6 Gt/yr 3 3 %we recover those mass fluxes through the mean of the response. 4 %also, we recover the max velo, which should be 1m/ s.4 %also, we recover the max velo, which should be 1m/yr. 5 5 %we put all that data in the importancefactors, which we will use to test for success. 6 6 %also, check that the stddev are 0.
Note:
See TracChangeset
for help on using the changeset viewer.