UPP  001
 All Data Structures Files Functions 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)
 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. More...
 
subroutine SELECT_CHANNELS_L (channelinfo, nchannels, channels, L, igot)
 

Detailed Description

select_channels() verifies channel information.

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 
)

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 at line 19 of file SELECT_CHANNELS.f.