CABLE
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
io_decomp_land_to_x_y
Function
32 statements
Source File
cable_netcdf_decomp_util.F90
cable_netcdf_decomp_util_mod
io_decomp_land_to_x_y
Contents
public function io_decomp_land_to_x_y(land_x, land_y, mem_shape_spec, var_shape_spec, type) result(decomp)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
land_x
(:)
integer,
intent(in)
::
land_y
(:)
type(
dim_spec_t
),
intent(in)
::
mem_shape_spec
(:)
type(
dim_spec_t
),
intent(in)
::
var_shape_spec
(:)
integer,
intent(in)
::
type
Return Value
class(
cable_netcdf_decomp_t
), allocatable