FV3 Bundle
|
Data Types | |
type | aerosolcoeff_type |
interface | operator(==) |
Functions/Subroutines | |
elemental logical function, public | aerosolcoeff_associated (AerosolCoeff) |
elemental subroutine, public | aerosolcoeff_destroy (AerosolCoeff) |
elemental subroutine, public | aerosolcoeff_create (AerosolCoeff, n_Wavelengths, n_Radii, n_Types, n_RH, n_Legendre_Terms, n_Phase_Elements) |
subroutine, public | aerosolcoeff_inspect (AerosolCoeff) |
logical function, public | aerosolcoeff_validrelease (AerosolCoeff) |
subroutine, public | aerosolcoeff_info (AerosolCoeff, Info) |
elemental subroutine, public | aerosolcoeff_frequency (AerosolCoeff) |
subroutine, public | aerosolcoeff_defineversion (Id) |
elemental logical function | aerosolcoeff_equal (x, y) |
Variables | |
character(*), parameter | module_version_id = '$Id: AerosolCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer, parameter | aerosolcoeff_release = 3 |
integer, parameter | aerosolcoeff_version = 1 |
integer, parameter | sl = 80 |
integer, parameter | ml = 256 |
real(double), parameter | zero = 0.0_Double |
elemental logical function, public aerosolcoeff_define::aerosolcoeff_associated | ( | type(aerosolcoeff_type), intent(in) | AerosolCoeff | ) |
elemental subroutine, public aerosolcoeff_define::aerosolcoeff_create | ( | type(aerosolcoeff_type), intent(out) | AerosolCoeff, |
integer, intent(in) | n_Wavelengths, | ||
integer, intent(in) | n_Radii, | ||
integer, intent(in) | n_Types, | ||
integer, intent(in) | n_RH, | ||
integer, intent(in) | n_Legendre_Terms, | ||
integer, intent(in) | n_Phase_Elements | ||
) |
subroutine, public aerosolcoeff_define::aerosolcoeff_defineversion | ( | character(*), intent(out) | Id | ) |
Definition at line 603 of file AerosolCoeff_Define.f90.
elemental subroutine, public aerosolcoeff_define::aerosolcoeff_destroy | ( | type(aerosolcoeff_type), intent(out) | AerosolCoeff | ) |
|
private |
elemental subroutine, public aerosolcoeff_define::aerosolcoeff_frequency | ( | type(aerosolcoeff_type), intent(inout) | AerosolCoeff | ) |
Definition at line 573 of file AerosolCoeff_Define.f90.
subroutine, public aerosolcoeff_define::aerosolcoeff_info | ( | type(aerosolcoeff_type), intent(in) | AerosolCoeff, |
character(*), intent(out) | Info | ||
) |
subroutine, public aerosolcoeff_define::aerosolcoeff_inspect | ( | type(aerosolcoeff_type), intent(in) | AerosolCoeff | ) |
logical function, public aerosolcoeff_define::aerosolcoeff_validrelease | ( | type(aerosolcoeff_type), intent(in) | AerosolCoeff | ) |
Definition at line 443 of file AerosolCoeff_Define.f90.
|
private |
Definition at line 64 of file AerosolCoeff_Define.f90.
|
private |
Definition at line 65 of file AerosolCoeff_Define.f90.
|
private |
Definition at line 68 of file AerosolCoeff_Define.f90.
|
private |
Definition at line 61 of file AerosolCoeff_Define.f90.
|
private |
Definition at line 67 of file AerosolCoeff_Define.f90.
|
private |
Definition at line 70 of file AerosolCoeff_Define.f90.