cable_netcdf_mod_init Interface

interface


Calls

interface~~cable_netcdf_mod_init~~CallsGraph interface~cable_netcdf_mod_init cable_netcdf_mod_init proc~cable_netcdf_mod_init cable_netcdf_mod_init interface~cable_netcdf_mod_init->proc~cable_netcdf_mod_init init init proc~cable_netcdf_mod_init->init

Called by

interface~~cable_netcdf_mod_init~~CalledByGraph interface~cable_netcdf_mod_init cable_netcdf_mod_init proc~mpidrv_master mpidrv_master proc~mpidrv_master->interface~cable_netcdf_mod_init proc~serialdrv serialdrv proc~serialdrv->interface~cable_netcdf_mod_init program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~mpidrv_master program~cable_offline_driver->proc~serialdrv

public module subroutine cable_netcdf_mod_init(mpi_grp)

Arguments

Type IntentOptional Attributes Name
type(mpi_grp_t), intent(in) :: mpi_grp

The MPI group for the set of processes that will be performing netCDF I/O operations. All procedures in cable_netcdf_mod should be called collectively by all processes in this group.

Description

Module initialisation procedure for cable_netcdf_mod. This procedure should be called before any other procedures in this module.