[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">
-&#62;&#62; fname         = 'obs_sequence_001.nc';
-&#62;&#62; ObsTypeString = 'RADIOSONDE_U_WIND_COMPONENT';
-&#62;&#62; region        = [0 360 -90 90 -Inf Inf];
-&#62;&#62; CopyString    = 'NCEP BUFR observation';
-&#62;&#62; QCString      = 'DART quality control';
-&#62;&#62; maxQC         = 2;
-&#62;&#62; verbose       = 1;
-&#62;&#62; bob = plot_obs_netcdf(fname, ObsTypeString, region, CopyString, QCString, maxQC, verbose);</em>
+&#62;&#62;<em class="input"> fname         = 'obs_sequence_001.nc';</em>
+&#62;&#62;<em class="input"> ObsTypeString = 'RADIOSONDE_U_WIND_COMPONENT';</em>
+&#62;&#62;<em class="input"> region        = [0 360 -90 90 -Inf Inf];</em>
+&#62;&#62;<em class="input"> CopyString    = 'NCEP BUFR observation';</em>
+&#62;&#62;<em class="input"> QCString      = 'DART quality control';</em>
+&#62;&#62;<em class="input"> maxQC         = 2;</em>
+&#62;&#62;<em class="input"> verbose       = 1;</em>
+&#62;&#62;<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