Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Issue in CT2022 nc file while regridding

burhangis

New member
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
 
Top