Unrecognized type code of variable supplied -1 ncdf file
Posted: Tue Apr 30, 2024 9:28 am America/New_York
I am using R to open a series of NCDF files that I downloaded from here. These are chlorophyll a files. I have never had an issue opening these before in R but when I try to open the files, I get this error: "Error in ncvar_type_to_string(rv$precint) : Error, unrecognized type code of variable supplied: -1"
I am trying to open this: AQUA_MODIS.20200101_20200131.L3b.MO.CHL.x.nc
So I feel like the file itself is corrupted or the variable is not specified. Where there is an "x" in the file name, I have had it say "chlor_a" in the past and that's the variable name.
I am trying to open this: AQUA_MODIS.20200101_20200131.L3b.MO.CHL.x.nc
So I feel like the file itself is corrupted or the variable is not specified. Where there is an "x" in the file name, I have had it say "chlor_a" in the past and that's the variable name.