FV3 Bundle
|
Data Types | |
interface | operator(==) |
type | spccoeff_type |
Functions/Subroutines | |
elemental logical function, public | spccoeff_associated (SpcCoeff) |
elemental subroutine, public | spccoeff_destroy (SpcCoeff) |
elemental subroutine, public | spccoeff_create (SpcCoeff, n_Channels) |
subroutine, public | spccoeff_inspect (SpcCoeff) |
logical function, public | spccoeff_validrelease (SpcCoeff) |
subroutine, public | spccoeff_info (SpcCoeff, Info, NoComponents) |
subroutine, public | spccoeff_defineversion (Id) |
subroutine, public | spccoeff_subset (SpcCoeff, Sensor_Channel, SC_Subset) |
subroutine, public | spccoeff_concat (SpcCoeff, SC_Array, Sensor_Id) |
elemental subroutine, public | spccoeff_clearallflags (SpcCoeff, ChannelIndex) |
elemental logical function, public | spccoeff_issolar (SpcCoeff, ChannelIndex) |
elemental logical function, public | spccoeff_iszeeman (SpcCoeff, ChannelIndex) |
elemental subroutine, public | spccoeff_setsolar (SpcCoeff, ChannelIndex) |
elemental subroutine, public | spccoeff_setzeeman (SpcCoeff, ChannelIndex) |
elemental subroutine, public | spccoeff_clearsolar (SpcCoeff, ChannelIndex) |
elemental subroutine, public | spccoeff_clearzeeman (SpcCoeff, ChannelIndex) |
elemental logical function, public | spccoeff_ismicrowavesensor (SpcCoeff) |
elemental logical function, public | spccoeff_isinfraredsensor (SpcCoeff) |
elemental logical function, public | spccoeff_isvisiblesensor (SpcCoeff) |
elemental logical function, public | spccoeff_isultravioletsensor (SpcCoeff) |
elemental subroutine, public | spccoeff_setmicrowavesensor (SpcCoeff) |
elemental subroutine, public | spccoeff_setinfraredsensor (SpcCoeff) |
elemental subroutine, public | spccoeff_setvisiblesensor (SpcCoeff) |
elemental subroutine, public | spccoeff_setultravioletsensor (SpcCoeff) |
elemental subroutine | spccoeff_clearsensor (SpcCoeff) |
elemental logical function | spccoeff_equal (x, y) |
elemental logical function | spccoeff_issensor (SpcCoeff, Sensor_Type) |
elemental subroutine | spccoeff_setsensor (SpcCoeff, Sensor_Type) |
elemental logical function | spccoeff_isflagset (SpcCoeff, Flag_Type, ChannelIndex) |
elemental subroutine | spccoeff_setflag (SpcCoeff, Flag_Type, ChannelIndex) |
elemental subroutine | spccoeff_clearflag (SpcCoeff, Flag_Type, ChannelIndex) |
Variables | |
character(*), parameter | module_version_id = '$Id: SpcCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
real(double), parameter | zero = 0.0_Double |
integer, parameter | ml = 512 |
integer, parameter | sl = 20 |
integer, parameter | spccoeff_release = 8 |
integer, parameter | spccoeff_version = 1 |
integer, parameter | solar_flag = 0 |
integer, parameter | zeeman_flag = 1 |
elemental logical function, public spccoeff_define::spccoeff_associated | ( | type(spccoeff_type), intent(in) | SpcCoeff | ) |
elemental subroutine, public spccoeff_define::spccoeff_clearallflags | ( | type(spccoeff_type), intent(inout) | SpcCoeff, |
integer, intent(in), optional | ChannelIndex | ||
) |
|
private |
|
private |
Definition at line 1483 of file SpcCoeff_Define.f90.
elemental subroutine, public spccoeff_define::spccoeff_clearsolar | ( | type(spccoeff_type), intent(inout) | SpcCoeff, |
integer, intent(in), optional | ChannelIndex | ||
) |
elemental subroutine, public spccoeff_define::spccoeff_clearzeeman | ( | type(spccoeff_type), intent(inout) | SpcCoeff, |
integer, intent(in), optional | ChannelIndex | ||
) |
subroutine, public spccoeff_define::spccoeff_concat | ( | type(spccoeff_type), intent(out) | SpcCoeff, |
type(spccoeff_type), dimension(:), intent(in) | SC_Array, | ||
character(*), intent(in), optional | Sensor_Id | ||
) |
elemental subroutine, public spccoeff_define::spccoeff_create | ( | type(spccoeff_type), intent(out) | SpcCoeff, |
integer, intent(in) | n_Channels | ||
) |
subroutine, public spccoeff_define::spccoeff_defineversion | ( | character(*), intent(out) | Id | ) |
elemental subroutine, public spccoeff_define::spccoeff_destroy | ( | type(spccoeff_type), intent(out) | SpcCoeff | ) |
|
private |
subroutine, public spccoeff_define::spccoeff_info | ( | type(spccoeff_type), intent(in) | SpcCoeff, |
character(*), intent(out) | Info, | ||
logical, intent(in), optional | NoComponents | ||
) |
Definition at line 540 of file SpcCoeff_Define.f90.
subroutine, public spccoeff_define::spccoeff_inspect | ( | type(spccoeff_type), intent(in) | SpcCoeff | ) |
|
private |
Definition at line 1647 of file SpcCoeff_Define.f90.
elemental logical function, public spccoeff_define::spccoeff_isinfraredsensor | ( | type(spccoeff_type), intent(in) | SpcCoeff | ) |
elemental logical function, public spccoeff_define::spccoeff_ismicrowavesensor | ( | type(spccoeff_type), intent(in) | SpcCoeff | ) |
Definition at line 1224 of file SpcCoeff_Define.f90.
|
private |
Definition at line 1578 of file SpcCoeff_Define.f90.
elemental logical function, public spccoeff_define::spccoeff_issolar | ( | type(spccoeff_type), intent(in) | SpcCoeff, |
integer, intent(in), optional | ChannelIndex | ||
) |
elemental logical function, public spccoeff_define::spccoeff_isultravioletsensor | ( | type(spccoeff_type), intent(in) | SpcCoeff | ) |
elemental logical function, public spccoeff_define::spccoeff_isvisiblesensor | ( | type(spccoeff_type), intent(in) | SpcCoeff | ) |
elemental logical function, public spccoeff_define::spccoeff_iszeeman | ( | type(spccoeff_type), intent(in) | SpcCoeff, |
integer, intent(in), optional | ChannelIndex | ||
) |
|
private |
elemental subroutine, public spccoeff_define::spccoeff_setinfraredsensor | ( | type(spccoeff_type), intent(inout) | SpcCoeff | ) |
elemental subroutine, public spccoeff_define::spccoeff_setmicrowavesensor | ( | type(spccoeff_type), intent(inout) | SpcCoeff | ) |
|
private |
elemental subroutine, public spccoeff_define::spccoeff_setsolar | ( | type(spccoeff_type), intent(inout) | SpcCoeff, |
integer, intent(in), optional | ChannelIndex | ||
) |
elemental subroutine, public spccoeff_define::spccoeff_setultravioletsensor | ( | type(spccoeff_type), intent(inout) | SpcCoeff | ) |
elemental subroutine, public spccoeff_define::spccoeff_setvisiblesensor | ( | type(spccoeff_type), intent(inout) | SpcCoeff | ) |
elemental subroutine, public spccoeff_define::spccoeff_setzeeman | ( | type(spccoeff_type), intent(inout) | SpcCoeff, |
integer, intent(in), optional | ChannelIndex | ||
) |
subroutine, public spccoeff_define::spccoeff_subset | ( | type(spccoeff_type), intent(in) | SpcCoeff, |
integer, dimension(:), intent(in) | Sensor_Channel, | ||
type(spccoeff_type), intent(out) | SC_Subset | ||
) |
logical function, public spccoeff_define::spccoeff_validrelease | ( | type(spccoeff_type), intent(in) | SpcCoeff | ) |
Definition at line 457 of file SpcCoeff_Define.f90.
|
private |
Definition at line 142 of file SpcCoeff_Define.f90.
|
private |
Definition at line 137 of file SpcCoeff_Define.f90.
|
private |
Definition at line 144 of file SpcCoeff_Define.f90.
|
private |
Definition at line 149 of file SpcCoeff_Define.f90.
|
private |
Definition at line 146 of file SpcCoeff_Define.f90.
|
private |
Definition at line 147 of file SpcCoeff_Define.f90.
|
private |
Definition at line 150 of file SpcCoeff_Define.f90.
|
private |
Definition at line 140 of file SpcCoeff_Define.f90.