UPP  11.0.0
 All Data Structures Files Functions Variables Pages
SELECT_CHANNELS.f File Reference

select_channels() verifies channel information. More...

Go to the source code of this file.

Functions/Subroutines

subroutine select_channels (channelinfo, nchannels, channels)
 select_channels() verifies channel information. More...
 
subroutine select_channels_l (channelinfo, nchannels, channels, L, igot)
 

Detailed Description

select_channels() verifies channel information.

Author
HWRF
Date
2012-09-27 This subroutine verifies channel information and print error to output file if detected, finally excuting a program STOP - which may cause a hang condifition if run on multiple processors.

If data passed validation the channel indices passed in via the "channels" array are stored in the structure defining the channel object.

Parameters
[in,out]channelinfostructure defining channel object.
[in]nchannelsnumber of channels for sensor.
[in]channels.
Author
HWRF
Date
2012-09-27

Definition in file SELECT_CHANNELS.f.

Function/Subroutine Documentation

subroutine select_channels ( type(crtm_channelinfo_type), intent(inout)  channelinfo,
integer, intent(in)  nchannels,
integer, dimension(nchannels), intent(in)  channels 
)

select_channels() verifies channel information.

Parameters
[in,out]channelinfoStructure defining channel object.
[in]nchannelsinteger Number of channels for sensor.
[in]channelsinteger array Holds infomation on available channels.

Definition at line 25 of file SELECT_CHANNELS.f.