MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
subset_array
Function
7 statements
Source File
OpenMP_Support.F90
MAPL_OpenMP_Support
subset_array
Contents
public function subset_array(input_array, bounds) result(output_array)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=ESMF_KIND_R8),
intent(in),
pointer
::
input_array
(:,:)
type(
Interval
),
intent(in)
::
bounds
Return Value
real(kind=ESMF_KIND_R8), pointer, (:,:)