listecmwfvars
listecmwfvars(source::Symbol=:reanalysis; single::Bool=true, levlist::Bool=false, contain::AbstractString="")
Print a list of CDS ERA5 variables.
Args
source
: The source of the data. It can be either:reanalysis
or:forecast
. Default is:reanalysis
.
Kwargs
single
: If true, only single-level variables are listed. If false, pressure-level variables are listed [Default is true].pressure
: If true, only pressure-level variables are listed. If false, single-level variables are listed.contain
: A string to filter the variables by their Name. Only those containing this string (case sensitive) are listed. If not provided, all variables are listed.
Examples
Print all pressure-level variables.
listecmwfvars(pressure=true)
Print only single-level variables containing "Temperature" in their name from the foorecast datasets.
listecmwfvars(:forecast, contain="Temperature")
See Also
© GMT.jl. Last modified: May 19, 2025. Website built with Franklin.jl and the Julia programming language.
These docs were autogenerated using GMT: v1.29.0