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