[17802] | 1 | Index: ../trunk-jpl/test/NightlyRun/test333.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test333.m (revision 17197)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test333.m (revision 17198)
|
---|
| 5 | @@ -25,18 +25,11 @@
|
---|
| 6 |
|
---|
| 7 | md=solve(md,HydrologySolutionEnum());
|
---|
| 8 |
|
---|
| 9 | -%store=md.constants.g*md.hydrology.sediment_porosity* ...
|
---|
| 10 | -% md.materials.rho_freshwater*((md.hydrology.sediment_compressibility/md.hydrology.sediment_porosity)+md.hydrology.water_compressibility)
|
---|
| 11 | -
|
---|
| 12 | -%sed=ones(1,size(md.results.HydrologySolution,2));
|
---|
| 13 | -%epl=ones(1,size(md.results.HydrologySolution,2));
|
---|
| 14 | -%res=ones(1,size(md.results.HydrologySolution,2));
|
---|
| 15 | -%input=ones(1,size(md.results.HydrologySolution,2));
|
---|
| 16 | -%for i= 1:size(md.results.HydrologySolution,2)
|
---|
| 17 | -% sed(i)=mean(md.results.HydrologySolution(i).SedimentHead);
|
---|
| 18 | -% res(i)=mean(md.results.HydrologySolution(i).SedimentHeadResidual);
|
---|
| 19 | -% epl(i)=mean(md.results.HydrologySolution(i).EplHead);
|
---|
| 20 | -% input(i)=2.0*(i*0.2);
|
---|
| 21 | +%store=md.constants.g*md.hydrology.sediment_porosity*md.materials.rho_freshwater*((md.hydrology.sediment_compressibility/md.hydrology.sediment_porosity)+md.hydrology.water_compressibility);
|
---|
| 22 | +%sedstore=20.0*store;
|
---|
| 23 | +%for i=1:10
|
---|
| 24 | +%diff=(mean(md.results.HydrologySolution(i).EplHead)*store+ ...
|
---|
| 25 | +% mean(md.results.HydrologySolution(i).SedimentHead)*sedstore-0.4*i)
|
---|
| 26 | %end
|
---|
| 27 |
|
---|
| 28 | %Fields and tolerances to track changes
|
---|