Skip to content

Commit

Permalink
Added localization comment to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
JonKing93 committed Apr 10, 2020
1 parent 706b7af commit 5adf6a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tutorials/T5_Data_Assimilation.m
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,8 @@
% Furthermore, we can check that the Ye values are the same as would have
% been calculated for the full ensemble.
Y2 = dash.calculateYe( M2, F );
isequal( Y1, Y2 )
isequal( Y1, Y2 );

% Do get covariance localization weights for the new ensemble, proceed as
% normal using
w = dash.localizationWeigths( [last, lons], ens.metadata, 10000 );

0 comments on commit 5adf6a2

Please sign in to comment.