CAM
cnmrespmod Module Reference

Data Types

type  cnmrespparamstype
 

Functions/Subroutines

subroutine, public readcnmrespparams (ncid)
 
subroutine, public cnmresp (bounds, num_soilc, filter_soilc, num_soilp, filter_soilp, canopystate_vars, soilstate_vars, temperature_vars, photosyns_vars, carbonflux_vars, carbonstate_vars, nitrogenstate_vars)
 

Variables

type(cnmrespparamstype), private cnmrespparamsinst
 

Function/Subroutine Documentation

◆ cnmresp()

subroutine, public cnmrespmod::cnmresp ( 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,
type(canopystate_type), intent(in)  canopystate_vars,
type(soilstate_type), intent(in)  soilstate_vars,
type(temperature_type), intent(in)  temperature_vars,
type(photosyns_type), intent(in)  photosyns_vars,
type(carbonflux_type), intent(inout)  carbonflux_vars,
type(carbonstate_type), intent(in)  carbonstate_vars,
type(nitrogenstate_type), intent(in)  nitrogenstate_vars 
)
Here is the caller graph for this function:

◆ readcnmrespparams()

subroutine, public cnmrespmod::readcnmrespparams ( type(file_desc_t), intent(inout)  ncid)
Here is the caller graph for this function:

Variable Documentation

◆ cnmrespparamsinst

type(cnmrespparamstype), private cnmrespmod::cnmrespparamsinst
private