cable_netcdf_internal Submodule



Module Functions

module function cable_netcdf_create_file(path) result(file)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path

Return Value class(cable_netcdf_file_t), allocatable

module function cable_netcdf_open_file(path) result(file)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path

Return Value class(cable_netcdf_file_t), allocatable

module function cable_netcdf_create_decomp(compmap, dims, type) result(decomp)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: compmap(:)
integer, intent(in) :: dims(:)
integer, intent(in) :: type

Return Value class(cable_netcdf_decomp_t), allocatable


Module Subroutines

module subroutine cable_netcdf_mod_init(mpi_grp)

Arguments

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

module subroutine cable_netcdf_mod_end()

Arguments

None