query_regarding_extraction_data
Added by kunal bali about 7 years ago
Dear CDO users
I am facing problem in extracting the data from the attached .nc file.
I am using the cdo code = sellonlatbox for extracting the data but it shows the warning as
Warning (scanVarAttributes) : NetCDF: Variable not found - GridLat_grid1km,
Warning (scanVarAttributes) : NetCDF: Variable not found - GridLat_grid1km,
Warning (scanVarAttributes) : NetCDF: Variable not found - GridLat_grid1km,
Warning (scanVarAttributes) : NetCDF: Variable not found - GridLat_grid1km,
Warning (scanVarAttributes) : NetCDF: Variable not found - GridLat_grid1km,
The atached .nc file is created from hdf format using NCL software. One hdf file sample is also attached.
please let me know how can I extract the data from the attached netcdf file
Thank You
Kunal
Replies (2)
RE: query_regarding_extraction_data - Added by Uwe Schulzweida about 7 years ago
The coordinates attribute contains a comma:
AOT_QA_grid1km:coordinates = "GridLat_grid1km, GridLon_grid1km" ;Commas are not allowed in coordinates attributes.
RE: query_regarding_extraction_data - Added by kunal bali about 7 years ago
Thanks for proving this information.
So how can I remove this comma?
I used the attached script to generate netcdf file. Could you please let me know how to modify the attached script.
Thank You
regards
Kunal