Last modified: Tue Jan 20 13:48:19 2004.
NAME:
EmisCoeff_NC2BIN
PURPOSE:
Program to convert netCDF format EmisCoeff files to Binary format.
CATEGORY:
Emissivity : Sensor Emissivity Model : EmisCoeff
LANGUAGE:
Fortran-90
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
EmisCoeff_Define: Module defining the EmisCoeff data
structure and containing routines to
manipulate it.
USEs: TYPE_KINDS module
ERROR_HANDLER module
EmisCoeff_Binary_IO: Module containing routines to read and
write Binary format EmisCoeff files.
USEs: TYPE_KINDS module
FILE_UTILITY module
ERROR_HANDLER module
EMISCOEFF_DEFINE module
EmisCoeff_netCDF_IO: Module containing routines to read and
write netCDF format EmisCoeff files.
USEs: TYPE_KINDS module
ERROR_HANDLER module
EMISCOEFF_DEFINE module
NETCDF module
NETCDF_UTILITY module
CONTAINS:
None.
INCLUDE FILES:
None.
EXTERNALS:
None.
COMMON BLOCKS:
None.
FILES ACCESSED:
- Input netCDF EmisCoeff data file.
- Output Binary format EmisCoeff file.
SIDE EFFECTS:
The output file is overwritten if it already exists.
RESTRICTIONS:
None.
CREATION HISTORY:
Written by: Paul van Delst, CIMSS/SSEC 07-Jun-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 emiscoeff_nc2bin.f90)