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