|
FV3 Bundle
|
Data Types | |
| type | crtm_predictor_type |
Functions/Subroutines | |
| elemental logical function, public | crtm_predictor_associated (self) |
| elemental subroutine, public | crtm_predictor_destroy (self) |
| elemental subroutine, public | crtm_predictor_create (self, n_Layers, SensorIndex, SaveFWV) |
| subroutine, public | crtm_predictor_inspect (self) |
Variables | |
| character(*), parameter | module_version_id = '$Id: CRTM_Predictor_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
| integer, parameter | ml = 256 |
| elemental logical function, public crtm_predictor_define::crtm_predictor_associated | ( | type(crtm_predictor_type), intent(in) | self | ) |
Definition at line 134 of file CRTM_Predictor_Define.f90.
| elemental subroutine, public crtm_predictor_define::crtm_predictor_create | ( | type(crtm_predictor_type), intent(out) | self, |
| integer, intent(in) | n_Layers, | ||
| integer, intent(in) | SensorIndex, | ||
| integer, intent(in), optional | SaveFWV | ||
| ) |
Definition at line 219 of file CRTM_Predictor_Define.f90.
| elemental subroutine, public crtm_predictor_define::crtm_predictor_destroy | ( | type(crtm_predictor_type), intent(out) | self | ) |
Definition at line 164 of file CRTM_Predictor_Define.f90.
| subroutine, public crtm_predictor_define::crtm_predictor_inspect | ( | type(crtm_predictor_type), intent(in) | self | ) |
|
private |
Definition at line 70 of file CRTM_Predictor_Define.f90.
|
private |
Definition at line 67 of file CRTM_Predictor_Define.f90.