photosynthesis Subroutine

public subroutine photosynthesis(csxz, cx1z, cx2z, gswminz, rdxz, vcmxt3z, vcmxt4z, vx3z, vx4z, gs_coeffz, vlaiz, deltlfz, anxz, fwsoilz)

Uses

  • proc~~photosynthesis~~UsesGraph proc~photosynthesis photosynthesis module~cable_def_types_mod cable_def_types_mod proc~photosynthesis->module~cable_def_types_mod module~cable_other_constants_mod cable_other_constants_mod proc~photosynthesis->module~cable_other_constants_mod module~cable_photo_constants_mod cable_photo_constants_mod proc~photosynthesis->module~cable_photo_constants_mod module~cable_climate_type_mod cable_climate_type_mod module~cable_def_types_mod->module~cable_climate_type_mod module~grid_constants_mod_cbl grid_constants_mod_cbl module~cable_other_constants_mod->module~grid_constants_mod_cbl

Arguments

Type IntentOptional Attributes Name
real(kind=r_2), intent(in), DIMENSION(mp,mf) :: csxz
real, intent(in), DIMENSION(mp,mf) :: cx1z
real, intent(in), DIMENSION(mp,mf) :: cx2z
real, intent(in), DIMENSION(mp,mf) :: gswminz
real, intent(in), DIMENSION(mp,mf) :: rdxz
real, intent(in), DIMENSION(mp,mf) :: vcmxt3z
real, intent(in), DIMENSION(mp,mf) :: vcmxt4z
real, intent(in), DIMENSION(mp,mf) :: vx3z
real, intent(in), DIMENSION(mp,mf) :: vx4z
real, intent(in), DIMENSION(mp,mf) :: gs_coeffz
real, intent(in), DIMENSION(mp,mf) :: vlaiz
real, intent(in), DIMENSION(mp,mf) :: deltlfz
real, intent(inout), DIMENSION(mp,mf) :: anxz
real, DIMENSION(mp) :: fwsoilz

Called by

proc~~photosynthesis~~CalledByGraph proc~photosynthesis photosynthesis proc~dryleaf dryLeaf proc~dryleaf->proc~photosynthesis proc~define_canopy define_canopy proc~define_canopy->proc~dryleaf proc~cbm cbm proc~cbm->proc~define_canopy proc~mpidrv_worker~2 mpidrv_worker proc~mpidrv_worker~2->proc~cbm proc~serialdrv serialdrv proc~serialdrv->proc~cbm program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~serialdrv