CAM
cncarbonstatetype Module Reference

Data Types

type  carbonstate_type
 

Functions/Subroutines

subroutine init (this, bounds, carbon_type, ratio, c12_carbonstate_vars)
 
subroutine initallocate (this, bounds)
 
subroutine inithistory (this, bounds, carbon_type)
 
subroutine initcold (this, bounds, ratio, c12_carbonstate_vars)
 
subroutine restart (this, bounds, ncid, flag, carbon_type, c12_carbonstate_vars, cnstate_vars)
 
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)
 

Function/Subroutine Documentation

◆ init()

subroutine cncarbonstatetype::init ( class(carbonstate_type this,
type(bounds_type), intent(in)  bounds,
character(len=3), intent(in)  carbon_type,
real(r8), intent(in)  ratio,
type(carbonstate_type), intent(in), optional  c12_carbonstate_vars 
)

◆ initallocate()

subroutine cncarbonstatetype::initallocate ( class (carbonstate_type this,
type(bounds_type), intent(in)  bounds 
)
private

◆ initcold()

subroutine cncarbonstatetype::initcold ( class(carbonstate_type this,
type(bounds_type), intent(in)  bounds,
real(r8), intent(in)  ratio,
type(carbonstate_type), intent(in), optional  c12_carbonstate_vars 
)

◆ inithistory()

subroutine cncarbonstatetype::inithistory ( class (carbonstate_type this,
type(bounds_type), intent(in)  bounds,
character(len=3), intent(in)  carbon_type 
)
private
Here is the call graph for this function:

◆ restart()

subroutine cncarbonstatetype::restart ( class (carbonstate_type this,
type(bounds_type), intent(in)  bounds,
type(file_desc_t), intent(inout)  ncid,
character(len=*), intent(in)  flag,
character(len=3), intent(in)  carbon_type,
type (carbonstate_type), intent(in), optional  c12_carbonstate_vars,
type (cnstate_type), intent(in)  cnstate_vars 
)
Here is the call graph for this function:

◆ setvalues()

subroutine cncarbonstatetype::setvalues ( class (carbonstate_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 cncarbonstatetype::summary ( class(carbonstate_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 cncarbonstatetype::zerodwt ( class(carbonstate_type this,
type(bounds_type), intent(in)  bounds 
)
private