subroutine, public cncropharvestpoolsmod::cncropharvestpools |
( |
integer, intent(in) |
num_soilc, |
|
|
integer, dimension(:), intent(in) |
filter_soilc, |
|
|
type(carbonstate_type), intent(in) |
carbonstate_vars, |
|
|
type(carbonstate_type), intent(in) |
c13_carbonstate_vars, |
|
|
type(carbonstate_type), intent(in) |
c14_carbonstate_vars, |
|
|
type(nitrogenstate_type), intent(in) |
nitrogenstate_vars, |
|
|
type(phosphorusstate_type), intent(in) |
phosphorusstate_vars, |
|
|
type(carbonflux_type), intent(inout) |
carbonflux_vars, |
|
|
type(carbonflux_type), intent(inout) |
c13_carbonflux_vars, |
|
|
type(carbonflux_type), intent(inout) |
c14_carbonflux_vars, |
|
|
type(nitrogenflux_type), intent(inout) |
nitrogenflux_vars, |
|
|
type(phosphorusflux_type), intent(inout) |
phosphorusflux_vars |
|
) |
| |