FV3 Bundle
|
Functions/Subroutines | |
integer function, public | load_taucoeff (FileName, 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: ODZeeman_TauCoeff.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
type(odps_taucoeff_type), dimension(:), allocatable, target, save, public | tc |
integer function, public odzeeman_taucoeff::destroy_taucoeff | ( | integer, intent(in), optional | Process_ID, |
character(*), intent(in), optional | Message_Log | ||
) |
integer function, public odzeeman_taucoeff::load_taucoeff | ( | character(*), dimension(:), intent(in) | FileName, |
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 54 of file ODZeeman_TauCoeff.f90.
type(odps_taucoeff_type), dimension(:), allocatable, target, save, public odzeeman_taucoeff::tc |
Definition at line 62 of file ODZeeman_TauCoeff.f90.