NCAR / ncl

The NCAR Command Language (NCL) is a scripting language for the analysis and visualization of climate and weather data.

Home Page:http://www.ncl.ucar.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

addfile cannot read NetCDF file

anikfal opened this issue · comments

Code
addfile with read-write status parameter:

f = addfile("era5_file.nc","w")
print(f)

Output

Variable: f
(0) File Missing Value : -1

f = addfile("era5_file.nc","r") does not have any problem.

OS: Fedora 36
NCL version: 6.6.2