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~cable_climate_type_mod cable_climate_type_mod module~cable_def_types_mod->module~cable_climate_type_mod

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 mpidrv_master proc~mpidrv_master->proc~master_outtypes program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~mpidrv_master