FV3 Bundle
tools_asa007 Module Reference

Functions/Subroutines

subroutine, public asa007_cholesky (mpl, n, nn, a, u)
 
subroutine, public asa007_syminv (mpl, n, nn, a, c)
 

Variables

real(kind_real), parameter eta = 1.0e-9_kind_real
 

Function/Subroutine Documentation

◆ asa007_cholesky()

subroutine, public tools_asa007::asa007_cholesky ( type(mpl_type), intent(in)  mpl,
integer, intent(in)  n,
integer, intent(in)  nn,
real(kind_real), dimension(nn), intent(in)  a,
real(kind_real), dimension(nn), intent(out)  u 
)

Definition at line 33 of file tools_asa007.F90.

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

◆ asa007_syminv()

subroutine, public tools_asa007::asa007_syminv ( type(mpl_type), intent(in)  mpl,
integer, intent(in)  n,
integer, intent(in)  nn,
real(kind_real), dimension(nn), intent(in)  a,
real(kind_real), dimension(nn), intent(out)  c 
)

Definition at line 101 of file tools_asa007.F90.

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

Variable Documentation

◆ eta

real(kind_real), parameter tools_asa007::eta = 1.0e-9_kind_real

Definition at line 21 of file tools_asa007.F90.