CAM
canopyhydrologymod Module Reference

Functions/Subroutines

subroutine, public canopyhydrology_readnl (NLFilename)
 
subroutine, public canopyhydrology (bounds, num_nolakec, filter_nolakec, num_nolakep, filter_nolakep, atm2lnd_vars, canopystate_vars, temperature_vars, aerosol_vars, waterstate_vars, waterflux_vars)
 
subroutine, private fracwet (numf, filter, canopystate_vars, waterstate_vars)
 
subroutine, private frach2osfc (bounds, num_h2osfc, filter_h2osfc, waterstate_vars, qflx_h2osfc2topsoi, no_update)
 

Variables

integer oldfflag =0
 

Function/Subroutine Documentation

◆ canopyhydrology()

subroutine, public canopyhydrologymod::canopyhydrology ( type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_nolakec,
integer, dimension(:), intent(in)  filter_nolakec,
integer, intent(in)  num_nolakep,
integer, dimension(:), intent(in)  filter_nolakep,
type(atm2lnd_type), intent(in)  atm2lnd_vars,
type(canopystate_type), intent(in)  canopystate_vars,
type(temperature_type), intent(inout)  temperature_vars,
type(aerosol_type), intent(inout)  aerosol_vars,
type(waterstate_type), intent(inout)  waterstate_vars,
type(waterflux_type), intent(inout)  waterflux_vars 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ canopyhydrology_readnl()

subroutine, public canopyhydrologymod::canopyhydrology_readnl ( character(len=*), intent(in)  NLFilename)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ frach2osfc()

subroutine, private canopyhydrologymod::frach2osfc ( type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_h2osfc,
integer, dimension(:), intent(in)  filter_h2osfc,
type(waterstate_type), intent(inout)  waterstate_vars,
real(r8), dimension(bounds%begc:bounds%endc), intent(inout)  qflx_h2osfc2topsoi,
integer, intent(in), optional  no_update 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fracwet()

subroutine, private canopyhydrologymod::fracwet ( integer, intent(in)  numf,
integer, dimension(numf), intent(in)  filter,
type(canopystate_type), intent(in)  canopystate_vars,
type(waterstate_type), intent(inout)  waterstate_vars 
)
private
Here is the caller graph for this function:

Variable Documentation

◆ oldfflag

integer canopyhydrologymod::oldfflag =0