UPP
001
|
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) |
select_channels() verifies channel information.
Definition in file SELECT_CHANNELS.f.
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.
[in,out] | channelinfo | structure defining channel object. |
[in] | nchannels | number of channels for sensor. |
[in] | channels. |
Definition at line 19 of file SELECT_CHANNELS.f.