FV3 Bundle
type_mom Module Reference

Data Types

type  mom_type
 

Functions/Subroutines

subroutine mom_alloc (mom, nam, geom, bpar, samp, ne, nsub)
 
subroutine mom_compute (mom, mpl, nam, geom, bpar, samp, ens)
 

Function/Subroutine Documentation

◆ mom_alloc()

subroutine type_mom::mom_alloc ( class(mom_type), intent(inout)  mom,
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)  ne,
integer, intent(in)  nsub 
)
private

Definition at line 45 of file type_mom.F90.

◆ mom_compute()

subroutine type_mom::mom_compute ( class(mom_type), intent(inout)  mom,
type(mpl_type), intent(in)  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,
type(ens_type), intent(in)  ens 
)
private

Definition at line 94 of file type_mom.F90.