R/family-sinfo.R

## This file was created automatically, do not edit by hand.
#' Short information
#'
#' This module writes information about the structure of infiles to standard output. infiles is an arbitrary number of input files. All input files need to have the same structure with the same variables on different timesteps. The information displayed depends on the chosen operator. 
#'
#' @details
#'     sinfo   Short information listed by parameter identifier
#'             Prints short information of a dataset. The information is divided into 4 sections.
#'             Section 1 prints one line per parameter with the following information:
#'             - institute and source
#'             - time c=constant v=varying
#'             - type of statistical processing
#'             - number of levels and z-axis number
#'             - horizontal grid size and number
#'             - data type
#'             - parameter identifier
#'             Section 2 and 3 gives a short overview of all grid and vertical coordinates.
#'             And the last section contains short information of the time coordinate.
#'     sinfon  Short information listed by parameter name
#'             The same as operator sinfo but using the name instead of the identifier to label the parameter.
#'
#' 
#'
#' @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 sinfo
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.