Project

General

Profile

Error in LCC NetCDF to LONLAT remap using CDO 1.9.1

Added by Matjaz Licer over 6 years ago

Dear all,

i am trying to convert a LCC NetCDF to LONLAT NetCDF using CDO 1.9.1:

cdo -remapbil,as_latlon.grid AL000_2017120706.nc AL000_2017120706_latlon.nc

where as_latlon.grid is:

gridtype  = projection
gridsize  = 177241
xsize     = 421
ysize     = 421
xname     = x
xunits    = "m" 
yname     = y
yunits    = "m" 
xfirst    = 0
xinc      = 4400
yfirst    = 0
yinc      = 4400
grid_mapping = Lambert_Conformal
grid_mapping_name = lambert_conformal_conic
standard_parallel = 46.244
longitude_of_central_meridian = 17.
latitude_of_projection_origin = 46.244
earth_radius = 6367470.
longitudeOfFirstGridPointInDegrees = 3.64
latitudeOfFirstGridPointInDegrees = 37.14


I encounter the following error:
cdo remapbil (Warning): lambert_conformal_conic mapping parameter false_easting and false_northing missing!

cdo remapbil (Abort): lambert_conformal_conic mapping parameter missing!


This used to work in my CDO 1.7.2 installation. Can anyone perhaps comment on what the problem might be or how to set these missing parameters? My CDO environment is:
Climate Data Operators version 1.9.1 (http://mpimet.mpg.de/cdo)
Compiled: by user on cmems (x86_64-unknown-linux-gnu) Dec 11 2017 09:42:57
CXX Compiler: g++ -std=gnu++11 -g -O2 -fopenmp 
CXX version : g++ (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
C Compiler: gcc -g -O2 -fopenmp 
C version : gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
Features: DATA PTHREADS OpenMP4 HDF5 NC4/HDF5 OPeNDAP UDUNITS2 SSE2
Libraries: HDF5/1.8.19
Filetypes: srv ext ieg grb1 grb2 nc1 nc2 nc4 nc4c nc5 
     CDI library version : 1.9.1 of Dec 11 2017 09:39:31
 CGRIBEX library version : 1.9.0 of Sep 29 2017 10:16:02
GRIB_API library version : 1.24.0
  NetCDF library version : 4.5.0 of Nov  1 2017 21:11:36 $
    HDF5 library version : 1.8.19
 SERVICE library version : 1.4.0 of Dec 11 2017 09:39:13
   EXTRA library version : 1.4.0 of Dec 11 2017 09:39:05
     IEG library version : 1.4.0 of Dec 11 2017 09:39:09
    FILE library version : 1.8.3 of Dec 11 2017 09:39:06

Thanks and best regards,
Matjaz


    (1-1/1)