FV3 Bundle
odps_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: ODPS_TauCoeff.f90 2210 2008-07-01 19:30:54Z paul.vandelst@noaa.gov $'
 
type(odps_taucoeff_type), dimension(:), allocatable, target, save, public tc
 

Function/Subroutine Documentation

◆ destroy_taucoeff()

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

Definition at line 312 of file ODPS_TauCoeff.f90.

Here is the call graph for this function:

◆ load_taucoeff()

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 
)

Definition at line 175 of file ODPS_TauCoeff.f90.

Here is the call graph for this function:

Variable Documentation

◆ module_rcs_id

character(*), parameter, private odps_taucoeff::module_rcs_id = '$Id: ODPS_TauCoeff.f90 2210 2008-07-01 19:30:54Z paul.vandelst@noaa.gov $'
private

Definition at line 53 of file ODPS_TauCoeff.f90.

◆ tc

type(odps_taucoeff_type), dimension(:), allocatable, target, save, public odps_taucoeff::tc

Definition at line 61 of file ODPS_TauCoeff.f90.