CAM
cnnitrogenfluxtype Module Reference

Data Types

type  nitrogenflux_type
 

Functions/Subroutines

subroutine init (this, bounds)
 
subroutine initallocate (this, bounds)
 
subroutine inithistory (this, bounds)
 
subroutine initcold (this, bounds)
 
subroutine restart (this, bounds, ncid, flag)
 
subroutine setvalues (this, num_patch, filter_patch, value_patch, num_column, filter_column, value_column)
 
subroutine zerodwt (this, bounds)
 
subroutine summary (this, bounds, num_soilc, filter_soilc, num_soilp, filter_soilp)
 
subroutine nsummary_interface (this, bounds, num_soilc, filter_soilc)
 

Function/Subroutine Documentation

◆ init()

subroutine cnnitrogenfluxtype::init ( class(nitrogenflux_type this,
type(bounds_type), intent(in)  bounds 
)

◆ initallocate()

subroutine cnnitrogenfluxtype::initallocate ( class (nitrogenflux_type this,
type(bounds_type), intent(in)  bounds 
)
private

◆ initcold()

subroutine cnnitrogenfluxtype::initcold ( class(nitrogenflux_type this,
type(bounds_type), intent(in)  bounds 
)

◆ inithistory()

subroutine cnnitrogenfluxtype::inithistory ( class(nitrogenflux_type this,
type(bounds_type), intent(in)  bounds 
)
private
Here is the call graph for this function:

◆ nsummary_interface()

subroutine cnnitrogenfluxtype::nsummary_interface ( class (nitrogenflux_type this,
type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_soilc,
integer, dimension(:), intent(in)  filter_soilc 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ restart()

subroutine cnnitrogenfluxtype::restart ( class (nitrogenflux_type this,
type(bounds_type), intent(in)  bounds,
type(file_desc_t), intent(inout)  ncid,
character(len=*), intent(in)  flag 
)

◆ setvalues()

subroutine cnnitrogenfluxtype::setvalues ( class (nitrogenflux_type this,
integer, intent(in)  num_patch,
integer, dimension(:), intent(in)  filter_patch,
real(r8), intent(in)  value_patch,
integer, intent(in)  num_column,
integer, dimension(:), intent(in)  filter_column,
real(r8), intent(in)  value_column 
)

◆ summary()

subroutine cnnitrogenfluxtype::summary ( class (nitrogenflux_type this,
type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_soilc,
integer, dimension(:), intent(in)  filter_soilc,
integer, intent(in)  num_soilp,
integer, dimension(:), intent(in)  filter_soilp 
)
private
Here is the call graph for this function:

◆ zerodwt()

subroutine cnnitrogenfluxtype::zerodwt ( class(nitrogenflux_type this,
type(bounds_type), intent(in)  bounds 
)
private