Changeset 5044


Ignore:
Timestamp:
08/06/10 15:38:46 (15 years ago)
Author:
Eric.Larour
Message:

Update qmu for mass flux.

Location:
issm/trunk/test/NightlyRun
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test427.m

    r5040 r5044  
    44md=setelementstype(md,'macayeal','all');
    55md.cluster='none';
     6md.rho_ice=10^7; %involved in the mass flux, make it easy
     7md.thickness(:)=1; %make it easy
    68
    79%constrain all velocities to 1 m/yr, in the y-direction
    810md.spcvelocity(:,1:3)=1;
    911md.spcvelocity(:,4)=0;
    10 md.spcvelocity(:,5)=1*md.yts;
     12md.spcvelocity(:,5)=1;
    1113md.spcvelocity(:,6)=0;
    1214
  • issm/trunk/test/NightlyRun/test427_nightly.m

    r5015 r5044  
    11md=tres(md,'dakota');
    2 %ok, mass flux of 3 profiles should be -.3, -.3 and the sum, which is -.6
     2%ok, mass flux of 3 profiles should be -3 Gt/yr -3 Gt/yr and the sum, which is -6 Gt/yr
    33%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.
    55%we put all that data in the importancefactors, which we will use to test for success.
    66%also, check that the stddev are 0.
  • issm/trunk/test/NightlyRun/test428.m

    r5040 r5044  
    44md=setelementstype(md,'macayeal','all');
    55md.cluster=oshostname();
     6md.rho_ice=10^7; %involved in the mass flux, make it easy
     7md.thickness(:)=1; %make it easy
    68
    79%constrain all velocities to 1 m/yr, in the y-direction
    810md.spcvelocity(:,1:3)=1;
    911md.spcvelocity(:,4)=0;
    10 md.spcvelocity(:,5)=1*md.yts;
     12md.spcvelocity(:,5)=1;
    1113md.spcvelocity(:,6)=0;
    1214
  • issm/trunk/test/NightlyRun/test428_nightly.m

    r5015 r5044  
    11md=tres(md,'dakota');
    2 %ok, mass flux of 3 profiles should be -.3, -.3 and the sum, which is -.6
     2%ok, mass flux of 3 profiles should be -3 Gt/yr -3 Gt/yr and the sum, which is -6 Gt/yr
    33%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.
    55%we put all that data in the importancefactors, which we will use to test for success.
    66%also, check that the stddev are 0.
Note: See TracChangeset for help on using the changeset viewer.