radiation Subroutine

public subroutine radiation(ssnow, veg, air, met, rad, canopy, sunlit_veg_mask, CLAI_thresh, CSboltz, Cemsoil, Cemleaf, Ccapp)

Uses

  • proc~~radiation~~UsesGraph proc~radiation radiation module~cable_def_types_mod cable_def_types_mod proc~radiation->module~cable_def_types_mod module~cable_other_constants_mod cable_other_constants_mod proc~radiation->module~cable_other_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
type(soil_snow_type), intent(inout) :: ssnow
type(veg_parameter_type), intent(in) :: veg
type(air_type), intent(in) :: air
type(met_type), intent(inout) :: met
type(radiation_type), intent(inout) :: rad
type(canopy_type), intent(in) :: canopy
logical :: sunlit_veg_mask(mp)
real :: CLAI_thresh
real :: CSboltz
real :: Cemsoil
real :: Cemleaf
real :: Ccapp

Called by

proc~~radiation~~CalledByGraph proc~radiation radiation proc~define_canopy define_canopy proc~define_canopy->proc~radiation 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