master_outtypes Subroutine

private subroutine master_outtypes(comm, met, canopy, ssnow, rad, bal, air, soil, veg)

Uses

  • proc~~master_outtypes~~UsesGraph proc~master_outtypes master_outtypes module~cable_def_types_mod cable_def_types_mod proc~master_outtypes->module~cable_def_types_mod mpi mpi proc~master_outtypes->mpi module~aggregator_mod aggregator_mod module~cable_def_types_mod->module~aggregator_mod module~cable_climate_type_mod cable_climate_type_mod module~cable_def_types_mod->module~cable_climate_type_mod iso_fortran_env iso_fortran_env module~aggregator_mod->iso_fortran_env module~cable_error_handler_mod cable_error_handler_mod module~aggregator_mod->module~cable_error_handler_mod module~cable_error_handler_base_mod cable_error_handler_base_mod module~cable_error_handler_mod->module~cable_error_handler_base_mod module~cable_error_handler_base_mod->iso_fortran_env

Arguments

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

Calls

proc~~master_outtypes~~CallsGraph proc~master_outtypes master_outtypes mpi_abort mpi_abort proc~master_outtypes->mpi_abort mpi_get_address mpi_get_address proc~master_outtypes->mpi_get_address mpi_reduce mpi_reduce proc~master_outtypes->mpi_reduce mpi_type_commit mpi_type_commit proc~master_outtypes->mpi_type_commit mpi_type_create_hindexed mpi_type_create_hindexed proc~master_outtypes->mpi_type_create_hindexed mpi_type_create_hvector mpi_type_create_hvector proc~master_outtypes->mpi_type_create_hvector mpi_type_create_struct mpi_type_create_struct proc~master_outtypes->mpi_type_create_struct mpi_type_get_extent mpi_type_get_extent proc~master_outtypes->mpi_type_get_extent mpi_type_size mpi_type_size proc~master_outtypes->mpi_type_size

Called by

proc~~master_outtypes~~CalledByGraph proc~master_outtypes master_outtypes proc~mpidrv_master~2 mpidrv_master proc~mpidrv_master~2->proc~master_outtypes