FV3 Bundle
odas_taucoeff Module Reference

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: ODAS_TauCoeff.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
type(odas_taucoeff_type), dimension(:), allocatable, target, save, public tc
 

Function/Subroutine Documentation

◆ destroy_taucoeff()

integer function, public odas_taucoeff::destroy_taucoeff ( integer, intent(in), optional  Process_ID,
character(*), intent(in), optional  Message_Log 
)

Definition at line 330 of file ODAS_TauCoeff.f90.

Here is the call graph for this function:

◆ load_taucoeff()

integer function, public odas_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 
)

Definition at line 185 of file ODAS_TauCoeff.f90.

Here is the call graph for this function:

Variable Documentation

◆ module_rcs_id

character(*), parameter, private odas_taucoeff::module_rcs_id = '$Id: ODAS_TauCoeff.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 63 of file ODAS_TauCoeff.f90.

◆ tc

type(odas_taucoeff_type), dimension(:), allocatable, target, save, public odas_taucoeff::tc

Definition at line 71 of file ODAS_TauCoeff.f90.