CABLE
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
new_aggregator_real32_2d
Function
7 statements
Source File
aggregator.F90
aggregator_mod
new_aggregator_real32_2d
Contents
private function new_aggregator_real32_2d(source_data, method) result(agg)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real32),
intent(inout),
dimension(:,:), target
::
source_data
character(len=*),
intent(in)
::
method
Return Value
type(
aggregator_real32_2d_t
)