FV3 Bundle
type_lct_blk Module Reference

Data Types

type  lct_blk_type
 

Functions/Subroutines

subroutine lct_blk_alloc (lct_blk, nam, geom, bpar, samp, ib)
 
subroutine lct_blk_dealloc (lct_blk)
 
subroutine lct_blk_correlation (lct_blk, nam, geom, bpar, samp, mom_blk)
 
subroutine lct_blk_fitting (lct_blk, mpl, nam, geom, bpar, samp)
 

Variables

real(kind_real), parameter cor_min = 0.5_kind_real
 
real(kind_real), parameter dscale = 10.0_kind_real
 
logical, parameter lprt = .false.
 

Function/Subroutine Documentation

◆ lct_blk_alloc()

subroutine type_lct_blk::lct_blk_alloc ( class(lct_blk_type), intent(inout)  lct_blk,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(bpar_type), intent(in)  bpar,
type(samp_type), intent(in)  samp,
integer, intent(in)  ib 
)
private

Definition at line 75 of file type_lct_blk.F90.

◆ lct_blk_correlation()

subroutine type_lct_blk::lct_blk_correlation ( class(lct_blk_type), intent(inout)  lct_blk,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(bpar_type), intent(in)  bpar,
type(samp_type), intent(in)  samp,
type(mom_blk_type), intent(in)  mom_blk 
)
private

Definition at line 171 of file type_lct_blk.F90.

◆ lct_blk_dealloc()

subroutine type_lct_blk::lct_blk_dealloc ( class(lct_blk_type), intent(inout)  lct_blk)
private

Definition at line 139 of file type_lct_blk.F90.

◆ lct_blk_fitting()

subroutine type_lct_blk::lct_blk_fitting ( class(lct_blk_type), intent(inout)  lct_blk,
type(mpl_type), intent(inout)  mpl,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(bpar_type), intent(in)  bpar,
type(samp_type), intent(in)  samp 
)
private

Definition at line 243 of file type_lct_blk.F90.

Variable Documentation

◆ cor_min

real(kind_real), parameter type_lct_blk::cor_min = 0.5_kind_real

Definition at line 24 of file type_lct_blk.F90.

◆ dscale

real(kind_real), parameter type_lct_blk::dscale = 10.0_kind_real

Definition at line 25 of file type_lct_blk.F90.

◆ lprt

logical, parameter type_lct_blk::lprt = .false.

Definition at line 26 of file type_lct_blk.F90.