R/family-selvar.R

## This file was created automatically, do not edit by hand.
#' Select fields
#'
#' This module selects some fields from infile and writes them to outfile. The fields selected depends on the chosen operator and the parameters. A range of integer values can be specified by first/last\[/inc\]. 
#'
#' @details
#'     selparam      Select parameters by identifier
#'                   Selects all fields with parameter identifiers in a user given list.
#'     delparam      Delete parameters by identifier
#'                   Deletes all fields with parameter identifiers in a user given list.
#'     selcode       Select parameters by code number
#'                   Selects all fields with code numbers in a user given list or range.
#'     delcode       Delete parameters by code number
#'                   Deletes all fields with code numbers in a user given list or range.
#'     selname       Select parameters by name
#'                   Selects all fields with parameter names in a user given list.
#'     delname       Delete parameters by name
#'                   Deletes all fields with parameter names in a user given list.
#'     selstdname    Select parameters by standard name
#'                   Selects all fields with standard names in a user given list.
#'     sellevel      Select levels
#'                   Selects all fields with levels in a user given list.
#'     sellevidx     Select levels by index
#'                   Selects all fields with index of levels in a user given list or range.
#'     selgrid       Select grids
#'                   Selects all fields with grids in a user given list.
#'     selzaxis      Select z-axes
#'                   Selects all fields with z-axes in a user given list.
#'     selzaxisname  Select z-axes by name
#'                   Selects all fields with z-axis names in a user given list.
#'     selltype      Select GRIB level types
#'                   Selects all fields with GRIB level type in a user given list or range.
#'     seltabnum     Select parameter table numbers
#'                   Selects all fields with parameter table numbers in a user given list or range.
#' 
#'
#' 
#'
#' @returns
#' Operators that output one or more files return a character vector to the
#' output files.
#'
#' Operators that output an indefinite number of files return a string with the
#' basename of the files.
#'
#' Operatos that don't return filenames return a character vector with the
#' string output.
#' @name selvar
NULL

Try the rcdo package in your browser

Any scripts or data that you put into this service are public.

rcdo documentation built on June 8, 2025, 12:36 p.m.