FV3 Bundle
|
Data Types | |
interface | assignment(=) |
interface | operator(.eq.) |
type | taucoeff_type |
Functions/Subroutines | |
elemental logical function, public | taucoeff_associated (self) |
subroutine, public | taucoeff_destroy (self, err_stat) |
subroutine, public | taucoeff_create (self, n_Sensors, err_stat) |
subroutine, public | taucoeff_info (self, info) |
subroutine | taucoeff_assign (copy, original) |
elemental logical function | taucoeff_equal (x, y) |
Variables | |
character(*), parameter | module_rcs_id = '$Id: TauCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer, parameter | ml = 256 |
integer, parameter | sl = 20 |
|
private |
elemental logical function, public taucoeff_define::taucoeff_associated | ( | type(taucoeff_type), intent(in) | self | ) |
subroutine, public taucoeff_define::taucoeff_create | ( | type(taucoeff_type), intent(inout) | self, |
integer, intent(in) | n_Sensors, | ||
integer, intent(out) | err_stat | ||
) |
Definition at line 277 of file TauCoeff_Define.f90.
subroutine, public taucoeff_define::taucoeff_destroy | ( | type(taucoeff_type), intent(inout) | self, |
integer, intent(out) | err_stat | ||
) |
Definition at line 193 of file TauCoeff_Define.f90.
|
private |
Definition at line 512 of file TauCoeff_Define.f90.
subroutine, public taucoeff_define::taucoeff_info | ( | type(taucoeff_type), intent(in) | self, |
character(*), intent(out) | info | ||
) |
Definition at line 369 of file TauCoeff_Define.f90.
|
private |
Definition at line 65 of file TauCoeff_Define.f90.
|
private |
Definition at line 62 of file TauCoeff_Define.f90.
|
private |
Definition at line 67 of file TauCoeff_Define.f90.