plantcarb Subroutine

public subroutine plantcarb(veg, bgc, met, canopy)

Uses

  • proc~~plantcarb~~UsesGraph proc~plantcarb plantcarb module~cable_def_types_mod cable_def_types_mod proc~plantcarb->module~cable_def_types_mod module~cable_climate_type_mod cable_climate_type_mod module~cable_def_types_mod->module~cable_climate_type_mod

Arguments

Type IntentOptional Attributes Name
type(veg_parameter_type), intent(in) :: veg
type(bgc_pool_type), intent(in) :: bgc
type(met_type), intent(in) :: met
type(canopy_type), intent(inout) :: canopy

Called by

proc~~plantcarb~~CalledByGraph proc~plantcarb plantcarb proc~cbm cbm proc~cbm->proc~plantcarb 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