|
FV3 Bundle
|
Data Types | |
| type | accoeff_type |
| interface | operator(==) |
Functions/Subroutines | |
| elemental logical function, public | accoeff_associated (ACCoeff) |
| elemental subroutine, public | accoeff_destroy (ACCoeff) |
| elemental subroutine, public | accoeff_create (ACCoeff, n_FOVs, n_Channels) |
| subroutine, public | accoeff_inspect (ACCoeff) |
| logical function, public | accoeff_validrelease (ACCoeff) |
| subroutine, public | accoeff_info (ACCoeff, Info) |
| subroutine, public | accoeff_defineversion (Id) |
| subroutine, public | accoeff_subset (ACCoeff, Sensor_Channel, AC_Subset) |
| subroutine, public | accoeff_concat (ACCoeff, AC_Array, Sensor_Id) |
| subroutine, public | accoeff_channelreindex (ACCoeff, Sensor_Channel) |
| elemental logical function | accoeff_equal (x, y) |
Variables | |
| character(*), parameter | module_version_id = '$Id: ACCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
| real(double), parameter | zero = 0.0_Double |
| real(double), parameter | one = 1.0_Double |
| integer, parameter | ml = 512 |
| integer, parameter | sl = 20 |
| integer, parameter | accoeff_release = 1 |
| integer, parameter | accoeff_version = 1 |
| elemental logical function, public accoeff_define::accoeff_associated | ( | type(accoeff_type), intent(in) | ACCoeff | ) |
| subroutine, public accoeff_define::accoeff_channelreindex | ( | type(accoeff_type), intent(inout) | ACCoeff, |
| integer, dimension(:), intent(in) | Sensor_Channel | ||
| ) |
Definition at line 707 of file ACCoeff_Define.f90.
| subroutine, public accoeff_define::accoeff_concat | ( | type(accoeff_type), intent(out) | ACCoeff, |
| type(accoeff_type), dimension(:), intent(in) | AC_Array, | ||
| character(*), intent(in), optional | Sensor_Id | ||
| ) |
Definition at line 599 of file ACCoeff_Define.f90.
| elemental subroutine, public accoeff_define::accoeff_create | ( | type(accoeff_type), intent(out) | ACCoeff, |
| integer, intent(in) | n_FOVs, | ||
| integer, intent(in) | n_Channels | ||
| ) |
| subroutine, public accoeff_define::accoeff_defineversion | ( | character(*), intent(out) | Id | ) |
| elemental subroutine, public accoeff_define::accoeff_destroy | ( | type(accoeff_type), intent(out) | ACCoeff | ) |
|
private |
| subroutine, public accoeff_define::accoeff_info | ( | type(accoeff_type), intent(in) | ACCoeff, |
| character(*), intent(out) | Info | ||
| ) |
| subroutine, public accoeff_define::accoeff_inspect | ( | type(accoeff_type), intent(in) | ACCoeff | ) |
Definition at line 292 of file ACCoeff_Define.f90.
| subroutine, public accoeff_define::accoeff_subset | ( | type(accoeff_type), intent(in) | ACCoeff, |
| integer, dimension(:), intent(in) | Sensor_Channel, | ||
| type(accoeff_type), intent(out) | AC_Subset | ||
| ) |
Definition at line 514 of file ACCoeff_Define.f90.
| logical function, public accoeff_define::accoeff_validrelease | ( | type(accoeff_type), intent(in) | ACCoeff | ) |
Definition at line 347 of file ACCoeff_Define.f90.
|
private |
Definition at line 75 of file ACCoeff_Define.f90.
|
private |
Definition at line 76 of file ACCoeff_Define.f90.
|
private |
Definition at line 71 of file ACCoeff_Define.f90.
|
private |
Definition at line 65 of file ACCoeff_Define.f90.
|
private |
Definition at line 69 of file ACCoeff_Define.f90.
|
private |
Definition at line 73 of file ACCoeff_Define.f90.
|
private |
Definition at line 68 of file ACCoeff_Define.f90.