Search found 1 match
- Mon Mar 04, 2024 6:54 am America/New_York
- Forum: Home
- Question: Missing time variable in netcdf files
- Replies: 1
Missing time variable in netcdf files
Hello, I have many netcdf files without time variable; and because that I can't merge all netcdf files into one, with nco tool. To understand better how look a netcdf file, I run a simple Python code: import xarray as xr dataset = xr.open_dataset('T2000057.L3m_DAY_CHL.x_chlor_a.nc') print(dataset.at...