[Dart-dev] DART/branches Revision: 11105
dart at ucar.edu
dart at ucar.edu
Mon Feb 13 15:45:28 MST 2017
thoar at ucar.edu
2017-02-13 15:45:28 -0700 (Mon, 13 Feb 2017)
263
The 9var, lorenz_63, lorenz_84, lorenz_96, lorenz_04 all pass.
Would like to have *a* mechanism for selecting the inflation
values instead of just the ensemble member metadata ...
Note: the lorenz_04 matches the trunk only if the 'lanai_bitwise'
flag is .true.
Modified: DART/branches/rma_single_file/models/lorenz_04/matlab/RunAllTests.m
===================================================================
--- DART/branches/rma_single_file/models/lorenz_04/matlab/RunAllTests.m 2017-02-13 22:24:07 UTC (rev 11104)
+++ DART/branches/rma_single_file/models/lorenz_04/matlab/RunAllTests.m 2017-02-13 22:45:28 UTC (rev 11105)
@@ -87,7 +87,7 @@
fprintf('Starting %s\n','PlotPhaseSpace');
clear pinfo; clf
- pinfo.fname = 'perfect_output.nc';
+ pinfo.fname = 'filter_output.nc';
pinfo.model = 'Lorenz_04';
pinfo.var1name = 'state';
pinfo.var2name = 'state';
@@ -95,7 +95,7 @@
pinfo.var1ind = 100;
pinfo.var2ind = 200;
pinfo.var3ind = 300;
- pinfo.ens_mem = 'ensemble member 1';
+ pinfo.ens_mem = 'ensemble member 13';
pinfo.ltype = 'k-';
PlotPhaseSpace(pinfo)
More information about the Dart-dev
mailing list