CAM
|
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) |
subroutine cnnitrogenfluxtype::init | ( | class(nitrogenflux_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
|
private |
subroutine cnnitrogenfluxtype::initcold | ( | class(nitrogenflux_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
|
private |
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 | ||
) |
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 | ||
) |
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 | ||
) |
|
private |
|
private |