worker_outtype Subroutine

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

Uses

  • proc~~worker_outtype~~UsesGraph proc~worker_outtype worker_outtype module~cable_def_types_mod cable_def_types_mod proc~worker_outtype->module~cable_def_types_mod mpi mpi proc~worker_outtype->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~~worker_outtype~~CallsGraph proc~worker_outtype worker_outtype mpi_abort mpi_abort proc~worker_outtype->mpi_abort mpi_comm_rank mpi_comm_rank proc~worker_outtype->mpi_comm_rank mpi_get_address mpi_get_address proc~worker_outtype->mpi_get_address mpi_reduce mpi_reduce proc~worker_outtype->mpi_reduce mpi_type_commit mpi_type_commit proc~worker_outtype->mpi_type_commit mpi_type_create_struct mpi_type_create_struct proc~worker_outtype->mpi_type_create_struct mpi_type_get_extent mpi_type_get_extent proc~worker_outtype->mpi_type_get_extent mpi_type_size mpi_type_size proc~worker_outtype->mpi_type_size proc~find_extents find_extents proc~worker_outtype->proc~find_extents proc~find_extents->mpi_get_address

Called by

proc~~worker_outtype~~CalledByGraph proc~worker_outtype worker_outtype proc~mpidrv_worker~2 mpidrv_worker proc~mpidrv_worker~2->proc~worker_outtype