FV3 Bundle
crtm_channelinfo_define Module Reference

Data Types

type  crtm_channelinfo_type
 
interface  operator(==)
 

Functions/Subroutines

elemental logical function, public crtm_channelinfo_associated (ChannelInfo)
 
elemental subroutine, public crtm_channelinfo_destroy (ChannelInfo)
 
elemental subroutine, public crtm_channelinfo_create (ChannelInfo, n_Channels)
 
subroutine, public crtm_channelinfo_inspect (chInfo, Unit)
 
elemental integer function, public crtm_channelinfo_n_channels (ChannelInfo)
 
pure integer function, dimension(crtm_channelinfo_n_channels(channelinfo)), public crtm_channelinfo_channels (ChannelInfo)
 
integer function, public crtm_channelinfo_subset (ChannelInfo, Channel_Subset, Reset)
 
subroutine, public crtm_channelinfo_defineversion (Id)
 
elemental logical function crtm_channelinfo_equal (x, y)
 

Variables

character(*), parameter module_version_id = '$Id: CRTM_ChannelInfo_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
integer, parameter ml = 256
 

Function/Subroutine Documentation

◆ crtm_channelinfo_associated()

elemental logical function, public crtm_channelinfo_define::crtm_channelinfo_associated ( type(crtm_channelinfo_type), intent(in)  ChannelInfo)

Definition at line 138 of file CRTM_ChannelInfo_Define.f90.

Here is the caller graph for this function:

◆ crtm_channelinfo_channels()

pure integer function, dimension(crtm_channelinfo_n_channels(channelinfo)), public crtm_channelinfo_define::crtm_channelinfo_channels ( type(crtm_channelinfo_type), intent(in)  ChannelInfo)

Definition at line 378 of file CRTM_ChannelInfo_Define.f90.

◆ crtm_channelinfo_create()

elemental subroutine, public crtm_channelinfo_define::crtm_channelinfo_create ( type(crtm_channelinfo_type), intent(out)  ChannelInfo,
integer, intent(in)  n_Channels 
)

Definition at line 206 of file CRTM_ChannelInfo_Define.f90.

Here is the caller graph for this function:

◆ crtm_channelinfo_defineversion()

subroutine, public crtm_channelinfo_define::crtm_channelinfo_defineversion ( character(*), intent(out)  Id)

Definition at line 548 of file CRTM_ChannelInfo_Define.f90.

◆ crtm_channelinfo_destroy()

elemental subroutine, public crtm_channelinfo_define::crtm_channelinfo_destroy ( type(crtm_channelinfo_type), intent(out)  ChannelInfo)

Definition at line 167 of file CRTM_ChannelInfo_Define.f90.

Here is the caller graph for this function:

◆ crtm_channelinfo_equal()

elemental logical function crtm_channelinfo_define::crtm_channelinfo_equal ( type(crtm_channelinfo_type), intent(in)  x,
type(crtm_channelinfo_type), intent(in)  y 
)
private

Definition at line 595 of file CRTM_ChannelInfo_Define.f90.

Here is the call graph for this function:

◆ crtm_channelinfo_inspect()

subroutine, public crtm_channelinfo_define::crtm_channelinfo_inspect ( type(crtm_channelinfo_type), intent(in)  chInfo,
integer, intent(in), optional  Unit 
)

Definition at line 273 of file CRTM_ChannelInfo_Define.f90.

Here is the call graph for this function:

◆ crtm_channelinfo_n_channels()

elemental integer function, public crtm_channelinfo_define::crtm_channelinfo_n_channels ( type(crtm_channelinfo_type), intent(in)  ChannelInfo)

Definition at line 341 of file CRTM_ChannelInfo_Define.f90.

Here is the caller graph for this function:

◆ crtm_channelinfo_subset()

integer function, public crtm_channelinfo_define::crtm_channelinfo_subset ( type(crtm_channelinfo_type), intent(inout)  ChannelInfo,
integer, dimension(:), intent(in), optional  Channel_Subset,
logical, intent(in), optional  Reset 
)

Definition at line 453 of file CRTM_ChannelInfo_Define.f90.

Here is the call graph for this function:

Variable Documentation

◆ ml

integer, parameter crtm_channelinfo_define::ml = 256
private

Definition at line 67 of file CRTM_ChannelInfo_Define.f90.

◆ module_version_id

character(*), parameter crtm_channelinfo_define::module_version_id = '$Id: CRTM_ChannelInfo_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 64 of file CRTM_ChannelInfo_Define.f90.