FV3 Bundle
type_displ Module Reference

Data Types

type  displ_type
 

Functions/Subroutines

subroutine displ_alloc (displ, nam, geom, samp)
 
subroutine displ_dealloc (displ)
 
subroutine displ_compute (displ, mpl, nam, geom, samp, ens)
 
subroutine displ_write (displ, mpl, nam, geom, samp, filename)
 

Variables

character(len=1024) displ_method = 'cor_max'
 
real(kind_real), parameter cor_th = 0.2_kind_real
 

Function/Subroutine Documentation

◆ displ_alloc()

subroutine type_displ::displ_alloc ( class(displ_type), intent(inout)  displ,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(samp_type), intent(in)  samp 
)
private

Definition at line 66 of file type_displ.F90.

◆ displ_compute()

subroutine type_displ::displ_compute ( class(displ_type), intent(inout)  displ,
type(mpl_type), intent(inout)  mpl,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(samp_type), intent(inout)  samp,
type(ens_type), intent(in)  ens 
)
private

Definition at line 134 of file type_displ.F90.

Here is the call graph for this function:

◆ displ_dealloc()

subroutine type_displ::displ_dealloc ( class(displ_type), intent(inout)  displ)
private

Definition at line 108 of file type_displ.F90.

◆ displ_write()

subroutine type_displ::displ_write ( class(displ_type), intent(in)  displ,
type(mpl_type), intent(inout)  mpl,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom,
type(samp_type), intent(in)  samp,
character(len=*), intent(in)  filename 
)
private

Definition at line 608 of file type_displ.F90.

Variable Documentation

◆ cor_th

real(kind_real), parameter type_displ::cor_th = 0.2_kind_real

Definition at line 32 of file type_displ.F90.

◆ displ_method

character(len=1024) type_displ::displ_method = 'cor_max'

Definition at line 31 of file type_displ.F90.