Surf_wetness_fact Subroutine

public subroutine Surf_wetness_fact(cansat, canopy, ssnow, veg, met, soil, dels)

Uses

  • proc~~surf_wetness_fact~~UsesGraph proc~surf_wetness_fact Surf_wetness_fact module~cable_common_module cable_common_module proc~surf_wetness_fact->module~cable_common_module module~cable_def_types_mod cable_def_types_mod proc~surf_wetness_fact->module~cable_def_types_mod module~cable_init_wetfac_mod cable_init_wetfac_mod proc~surf_wetness_fact->module~cable_init_wetfac_mod module~cable_phys_constants_mod cable_phys_constants_mod proc~surf_wetness_fact->module~cable_phys_constants_mod module~cable_runtime_opts_mod cable_runtime_opts_mod module~cable_common_module->module~cable_runtime_opts_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
real, intent(in), DIMENSION(:) :: cansat
type(canopy_type), intent(inout) :: canopy
type(soil_snow_type), intent(inout) :: ssnow
type(veg_parameter_type), intent(inout) :: veg
type(met_type), intent(inout) :: met
type(soil_parameter_type), intent(inout) :: soil
real, intent(in) :: dels

Calls

proc~~surf_wetness_fact~~CallsGraph proc~surf_wetness_fact Surf_wetness_fact proc~initialize_wetfac initialize_wetfac proc~surf_wetness_fact->proc~initialize_wetfac

Called by

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