CAM
funcpedotransfermod Module Reference

Functions/Subroutines

subroutine, public init_pedof ()
 
subroutine, public pedotransf (ipedof, sand, clay, watsat, bsw, sucsat, xksat)
 
subroutine pedotransf_cosby1984_table4 (sand, clay, watsat, bsw, sucsat, xksat)
 
subroutine pedotransf_cosby1984_table5 (sand, clay, watsat, bsw, sucsat, xksat)
 
subroutine pedotransf_noilhan_lacarrere1995 (sand, clay, watsat, bsw, sucsat, xksat)
 
integer function, public get_ipedof (soil_order)
 

Variables

integer, parameter cosby_1984_table5 = 0
 
integer, parameter cosby_1984_table4 = 1
 
integer, parameter noilhan_lacarrere_1995 = 2
 
integer ipedof0
 

Function/Subroutine Documentation

◆ get_ipedof()

integer function, public funcpedotransfermod::get_ipedof ( integer, intent(in)  soil_order)
Here is the caller graph for this function:

◆ init_pedof()

subroutine, public funcpedotransfermod::init_pedof ( )
Here is the caller graph for this function:

◆ pedotransf()

subroutine, public funcpedotransfermod::pedotransf ( integer, intent(in)  ipedof,
real(r8), intent(in)  sand,
real(r8), intent(in)  clay,
real(r8), intent(out)  watsat,
real(r8), intent(out)  bsw,
real(r8), intent(out)  sucsat,
real(r8), intent(out)  xksat 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pedotransf_cosby1984_table4()

subroutine funcpedotransfermod::pedotransf_cosby1984_table4 ( real(r8), intent(in)  sand,
real(r8), intent(in)  clay,
real(r8), intent(out)  watsat,
real(r8), intent(out)  bsw,
real(r8), intent(out)  sucsat,
real(r8), intent(out)  xksat 
)
Here is the caller graph for this function:

◆ pedotransf_cosby1984_table5()

subroutine funcpedotransfermod::pedotransf_cosby1984_table5 ( real(r8), intent(in)  sand,
real(r8), intent(in)  clay,
real(r8), intent(out)  watsat,
real(r8), intent(out)  bsw,
real(r8), intent(out)  sucsat,
real(r8), intent(out)  xksat 
)
Here is the caller graph for this function:

◆ pedotransf_noilhan_lacarrere1995()

subroutine funcpedotransfermod::pedotransf_noilhan_lacarrere1995 ( real(r8), intent(in)  sand,
real(r8), intent(in)  clay,
real(r8), intent(out)  watsat,
real(r8), intent(out)  bsw,
real(r8), intent(out)  sucsat,
real(r8), intent(out)  xksat 
)
Here is the caller graph for this function:

Variable Documentation

◆ cosby_1984_table4

integer, parameter funcpedotransfermod::cosby_1984_table4 = 1
private

◆ cosby_1984_table5

integer, parameter funcpedotransfermod::cosby_1984_table5 = 0
private

◆ ipedof0

integer funcpedotransfermod::ipedof0
private

◆ noilhan_lacarrere_1995

integer, parameter funcpedotransfermod::noilhan_lacarrere_1995 = 2
private