| 
    FV3 Bundle
    
   | 
 
Functions/Subroutines | |
| integer function, public | load_taucoeff (Sensor_ID, File_Path, Quiet, Process_ID, Output_Process_ID, Message_Log) | 
| integer function, public | destroy_taucoeff (Process_ID, Message_Log) | 
Variables | |
| character(*), parameter, private | module_rcs_id = '$Id: ODPS_TauCoeff.f90 2210 2008-07-01 19:30:54Z paul.vandelst@noaa.gov $' | 
| type(odps_taucoeff_type), dimension(:), allocatable, target, save, public | tc | 
| integer function, public odps_taucoeff::destroy_taucoeff | ( | integer, intent(in), optional | Process_ID, | 
| character(*), intent(in), optional | Message_Log | ||
| ) | 
| integer function, public odps_taucoeff::load_taucoeff | ( | character(*), dimension(:), intent(in), optional | Sensor_ID, | 
| character(*), intent(in), optional | File_Path, | ||
| integer, intent(in), optional | Quiet, | ||
| integer, intent(in), optional | Process_ID, | ||
| integer, intent(in), optional | Output_Process_ID, | ||
| character(*), intent(in), optional | Message_Log | ||
| ) | 
      
  | 
  private | 
Definition at line 53 of file ODPS_TauCoeff.f90.
| type(odps_taucoeff_type), dimension(:), allocatable, target, save, public odps_taucoeff::tc | 
Definition at line 61 of file ODPS_TauCoeff.f90.