UPP (develop)
|
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; no longer used. | |
subroutine | select_channels_l (channelinfo, nchannels, channels, l, igot) |
select_channels_L() verifies channel information. | |
select_channels() verifies channel information.
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 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 | ||
) |
select_channels() verifies channel information; no longer used.
Replaced by select_channels_L().
[in,out] | channelinfo | Structure defining channel object. |
[in] | nchannels | integer Number of channels for sensor. |
[in] | channels | integer array Holds information on available channels. |
Definition at line 26 of file SELECT_CHANNELS.f.
subroutine select_channels_l | ( | type(crtm_channelinfo_type), intent(inout) | channelinfo, |
integer, intent(in) | nchannels, | ||
integer, dimension(nchannels), intent(in) | channels, | ||
integer, dimension(nchannels) | l, | ||
integer | igot | ||
) |
select_channels_L() verifies channel information.
[in,out] | channelinfo | Structure defining channel object. |
[in] | nchannels | integer Number of channels for sensor. |
[in] | channels | integer array Holds information on available channels. |
L | integer array with the same size as the number of channels; if a channel c is requested for output, L[c]==1; if the channel is not requested for output, then L[c]==0. | |
igot | integer If > 0, then at least 1 channel was requested for that variable, if 0 then no channels were selected for that variable. |
Definition at line 69 of file SELECT_CHANNELS.f.
Referenced by calrad_wcloud().