eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
col_filter_from_logical_array
Function
15 statements
Source File
filterColMod.F90
filterColMod
col_filter_from_logical_array
Contents
public function col_filter_from_logical_array(bounds, logical_col) result(filter)
Arguments
Type
Intent
Optional
Attributes
Name
type(
bounds_type
),
intent(in)
::
bounds
logical,
intent(in)
::
logical_col
(bounds%begc:)
Return Value
type(
filter_col_type
)