SRF_ASCII_IO_TEST.F90 Program Documentation

Last modified: Fri Sep 3 16:32:06 2004.


 NAME:
       SRF_ASCII_IO_Test

 PURPOSE:
       Program to test the SRF ASCII I/O functions.

 CATEGORY:
       SRF

 LANGUAGE:
       Fortran-95

 MODULES:
       Type_Kinds:     Module containing definitions for kinds
                       of variable types.

       Error_Handler:  Module to define simple error codes and
                       handle error conditions
                       USEs: FILE_UTILITY module

       SRF_Define:     Module defining the SRF data structure and
                       containing routines to manipulate it.
                       USEs: TYPE_KINDS module
                             ERROR_HANDLER module
                             INTEGRATE module

       SRF_ASCII_IO:   Module containing routines to read and
                       write ASCII format SRF data files.
                       USEs: TYPE_KINDS module
                             FILE_UTILITY module
                             ERROR_HANDLER module
                             STRING_UTILITY module
                             SRF_DEFINE module
 CONTAINS:
       None.

 INCLUDE FILES:
       None.

 EXTERNALS:
       None.

 COMMON BLOCKS:
       None.

 FILES ACCESSED:
       Input:  - ASCII SRF file

       Output: - ASCII SRF file.

 SIDE EFFECTS:
       Any output files that exist are overwritten.

 RESTRICTIONS:
       None.

 CREATION HISTORY:
       Written by:     Paul van Delst, CIMSS/SSEC 27-Aug-2003
                       paul.vandelst@ssec.wisc.edu

  Copyright (C) 2003 Paul van Delst

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

(See srf_ascii_io_test.f90)