FV3 Bundle
SpcCoeff_Define.f90 File Reference

Go to the source code of this file.

Data Types

interface  spccoeff_define::operator(==)
 
type  spccoeff_define::spccoeff_type
 

Modules

module  spccoeff_define
 

Functions/Subroutines

elemental logical function, public spccoeff_define::spccoeff_associated (SpcCoeff)
 
elemental subroutine, public spccoeff_define::spccoeff_destroy (SpcCoeff)
 
elemental subroutine, public spccoeff_define::spccoeff_create (SpcCoeff, n_Channels)
 
subroutine, public spccoeff_define::spccoeff_inspect (SpcCoeff)
 
logical function, public spccoeff_define::spccoeff_validrelease (SpcCoeff)
 
subroutine, public spccoeff_define::spccoeff_info (SpcCoeff, Info, NoComponents)
 
subroutine, public spccoeff_define::spccoeff_defineversion (Id)
 
subroutine, public spccoeff_define::spccoeff_subset (SpcCoeff, Sensor_Channel, SC_Subset)
 
subroutine, public spccoeff_define::spccoeff_concat (SpcCoeff, SC_Array, Sensor_Id)
 
elemental subroutine, public spccoeff_define::spccoeff_clearallflags (SpcCoeff, ChannelIndex)
 
elemental logical function, public spccoeff_define::spccoeff_issolar (SpcCoeff, ChannelIndex)
 
elemental logical function, public spccoeff_define::spccoeff_iszeeman (SpcCoeff, ChannelIndex)
 
elemental subroutine, public spccoeff_define::spccoeff_setsolar (SpcCoeff, ChannelIndex)
 
elemental subroutine, public spccoeff_define::spccoeff_setzeeman (SpcCoeff, ChannelIndex)
 
elemental subroutine, public spccoeff_define::spccoeff_clearsolar (SpcCoeff, ChannelIndex)
 
elemental subroutine, public spccoeff_define::spccoeff_clearzeeman (SpcCoeff, ChannelIndex)
 
elemental logical function, public spccoeff_define::spccoeff_ismicrowavesensor (SpcCoeff)
 
elemental logical function, public spccoeff_define::spccoeff_isinfraredsensor (SpcCoeff)
 
elemental logical function, public spccoeff_define::spccoeff_isvisiblesensor (SpcCoeff)
 
elemental logical function, public spccoeff_define::spccoeff_isultravioletsensor (SpcCoeff)
 
elemental subroutine, public spccoeff_define::spccoeff_setmicrowavesensor (SpcCoeff)
 
elemental subroutine, public spccoeff_define::spccoeff_setinfraredsensor (SpcCoeff)
 
elemental subroutine, public spccoeff_define::spccoeff_setvisiblesensor (SpcCoeff)
 
elemental subroutine, public spccoeff_define::spccoeff_setultravioletsensor (SpcCoeff)
 
elemental subroutine spccoeff_define::spccoeff_clearsensor (SpcCoeff)
 
elemental logical function spccoeff_define::spccoeff_equal (x, y)
 
elemental logical function spccoeff_define::spccoeff_issensor (SpcCoeff, Sensor_Type)
 
elemental subroutine spccoeff_define::spccoeff_setsensor (SpcCoeff, Sensor_Type)
 
elemental logical function spccoeff_define::spccoeff_isflagset (SpcCoeff, Flag_Type, ChannelIndex)
 
elemental subroutine spccoeff_define::spccoeff_setflag (SpcCoeff, Flag_Type, ChannelIndex)
 
elemental subroutine spccoeff_define::spccoeff_clearflag (SpcCoeff, Flag_Type, ChannelIndex)
 

Variables

character(*), parameter spccoeff_define::module_version_id = '$Id: SpcCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
real(double), parameter spccoeff_define::zero = 0.0_Double
 
integer, parameter spccoeff_define::ml = 512
 
integer, parameter spccoeff_define::sl = 20
 
integer, parameter spccoeff_define::spccoeff_release = 8
 
integer, parameter spccoeff_define::spccoeff_version = 1
 
integer, parameter spccoeff_define::solar_flag = 0
 
integer, parameter spccoeff_define::zeeman_flag = 1