Nothing
## This file was created automatically, do not edit by hand.
#' Print the number of parameters, levels or times
#'
#' This module prints the number of variables, levels or times of the input dataset.
#'
#' @details
#' npar Number of parameters
#' Prints the number of parameters (variables).
#' nlevel Number of levels
#' Prints the number of levels for each variable.
#' nyear Number of years
#' Prints the number of different years.
#' nmon Number of months
#' Prints the number of different combinations of years and months.
#' ndate Number of dates
#' Prints the number of different dates.
#' ntime Number of timesteps
#' Prints the number of timesteps.
#' ngridpoints Number of gridpoints
#' Prints the number of gridpoints for each variable.
#' ngrids Number of horizontal grids
#' Prints the number of horizontal grids.
#'
#'
#'
#' @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 ninfo
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.