[Dart-dev] [4588] DART/trunk/observations/gps/work/input.nml: Change to comments only, with more explanations of what the

nancy at ucar.edu nancy at ucar.edu
Thu Dec 2 15:52:15 MST 2010


Revision: 4588
Author:   nancy
Date:     2010-12-02 15:52:15 -0700 (Thu, 02 Dec 2010)
Log Message:
-----------
Change to comments only, with more explanations of what the
various options are and what the units are.

Modified Paths:
--------------
    DART/trunk/observations/gps/work/input.nml

-------------- next part --------------
Modified: DART/trunk/observations/gps/work/input.nml
===================================================================
--- DART/trunk/observations/gps/work/input.nml	2010-12-02 15:57:44 UTC (rev 4587)
+++ DART/trunk/observations/gps/work/input.nml	2010-12-02 22:52:15 UTC (rev 4588)
@@ -1,9 +1,27 @@
 
+! notes on the gps namelist items:
+!  only one of file or filelist can be specified:
+!   file is a single input source. 
+!   filelist is the name of a text file containing a list of 
+!    filenames, one per line, to convert into a single output file.
+!
+!  local operator is a single tangent-point calculation
+!  non-local operator integrates along the ray-path
+!
+!  obs_levels are specified in kilometers
+!  ray delta-step and top ray height are specified in meters
+!
+!  ray_ds and ray_htop are ignored for local operator.
+!  for the non-local operator, ray_ds is the integration length
+!  of each step along the ray path, starting from the tangent
+!  point and going out in each of the two directions.  
+!  ray_htop is the height at which the integration stops, when
+!  the next end point exceeds this height.
+!
+!  obs_window is obsolete and should be removed from your namelist.
+!  use the obs_sequence_tool to select obs within a particular 
+!  time-window.
 
-! local operator does not do ray-path reconstruction
-! obs levels are in kilometers
-! flist contains a list of input filenames to convert into a single
-!  output file
 &convert_cosmic_gps_nml
   gpsro_netcdf_file = '',
   gpsro_netcdf_filelist = 'flist',


More information about the Dart-dev mailing list