[Dart-dev] [6770] DART/trunk/matlab/plot_var_var_correl.m: Supporting the TIEGCM model .
nancy at ucar.edu
nancy at ucar.edu
Wed Jan 29 15:16:59 MST 2014
Revision: 6770
Author: thoar
Date: 2014-01-29 15:16:59 -0700 (Wed, 29 Jan 2014)
Log Message:
-----------
Supporting the TIEGCM model. The support routines are all committed,
this should have been committed previously.
Modified Paths:
--------------
DART/trunk/matlab/plot_var_var_correl.m
-------------- next part --------------
Modified: DART/trunk/matlab/plot_var_var_correl.m
===================================================================
--- DART/trunk/matlab/plot_var_var_correl.m 2014-01-29 22:15:42 UTC (rev 6769)
+++ DART/trunk/matlab/plot_var_var_correl.m 2014-01-29 22:16:59 UTC (rev 6770)
@@ -119,6 +119,10 @@
pinfo = GetSqgInfo(pinfo, fname, 'PlotVarVarCorrel');
+ case {'tiegcm'}
+
+ pinfo = GetTIEGCMInfo(pinfo, fname, 'PlotVarVarCorrel');
+
otherwise
error('model %s not implemented yet', pinfo.model)
More information about the Dart-dev
mailing list