FV3 Bundle
taucoeff_define Module Reference

Data Types

interface  assignment(=)
 
interface  operator(.eq.)
 
type  taucoeff_type
 

Functions/Subroutines

elemental logical function, public taucoeff_associated (self)
 
subroutine, public taucoeff_destroy (self, err_stat)
 
subroutine, public taucoeff_create (self, n_Sensors, err_stat)
 
subroutine, public taucoeff_info (self, info)
 
subroutine taucoeff_assign (copy, original)
 
elemental logical function taucoeff_equal (x, y)
 

Variables

character(*), parameter module_rcs_id = '$Id: TauCoeff_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
integer, parameter ml = 256
 
integer, parameter sl = 20
 

Function/Subroutine Documentation

◆ taucoeff_assign()

subroutine taucoeff_define::taucoeff_assign ( type(taucoeff_type), intent(inout)  copy,
type(taucoeff_type), intent(in)  original 
)
private

Definition at line 435 of file TauCoeff_Define.f90.

Here is the call graph for this function:

◆ taucoeff_associated()

elemental logical function, public taucoeff_define::taucoeff_associated ( type(taucoeff_type), intent(in)  self)

Definition at line 139 of file TauCoeff_Define.f90.

Here is the caller graph for this function:

◆ taucoeff_create()

subroutine, public taucoeff_define::taucoeff_create ( type(taucoeff_type), intent(inout)  self,
integer, intent(in)  n_Sensors,
integer, intent(out)  err_stat 
)

Definition at line 277 of file TauCoeff_Define.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ taucoeff_destroy()

subroutine, public taucoeff_define::taucoeff_destroy ( type(taucoeff_type), intent(inout)  self,
integer, intent(out)  err_stat 
)

Definition at line 193 of file TauCoeff_Define.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ taucoeff_equal()

elemental logical function taucoeff_define::taucoeff_equal ( type(taucoeff_type), intent(in)  x,
type(taucoeff_type), intent(in)  y 
)
private

Definition at line 512 of file TauCoeff_Define.f90.

◆ taucoeff_info()

subroutine, public taucoeff_define::taucoeff_info ( type(taucoeff_type), intent(in)  self,
character(*), intent(out)  info 
)

Definition at line 369 of file TauCoeff_Define.f90.

Variable Documentation

◆ ml

integer, parameter taucoeff_define::ml = 256
private

Definition at line 65 of file TauCoeff_Define.f90.

◆ module_rcs_id

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

Definition at line 62 of file TauCoeff_Define.f90.

◆ sl

integer, parameter taucoeff_define::sl = 20
private

Definition at line 67 of file TauCoeff_Define.f90.