Adding Variables
Added by Neeldip Barman over 5 years ago
Hi,
I need to add two variables "date" and "datasec" into a .nc file for the entire time duration from year 2000 to 2019. The file is a emission data file with temporal resolution of 1 month. Is this possible with CDO? If yes, how should I proceed? Please help. I have attached the ncdump of the file.
Best,
Neeldip
ncdump.out (5.14 KB) ncdump.out |
Replies (1)
RE: Adding Variables - Added by Ralf Mueller over 5 years ago
hi Neeldip!
I'd use- python-netcdf4
- ncl
- for simple cases a combination of
ncdump
andncgen
CDO does not offer a direct access to creating dimension variables, sorry.
hth
ralf