[Dart-dev] [3873] DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.html: html tweak for user input color
nancy at ucar.edu
nancy at ucar.edu
Wed May 13 21:56:30 MDT 2009
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090513/4fa79bc0/attachment.html
-------------- next part --------------
Modified: DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.html
===================================================================
--- DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.html 2009-05-14 03:49:53 UTC (rev 3872)
+++ DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.html 2009-05-14 03:56:30 UTC (rev 3873)
@@ -520,15 +520,14 @@
bob = plot_obs_netcdf(fname, ObsTypeString, region, CopyString, QCString, maxQC, verbose);
-<em class="input">
->> fname = 'obs_sequence_001.nc';
->> ObsTypeString = 'RADIOSONDE_U_WIND_COMPONENT';
->> region = [0 360 -90 90 -Inf Inf];
->> CopyString = 'NCEP BUFR observation';
->> QCString = 'DART quality control';
->> maxQC = 2;
->> verbose = 1;
->> bob = plot_obs_netcdf(fname, ObsTypeString, region, CopyString, QCString, maxQC, verbose);</em>
+>><em class="input"> fname = 'obs_sequence_001.nc';</em>
+>><em class="input"> ObsTypeString = 'RADIOSONDE_U_WIND_COMPONENT';</em>
+>><em class="input"> region = [0 360 -90 90 -Inf Inf];</em>
+>><em class="input"> CopyString = 'NCEP BUFR observation';</em>
+>><em class="input"> QCString = 'DART quality control';</em>
+>><em class="input"> maxQC = 2;</em>
+>><em class="input"> verbose = 1;</em>
+>><em class="input"> bob = plot_obs_netcdf(fname, ObsTypeString, region, CopyString, QCString, maxQC, verbose);</em>
N = 3336 RADIOSONDE_U_WIND_COMPONENT obs (type 1) between levels 550.00 and 101400.00
N = 3336 RADIOSONDE_V_WIND_COMPONENT obs (type 2) between levels 550.00 and 101400.00
@@ -556,7 +555,7 @@
new version of Matlab, you can dynamically rotate the 3D view ...
coooool. The vertical levels are reported so you can restrict the area
of interest with the 'region' variable [minlon maxlon minlat maxlat
-minlevel maxlevel]. The observation Only the observations with a QC value less than or
+minlevel maxlevel]. Only the observations with a QC value less than or
equal to 'maxQC' are plotted in 'Figure 1'. Note the values of 'QCString'
and 'CopyString' must match some value of <em class="unix">QCMetaData</em>
and <em class="unix">CopyMetaData</em>, respectively. If you're not so
More information about the Dart-dev
mailing list