SUEWS API Site
Documentation of SUEWS source code
|
Functions/Subroutines | |
subroutine | co2_biogen (alpha_bioCO2, alpha_enh_bioCO2, avkdn, beta_bioCO2, beta_enh_bioCO2, BSoilSurf, ConifSurf, DecidSurf, dectime, EmissionsMethod, gfunc, gfunc2, GrassSurf, gsmodel, id, it, ivConif, ivDecid, ivGrass, LAI_id, LAIMin, LAIMax, min_res_bioCO2, nsurf, NVegSurf, resp_a, resp_b, sfr, SnowFrac, t2, Temp_C, theta_bioCO2, Fc_biogen, Fc_photo, Fc_respi) |
subroutine co2_module::co2_biogen | ( | real(kind(1d0)), dimension(nvegsurf), intent(in) | alpha_bioCO2, |
real(kind(1d0)), dimension(nvegsurf), intent(in) | alpha_enh_bioCO2, | ||
real(kind(1d0)), intent(in) | avkdn, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | beta_bioCO2, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | beta_enh_bioCO2, | ||
integer, intent(in) | BSoilSurf, | ||
integer, intent(in) | ConifSurf, | ||
integer, intent(in) | DecidSurf, | ||
real(kind(1d0)), intent(in) | dectime, | ||
integer, intent(in) | EmissionsMethod, | ||
real(kind(1d0)), intent(in) | gfunc, | ||
real(kind(1d0)), intent(in) | gfunc2, | ||
integer, intent(in) | GrassSurf, | ||
integer, intent(in) | gsmodel, | ||
integer, intent(in) | id, | ||
integer, intent(in) | it, | ||
integer, intent(in) | ivConif, | ||
integer, intent(in) | ivDecid, | ||
integer, intent(in) | ivGrass, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | LAI_id, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | LAIMin, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | LAIMax, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | min_res_bioCO2, | ||
integer, intent(in) | nsurf, | ||
integer, intent(in) | NVegSurf, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | resp_a, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | resp_b, | ||
real(kind(1d0)), dimension(nsurf), intent(in) | sfr, | ||
real(kind(1d0)), dimension(nsurf), intent(in) | SnowFrac, | ||
real(kind(1d0)), intent(in) | t2, | ||
real(kind(1d0)), intent(in) | Temp_C, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | theta_bioCO2, | ||
real(kind(1d0)), intent(out) | Fc_biogen, | ||
real(kind(1d0)), intent(out) | Fc_photo, | ||
real(kind(1d0)), intent(out) | Fc_respi | ||
) |
Definition at line 39 of file suews_phys_biogenco2.f95.
Referenced by suews_driver::suews_cal_biogenco2().