Project

General

Profile

Unsupported Target grid type (generic)

Added by selam haftu over 3 years ago

i downloaded monthly climate data for a specific location from KNMI website, i tried to regrid (remap) using CDO but it was giving me error as stated in the subject.
The KNMI data has no Xsize, Ysize, grid-size, Xinc, Yinc, and grid type values. i used the "remapycon" operator as indicated in the picture below. Please how can we solve this problem.

Thank you for your help, responses and support for research. we really appreciate your effort.


Replies (4)

RE: Unsupported Target grid type (generic) - Added by Karin Meier-Fleischer over 3 years ago

Hi Selam,

can you upload the data file (1 timestep) and the target grid file? Without the files it is hard to say what to do.

-Karin

RE: Unsupported Target grid type (generic) - Added by selam haftu over 3 years ago

please find attached the files as requested. thank you for your kind response.

RE: Unsupported Target grid type (generic) - Added by Karin Meier-Fleischer over 3 years ago

What do you want to do with it? The variable pr of both files only depends on time, so IMO it makes no sense to remap it onto a grid.

ncdump -h icmip6_pr_Amon_ens_ssp245_37.83-40.51E_7.35-9.99N_n_5lan_su_000.nc
netcdf icmip6_pr_Amon_ens_ssp245_37.83-40.51E_7.35-9.99N_n_5lan_su_000 {
dimensions:
    time = 3012 ;
variables:
    float time(time) ;
        time:units = "months since 1850-01-15" ;
        time:standard_name = "time" ;
        time:long_name = "time" ;
        time:axis = "T" ;
        time:calendar = "gregorian" ;
    float pr(time) ;
        pr:long_name = "Precipitation" ;
        pr:units = "mm/day" ;
        pr:_FillValue = 3.e+33f ;
ncdump -h icmip6_pr_Amon_ens_ssp245_37.83-40.51E_7.35-9.99N_n_5lan_su_003.nc
netcdf icmip6_pr_Amon_ens_ssp245_37.83-40.51E_7.35-9.99N_n_5lan_su_003 {
dimensions:
    time = 3012 ;
variables:
    float time(time) ;
        time:units = "months since 1850-01-15" ;
        time:standard_name = "time" ;
        time:long_name = "time" ;
        time:axis = "T" ;
        time:calendar = "gregorian" ;
    float pr(time) ;
        pr:long_name = "Precipitation" ;
        pr:units = "mm/day" ;
        pr:_FillValue = 3.e+33f ;

RE: Unsupported Target grid type (generic) - Added by selam haftu over 3 years ago

thank you for your time, we figure out the point from your explanation. the data is depends on time.
we appreciate. :)

    (1-4/4)