[Dart-dev] [4058] DART/trunk/diagnostics/threed_sphere: Make the default case work without error; set the list to ''
nancy at ucar.edu
nancy at ucar.edu
Mon Sep 21 14:58:19 MDT 2009
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090921/a92a9f99/attachment.html
-------------- next part --------------
Modified: DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.f90
===================================================================
--- DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.f90 2009-09-18 22:02:58 UTC (rev 4057)
+++ DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.f90 2009-09-21 20:58:18 UTC (rev 4058)
@@ -98,7 +98,7 @@
!-----------------------------------------------------------------------
character(len = 129) :: obs_sequence_name = 'obs_seq.final'
-character(len = 129) :: obs_sequence_list = 'obs_seq_list'
+character(len = 129) :: obs_sequence_list = ''
real(r8) :: lonlim1= MISSING_R8, lonlim2= MISSING_R8
real(r8) :: latlim1= MISSING_R8, latlim2= MISSING_R8
Modified: DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.html
===================================================================
--- DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.html 2009-09-18 22:02:58 UTC (rev 4057)
+++ DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.html 2009-09-21 20:58:18 UTC (rev 4058)
@@ -174,7 +174,7 @@
If this is specified, 'obs_sequence_name' must be set to ''.
Can be created by any method, including sending the output
of the 'ls' command to a file, a text editor, or another program.
- Default 'obs_seq_list'</TD></TR>
+ Default ''</TD></TR>
<TR><!--contents--><TD valign=top> lonlim1 </TD>
<!-- type --><TD valign=top> real </TD>
Modified: DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.nml
===================================================================
--- DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.nml 2009-09-18 22:02:58 UTC (rev 4057)
+++ DART/trunk/diagnostics/threed_sphere/obs_seq_to_netcdf.nml 2009-09-21 20:58:18 UTC (rev 4058)
@@ -2,7 +2,7 @@
# must be set to '' to avoid ambiguity.
&obs_to_table_nml
obs_sequence_name = 'obs_seq.final',
- obs_sequence_list = 'obs_seq_list',
+ obs_sequence_list = '',
lonlim1 = 0.0,
lonlim2 = 360.0,
latlim1 = -90.0,
More information about the Dart-dev
mailing list