coordinate_variables_list Function

function coordinate_variables_list(grid_type) result(coord_variables)

Returns a list of coordinate variables to be included in an output stream based on the output grid type.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: grid_type

The output grid type. See allowed_grid_types for the available grid types.

Return Value type(cable_output_variable_t), allocatable, (:)