[Dart-dev] [4912] DART/trunk: Found some more bits to remove for the wind_obs_to_table nonsense.

nancy at ucar.edu nancy at ucar.edu
Thu May 19 09:12:41 MDT 2011


Revision: 4912
Author:   thoar
Date:     2011-05-19 09:12:41 -0600 (Thu, 19 May 2011)
Log Message:
-----------
Found some more bits to remove for the wind_obs_to_table nonsense.
That program was removed about a month ago.

Modified Paths:
--------------
    DART/trunk/index.html
    DART/trunk/observations/utilities/threed_sphere/input.nml

-------------- next part --------------
Modified: DART/trunk/index.html
===================================================================
--- DART/trunk/index.html	2011-05-19 15:05:46 UTC (rev 4911)
+++ DART/trunk/index.html	2011-05-19 15:12:41 UTC (rev 4912)
@@ -179,7 +179,7 @@
 <A HREF="diagnostics/oned/obs_diag.html">oned/obs_diag</A> - low order model diagnostics
 <A HREF="diagnostics/threed_sphere/obs_diag.html">threed_sphere/obs_diag</A> - full 3d model diagnostics
 <A HREF="diagnostics/threed_sphere/obs_seq_to_netcdf.html">obs_seq_to_netcdf</A> - convert output observation sequence files into netcdf
-<A HREF="diagnostics/threed_sphere/wind_obs_to_table.html">wind_obs_to_table</A> - work with U,V wind vectors
+<em class="removed">wind_obs_to_table - work with U,V wind vectors</em> <em class=changed>REMOVED, use obs_seq_to_netcdf and plot_wind_vectors.m</em>
 <A HREF="diagnostics/rms_diag.f90">program rms_diag</A> - example code to compute diagnostics
 </pre>
 
@@ -390,7 +390,6 @@
 <a href="diagnostics/oned/obs_diag.html">1D obs_diag</a>
 <a href="diagnostics/threed_sphere/obs_diag.html">3D sphere obs_diag</a>
 <a href="diagnostics/threed_sphere/obs_seq_to_netcdf.html">obs_seq_to_netcdf</a>
-<a href="diagnostics/threed_sphere/wind_obs_to_table.html">wind_obs_to_table</a>
 <a href="doc/html/ASP_DART_exercise.html">ASP_DART_exercise</a>
 <a href="doc/html/boilerplate.html">boilerplate</a>
 <a href="doc/html/DART_ASP_Summer2003.html">DART_ASP_Summer2003</a>

Modified: DART/trunk/observations/utilities/threed_sphere/input.nml
===================================================================
--- DART/trunk/observations/utilities/threed_sphere/input.nml	2011-05-19 15:05:46 UTC (rev 4911)
+++ DART/trunk/observations/utilities/threed_sphere/input.nml	2011-05-19 15:12:41 UTC (rev 4912)
@@ -61,15 +61,6 @@
    verbose    = .false.
    /
 
-&wind_obs_to_table_nml
-   obs_sequence_name = 'obs_seq.final'
-   lonlim1    =    0.0,
-   lonlim2    =  360.0,
-   latlim1    =  -90.0,
-   latlim2    =   90.0,
-   verbose    = .false.
-   /
-
 &obs_diag_nml
    obs_sequence_name = 'obs_seq.final',
    obs_sequence_list = '',


More information about the Dart-dev mailing list