FV3 Bundle
type_lct Module Reference

Data Types

type  lct_type
 

Functions/Subroutines

subroutine lct_alloc (lct, nam, geom, bpar)
 
subroutine lct_dealloc (lct, bpar)
 
subroutine lct_run_lct (lct, mpl, rng, nam, geom, bpar, io, ens)
 
subroutine lct_compute (lct, mpl, nam, geom, bpar)
 
subroutine lct_filter (lct, mpl, nam, geom, bpar)
 
subroutine lct_rmse (lct, mpl, nam, geom, bpar)
 
subroutine lct_write (lct, mpl, nam, geom, bpar, io)
 
subroutine lct_write_cor (lct, mpl, nam, geom, bpar, io)
 

Variables

logical, parameter write_cor = .true.
 

Function/Subroutine Documentation

◆ lct_alloc()

subroutine type_lct::lct_alloc ( class(lct_type), intent(inout)  lct,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(bpar_type), intent(in)  bpar 
)
private

Definition at line 57 of file type_lct.F90.

◆ lct_compute()

subroutine type_lct::lct_compute ( class(lct_type), intent(inout)  lct,
type(mpl_type), intent(inout)  mpl,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(bpar_type), intent(in)  bpar 
)
private

Definition at line 208 of file type_lct.F90.

◆ lct_dealloc()

subroutine type_lct::lct_dealloc ( class(lct_type), intent(inout)  lct,
type(bpar_type), intent(in)  bpar 
)
private

Definition at line 85 of file type_lct.F90.

◆ lct_filter()

subroutine type_lct::lct_filter ( class(lct_type), intent(inout)  lct,
type(mpl_type), intent(inout)  mpl,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(bpar_type), intent(in)  bpar 
)
private

Definition at line 246 of file type_lct.F90.

Here is the call graph for this function:

◆ lct_rmse()

subroutine type_lct::lct_rmse ( class(lct_type), intent(in)  lct,
type(mpl_type), intent(in)  mpl,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(bpar_type), intent(in)  bpar 
)
private

Definition at line 406 of file type_lct.F90.

◆ lct_run_lct()

subroutine type_lct::lct_run_lct ( class(lct_type), intent(inout)  lct,
type(mpl_type), intent(inout)  mpl,
type(rng_type), intent(inout)  rng,
type(nam_type), intent(inout)  nam,
type(geom_type), intent(in)  geom,
type(bpar_type), intent(in)  bpar,
type(io_type), intent(in)  io,
type(ens_type), intent(in)  ens 
)
private

Definition at line 113 of file type_lct.F90.

◆ lct_write()

subroutine type_lct::lct_write ( class(lct_type), intent(inout)  lct,
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(io_type), intent(in)  io 
)
private

Definition at line 475 of file type_lct.F90.

Here is the call graph for this function:

◆ lct_write_cor()

subroutine type_lct::lct_write_cor ( class(lct_type), intent(in)  lct,
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(io_type), intent(in)  io 
)
private

Definition at line 645 of file type_lct.F90.

Variable Documentation

◆ write_cor

logical, parameter type_lct::write_cor = .true.

Definition at line 28 of file type_lct.F90.