Hi Everyone
I downloaded data from this url(https://gml.noaa.gov/aftp/products/carbontracker/co2/CT2022/molefractions/co2_total/) after that when i am trying to regridding it via cdo command, it giving me an error.
Cdo command
cdo remapbil,gridfile.txt CT2022_2020-03-01.nc co2_regridded.nc
========================================================================
Error
cdo remapbil (Abort): Unsupported generic coordinates (Variable: time_components)!
========================================================================
and my gridfile.txt is
gridtype = lonlat
xsize = 1440 # Number of longitudes (360°/0.25°)
ysize = 721 # Number of latitudes (180°/0.25°)
xfirst = 0 # Longitude of the first grid point
xinc = 0.25 # Longitude increment
yfirst = 90 # Latitude of the first grid point
yinc = -0.25 # Latitude increment
How i can regrid my input dataset
I downloaded data from this url(https://gml.noaa.gov/aftp/products/carbontracker/co2/CT2022/molefractions/co2_total/) after that when i am trying to regridding it via cdo command, it giving me an error.
Cdo command
cdo remapbil,gridfile.txt CT2022_2020-03-01.nc co2_regridded.nc
========================================================================
Error
cdo remapbil (Abort): Unsupported generic coordinates (Variable: time_components)!
========================================================================
and my gridfile.txt is
gridtype = lonlat
xsize = 1440 # Number of longitudes (360°/0.25°)
ysize = 721 # Number of latitudes (180°/0.25°)
xfirst = 0 # Longitude of the first grid point
xinc = 0.25 # Longitude increment
yfirst = 90 # Latitude of the first grid point
yinc = -0.25 # Latitude increment
How i can regrid my input dataset