SRF_NETCDF_IO_TEST.F90 Program Documentation

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


 NAME:
       SRF_netCDF_IO_Test

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

 CATEGORY:
       Instrument Information : 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

       SRF_netCDF_IO:              Module containing routines to read and
                                   write SRF netCDF format files.
                                   USEs: TYPE_KINDS module
                                         ERROR_HANDLER module
                                         SRF_DEFINE module
                                         NETCDF module
                                         NETCDF_UTILITY module

 CONTAINS:
       None.

 INCLUDE FILES:
       None.

 EXTERNALS:
       None.

 COMMON BLOCKS:
       None.

 FILES ACCESSED:
       netCDF SRF data file

 SIDE EFFECTS:
       None.

 RESTRICTIONS:
       None.

 CREATION HISTORY:
       Written by:     Paul van Delst, CIMSS/SSEC 16-Apr-2002
                       paul.vandelst@ssec.wisc.edu

  Copyright (C) 2002 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_netcdf_io_test.f90)