/*Main
 Main

 This help section succintly describes what the module of interest does' what
   it's about and the context in which it is used.
MAIN*/

/*ARGUMENTS
 Arguments

 This help section lists and describes the arguments of the procedure, 
   function, or package, and their types and definitions.
ARGUMENTS*/

/*DEPENDENCIES
 Dependencies

 This help sections lists and describes all the subprograms the module calls
   or uses.
DEPENDENCIES*/

/*VARIABLES
 Variables

 This help sections lists and describes all the variables used in the module,
   their type and their purpose.
VARIABLES*/

/*EXAMPLES
 Examples

 This help sections presents examples of how the module is run along with
   the context in which it is run.
EXAMPLES*/

/*EXCEPTIONS
 Exceptions

 This help sections lists and describes all the named exceptions used in 
   the module.  
EXCEPTIONS*/

/*ERRORS
 Errors

 This help sections lists and describes all the errors that a module is known 
   to generate and how to resolve them.
ERRORS*/

/*TABLES
 Tables

 This help sections lists and briefly describes all the tables used in the 
   module. 

 For more information on a table, see (xxxx).
TABLES*/

/*OTHERS
 Others

 This help section lists and briefly describes any other miscellaneous 
   information about this module that may be deemed important in the 
   understanding of the code.

 For more ample details on a module see WIND_RECONSTRUCTION.
OTHERS*/
