CABLE
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
cable_netcdf_pio_io_create_decomp
Function
9 statements
Source File
cable_netcdf_pio.F90
cable_netcdf_pio_mod
cable_netcdf_pio_io_create_decomp
Contents
private function cable_netcdf_pio_io_create_decomp(this, compmap, dims, type) result(decomp)
Type Bound
cable_netcdf_pio_io_t
Arguments
Type
Intent
Optional
Attributes
Name
class(
cable_netcdf_pio_io_t
),
intent(inout)
::
this
integer,
intent(in)
::
compmap
(:)
integer,
intent(in)
::
dims
(:)
integer,
intent(in)
::
type
Return Value
class(
cable_netcdf_decomp_t
), allocatable