master_restart_types Subroutine

private subroutine master_restart_types(comm, canopy, air, bgc)

Uses

  • proc~~master_restart_types~~UsesGraph proc~master_restart_types master_restart_types module~cable_def_types_mod cable_def_types_mod proc~master_restart_types->module~cable_def_types_mod module~casadimension casadimension proc~master_restart_types->module~casadimension module~casavariable casavariable proc~master_restart_types->module~casavariable mpi mpi proc~master_restart_types->mpi module~cable_climate_type_mod cable_climate_type_mod module~cable_def_types_mod->module~cable_climate_type_mod module~casadimension->module~cable_def_types_mod module~casavariable->module~casadimension

Arguments

Type IntentOptional Attributes Name
integer :: comm
type(canopy_type), intent(in) :: canopy
type(air_type), intent(in) :: air
type(bgc_pool_type), intent(in) :: bgc

Calls

proc~~master_restart_types~~CallsGraph proc~master_restart_types master_restart_types mpi_abort mpi_abort proc~master_restart_types->mpi_abort mpi_get_address mpi_get_address proc~master_restart_types->mpi_get_address mpi_reduce mpi_reduce proc~master_restart_types->mpi_reduce mpi_type_commit mpi_type_commit proc~master_restart_types->mpi_type_commit mpi_type_create_hvector mpi_type_create_hvector proc~master_restart_types->mpi_type_create_hvector mpi_type_create_struct mpi_type_create_struct proc~master_restart_types->mpi_type_create_struct mpi_type_free mpi_type_free proc~master_restart_types->mpi_type_free mpi_type_get_extent mpi_type_get_extent proc~master_restart_types->mpi_type_get_extent mpi_type_size mpi_type_size proc~master_restart_types->mpi_type_size

Called by

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