Project

General

Profile

convert netcdf file to grib with local table

Added by Zeinab Salah over 5 years ago

Hello,
We use CDO version 1.6.8 (http://mpimet.mpg.de/cdo)
We want to convert netcdf file contains dust concentration to grib format using this command
( cdo -f grb copy dust_con.nc dust_con.grb) , but the variable changes to PRES with units of pressure.
Also the option of changing the name didn't change it :
cdo -f grb copy -chname,SCONC_DUST,dust_conc dust_con.nc dust_con.grb
We found website for the suitable local table (https://dust.aemet.es/methods/local-tables-v-1) but how we can use this table in cdo.
Thank you in advance
Zeinab


Replies (1)

RE: convert netcdf file to grib with local table - Added by Zeinab Salah over 5 years ago

Hi,
Please, I need to convert netcdf file to grib without changing the name of the variables and their units, how can I make that?
Thanks for any help
zeinab

    (1-1/1)