subroutine, public fatesbgcdynmod::fatesbgcdyn |
( |
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(carbonflux_type), intent(inout) |
carbonflux_vars, |
|
|
type(carbonstate_type), intent(inout) |
carbonstate_vars, |
|
|
type(cnstate_type), intent(inout) |
cnstate_vars, |
|
|
type(carbonflux_type), intent(inout) |
c13_carbonflux_vars, |
|
|
type(carbonstate_type), intent(inout) |
c13_carbonstate_vars, |
|
|
type(carbonflux_type), intent(inout) |
c14_carbonflux_vars, |
|
|
type(carbonstate_type), intent(inout) |
c14_carbonstate_vars, |
|
|
type(canopystate_type), intent(in) |
canopystate_vars, |
|
|
type(soilstate_type), intent(in) |
soilstate_vars, |
|
|
type(temperature_type), intent(inout) |
temperature_vars, |
|
|
type(ch4_type), intent(in) |
ch4_vars, |
|
|
type(nitrogenflux_type), intent(inout) |
nitrogenflux_vars, |
|
|
type(nitrogenstate_type), intent(inout) |
nitrogenstate_vars, |
|
|
type(phosphorusstate_type), intent(inout) |
phosphorusstate_vars, |
|
|
type(phosphorusflux_type), intent(inout) |
phosphorusflux_vars, |
|
|
type(hlm_fates_interface_type), intent(inout) |
alm_fates, |
|
|
type(crop_type), intent(inout) |
crop_vars |
|
) |
| |