| 
    FV3 Bundle
    
   | 
 
Functions/Subroutines | |
| integer function, public | crtm_vissnowcoeff_load (Filename, File_Path, Quiet, Process_ID, Output_Process_ID) | 
| integer function, public | crtm_vissnowcoeff_destroy (Process_ID) | 
| logical function, public | crtm_vissnowcoeff_isloaded () | 
Variables | |
| character(*), parameter | module_version_id = '$Id: CRTM_VISsnowCoeff.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' | 
| integer, parameter | ml = 512 | 
| type(secategory_type), save, public | vissnowc | 
| integer function, public crtm_vissnowcoeff::crtm_vissnowcoeff_destroy | ( | integer, intent(in), optional | Process_ID | ) | 
Definition at line 260 of file CRTM_VISsnowCoeff.f90.
| logical function, public crtm_vissnowcoeff::crtm_vissnowcoeff_isloaded | ( | ) | 
| integer function, public crtm_vissnowcoeff::crtm_vissnowcoeff_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 160 of file CRTM_VISsnowCoeff.f90.
      
  | 
  private | 
Definition at line 58 of file CRTM_VISsnowCoeff.f90.
      
  | 
  private | 
Definition at line 55 of file CRTM_VISsnowCoeff.f90.
| type(secategory_type), save, public crtm_vissnowcoeff::vissnowc | 
Definition at line 64 of file CRTM_VISsnowCoeff.f90.