subroutine, public dynconsbiogeochemmod::dyn_cnbal_patch |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
type(prior_weights_type), intent(in) |
prior_weights, |
|
|
type(canopystate_type), intent(inout) |
canopystate_vars, |
|
|
type(photosyns_type), intent(inout) |
photosyns_vars, |
|
|
type(cnstate_type), intent(inout) |
cnstate_vars, |
|
|
type(carbonstate_type), intent(inout) |
carbonstate_vars, |
|
|
type(carbonstate_type), intent(inout) |
c13_carbonstate_vars, |
|
|
type(carbonstate_type), intent(inout) |
c14_carbonstate_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(nitrogenstate_type), intent(inout) |
nitrogenstate_vars, |
|
|
type(nitrogenflux_type), intent(inout) |
nitrogenflux_vars, |
|
|
type(phosphorusstate_type), intent(inout) |
phosphorusstate_vars, |
|
|
type(phosphorusflux_type), intent(inout) |
phosphorusflux_vars |
|
) |
| |