|
FV3 Bundle
|
Functions/Subroutines | |
| integer function, public | crtm_irlandcoeff_load (Filename, File_Path, Quiet, Process_ID, Output_Process_ID) |
| integer function, public | crtm_irlandcoeff_destroy (Process_ID) |
| pure character(len(irlandc%classification_name)) function, public | crtm_irlandcoeff_classification () |
| logical function, public | crtm_irlandcoeff_isloaded () |
Variables | |
| character(*), parameter | module_version_id = '$Id: CRTM_IRlandCoeff.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
| integer, parameter | ml = 512 |
| type(secategory_type), save, public | irlandc |
| pure character(len(irlandc%classification_name)) function, public crtm_irlandcoeff::crtm_irlandcoeff_classification | ( | ) |
Definition at line 312 of file CRTM_IRlandCoeff.f90.
| integer function, public crtm_irlandcoeff::crtm_irlandcoeff_destroy | ( | integer, intent(in), optional | Process_ID | ) |
Definition at line 261 of file CRTM_IRlandCoeff.f90.
| logical function, public crtm_irlandcoeff::crtm_irlandcoeff_isloaded | ( | ) |
| integer function, public crtm_irlandcoeff::crtm_irlandcoeff_load | ( | character(*), intent(in) | Filename, |
| character(*), intent(in), optional | File_Path, | ||
| logical, intent(in), optional | Quiet, | ||
| integer, intent(in), optional | Process_ID, | ||
| integer, intent(in), optional | Output_Process_ID | ||
| ) |
Definition at line 161 of file CRTM_IRlandCoeff.f90.
| type(secategory_type), save, public crtm_irlandcoeff::irlandc |
Definition at line 65 of file CRTM_IRlandCoeff.f90.
|
private |
Definition at line 59 of file CRTM_IRlandCoeff.f90.
|
private |
Definition at line 56 of file CRTM_IRlandCoeff.f90.