master_cable_params Subroutine

private subroutine master_cable_params(comm, met, air, ssnow, veg, bgc, soil, canopy, rough, rad, sum_flux, bal)

Uses

  • proc~~master_cable_params~~UsesGraph proc~master_cable_params master_cable_params module~cable_common_module cable_common_module proc~master_cable_params->module~cable_common_module module~cable_def_types_mod cable_def_types_mod proc~master_cable_params->module~cable_def_types_mod module~cable_io_vars_module cable_IO_vars_module proc~master_cable_params->module~cable_io_vars_module mpi mpi proc~master_cable_params->mpi 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 module~cable_io_vars_module->module~cable_def_types_mod

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: comm
type(met_type), intent(inout) :: met
type(air_type), intent(inout) :: air
type(soil_snow_type), intent(inout) :: ssnow
type(veg_parameter_type), intent(inout) :: veg
type(bgc_pool_type), intent(inout) :: bgc
type(soil_parameter_type), intent(inout) :: soil
type(canopy_type), intent(inout) :: canopy
type(roughness_type), intent(inout) :: rough
type(radiation_type), intent(inout) :: rad
type(sum_flux_type), intent(inout) :: sum_flux
type(balances_type), intent(inout) :: bal

Calls

proc~~master_cable_params~~CallsGraph proc~master_cable_params master_cable_params mpi_abort mpi_abort proc~master_cable_params->mpi_abort mpi_get_address mpi_get_address proc~master_cable_params->mpi_get_address mpi_reduce mpi_reduce proc~master_cable_params->mpi_reduce mpi_send mpi_send proc~master_cable_params->mpi_send mpi_type_commit mpi_type_commit proc~master_cable_params->mpi_type_commit mpi_type_create_hvector mpi_type_create_hvector proc~master_cable_params->mpi_type_create_hvector mpi_type_create_struct mpi_type_create_struct proc~master_cable_params->mpi_type_create_struct mpi_type_free mpi_type_free proc~master_cable_params->mpi_type_free mpi_type_get_extent mpi_type_get_extent proc~master_cable_params->mpi_type_get_extent mpi_type_size mpi_type_size proc~master_cable_params->mpi_type_size proc~decomp_types decomp_types proc~master_cable_params->proc~decomp_types proc~master_send_input master_send_input proc~master_cable_params->proc~master_send_input proc~decomp_types->mpi_get_address proc~decomp_types->mpi_type_commit proc~decomp_types->mpi_type_create_struct mpi_type_create_resized mpi_type_create_resized proc~decomp_types->mpi_type_create_resized mpi_isend mpi_isend proc~master_send_input->mpi_isend mpi_waitall mpi_waitall proc~master_send_input->mpi_waitall

Called by

proc~~master_cable_params~~CalledByGraph proc~master_cable_params master_cable_params proc~mpidrv_master mpidrv_master proc~mpidrv_master->proc~master_cable_params program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~mpidrv_master