subroutine, public canopyfluxesmod::canopyfluxes |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
integer, intent(in) |
num_nolakeurbanp, |
|
|
integer, dimension(:), intent(in) |
filter_nolakeurbanp, |
|
|
type(atm2lnd_type), intent(in) |
atm2lnd_vars, |
|
|
type(canopystate_type), intent(inout) |
canopystate_vars, |
|
|
type(cnstate_type), intent(in) |
cnstate_vars, |
|
|
type(energyflux_type), intent(inout) |
energyflux_vars, |
|
|
type(frictionvel_type), intent(inout) |
frictionvel_vars, |
|
|
type(soilstate_type), intent(inout) |
soilstate_vars, |
|
|
type(solarabs_type), intent(in) |
solarabs_vars, |
|
|
type(surfalb_type), intent(in) |
surfalb_vars, |
|
|
type(temperature_type), intent(inout) |
temperature_vars, |
|
|
type(waterflux_type), intent(inout) |
waterflux_vars, |
|
|
type(waterstate_type), intent(inout) |
waterstate_vars, |
|
|
type(ch4_type), intent(inout) |
ch4_vars, |
|
|
type(photosyns_type), intent(inout) |
photosyns_vars, |
|
|
class(soil_water_retention_curve_type), intent(in) |
soil_water_retention_curve, |
|
|
type(nitrogenstate_type), intent(inout) |
nitrogenstate_vars, |
|
|
type(phosphorusstate_type), intent(inout) |
phosphorusstate_vars, |
|
|
type(hlm_fates_interface_type), intent(inout) |
alm_fates |
|
) |
| |