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: ODSSU_TauCoeff.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
type(odssu_taucoeff_type), dimension(:), allocatable, target, save, public | tc |
integer function, public odssu_taucoeff::destroy_taucoeff | ( | integer, intent(in), optional | Process_ID, |
character(*), intent(in), optional | Message_Log | ||
) |
integer function, public odssu_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 62 of file ODSSU_TauCoeff.f90.
type(odssu_taucoeff_type), dimension(:), allocatable, target, save, public odssu_taucoeff::tc |
Definition at line 70 of file ODSSU_TauCoeff.f90.