CAM
|
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) |
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 | ||
) |
|
private |
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 | ||
) |
|
private |
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 | ||
) |
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 | ||
) |
|
private |
|
private |