FV3 Bundle
|
Data Types | |
type | nltecoeff_type |
interface | operator(==) |
Functions/Subroutines | |
elemental logical function, public | nltecoeff_associated (NLTECoeff) |
elemental subroutine, public | nltecoeff_destroy (NLTECoeff) |
elemental subroutine, public | nltecoeff_create (NLTECoeff, n_Predictors, n_Sensor_Angles, n_Solar_Angles, n_NLTE_Channels, n_Channels) |
subroutine, public | nltecoeff_inspect (NLTECoeff) |
logical function, public | nltecoeff_validrelease (NLTECoeff) |
subroutine, public | nltecoeff_info (NLTECoeff, Info) |
subroutine, public | nltecoeff_defineversion (Id) |
subroutine, public | nltecoeff_subset (NLTECoeff, Sensor_Channel, NC_Subset) |
subroutine, public | nltecoeff_concat (NLTECoeff, NC_Array, Sensor_Id) |
subroutine, public | nltecoeff_channelreindex (NLTECoeff, Sensor_Channel) |
elemental logical function | nltecoeff_equal (x, y) |
subroutine | nltecoeff_reindex (NLTECoeff) |
Variables | |
character(*), parameter | module_version_id = '$Id: NLTECoeff_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 | nltecoeff_release = 2 |
integer, parameter | nltecoeff_version = 1 |
integer, parameter | n_layers = 2 |
integer, parameter | false = 0 |
integer, parameter | true = 1 |
elemental logical function, public nltecoeff_define::nltecoeff_associated | ( | type(nltecoeff_type), intent(in) | NLTECoeff | ) |
subroutine, public nltecoeff_define::nltecoeff_channelreindex | ( | type(nltecoeff_type), intent(inout) | NLTECoeff, |
integer, dimension(:), intent(in) | Sensor_Channel | ||
) |
Definition at line 859 of file NLTECoeff_Define.f90.
subroutine, public nltecoeff_define::nltecoeff_concat | ( | type(nltecoeff_type), intent(out) | NLTECoeff, |
type(nltecoeff_type), dimension(:), intent(in) | NC_Array, | ||
character(*), intent(in), optional | Sensor_Id | ||
) |
Definition at line 728 of file NLTECoeff_Define.f90.
elemental subroutine, public nltecoeff_define::nltecoeff_create | ( | type(nltecoeff_type), intent(out) | NLTECoeff, |
integer, intent(in) | n_Predictors, | ||
integer, intent(in) | n_Sensor_Angles, | ||
integer, intent(in) | n_Solar_Angles, | ||
integer, intent(in) | n_NLTE_Channels, | ||
integer, intent(in) | n_Channels | ||
) |
subroutine, public nltecoeff_define::nltecoeff_defineversion | ( | character(*), intent(out) | Id | ) |
elemental subroutine, public nltecoeff_define::nltecoeff_destroy | ( | type(nltecoeff_type), intent(out) | NLTECoeff | ) |
|
private |
subroutine, public nltecoeff_define::nltecoeff_info | ( | type(nltecoeff_type), intent(in) | NLTECoeff, |
character(*), intent(out) | Info | ||
) |
subroutine, public nltecoeff_define::nltecoeff_inspect | ( | type(nltecoeff_type), intent(in) | NLTECoeff | ) |
Definition at line 360 of file NLTECoeff_Define.f90.
|
private |
subroutine, public nltecoeff_define::nltecoeff_subset | ( | type(nltecoeff_type), intent(in) | NLTECoeff, |
integer, dimension(:), intent(in) | Sensor_Channel, | ||
type(nltecoeff_type), intent(out) | NC_Subset | ||
) |
Definition at line 619 of file NLTECoeff_Define.f90.
logical function, public nltecoeff_define::nltecoeff_validrelease | ( | type(nltecoeff_type), intent(in) | NLTECoeff | ) |
Definition at line 446 of file NLTECoeff_Define.f90.
|
private |
Definition at line 84 of file NLTECoeff_Define.f90.
|
private |
Definition at line 75 of file NLTECoeff_Define.f90.
|
private |
Definition at line 69 of file NLTECoeff_Define.f90.
|
private |
Definition at line 82 of file NLTECoeff_Define.f90.
|
private |
Definition at line 79 of file NLTECoeff_Define.f90.
|
private |
Definition at line 80 of file NLTECoeff_Define.f90.
|
private |
Definition at line 73 of file NLTECoeff_Define.f90.
|
private |
Definition at line 77 of file NLTECoeff_Define.f90.
|
private |
Definition at line 85 of file NLTECoeff_Define.f90.
|
private |
Definition at line 72 of file NLTECoeff_Define.f90.