List of Existing ERA5Variables

In order to see a list of existing ERA5Variables, we can use the function tableERA5Variables(). Alternatively, if we only want to see SingleLevel or PressureLevel variables, we can use tableSingles() or tablePressures()

julia> using ERA5Reanalysis
julia> tableERA5Variables()ERROR: MethodError: no method matching pretty_table(::Matrix{Any}, ::Vector{String}; alignment=[:c, :c, :l, :c, :l], crop=:none, tf=PrettyTables.TextFormat(' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', '-', [:begin, :header, :end], :all)) Closest candidates are: pretty_table(!Matched::IO, ::Any; kwargs...) at ~/.julia/packages/PrettyTables/pZvTh/src/print.jl:705 pretty_table(!Matched::Type{String}, ::Any; color, kwargs...) at ~/.julia/packages/PrettyTables/pZvTh/src/print.jl:707 pretty_table(!Matched::Type{HTML}, ::Any; kwargs...) at ~/.julia/packages/PrettyTables/pZvTh/src/print.jl:713 ...