variable name change
Added by kunal bali about 2 years ago
Hi,
I have a file with a variable name as `RADMAP-$_ASMPM550`
I tried to change the name using
cdo chname RADMAP-$_ASMPM550,ASMPM550 ASMPM550.nc ASMPM550_new.nc
But, not able to do this using this code.
The attached file is just an extracted file with `splitvar` function. I have a file with 100 variables starting name with `RADMAP-$`. So how can I remove `RADMAP-$` from the variable at once?
Any thoughts?
Thanks
ASMPM550.nc (97.5 KB) ASMPM550.nc |
Replies (1)
RE: variable name change - Added by kunal bali about 2 years ago
please ignore the issue. I have sorted it out.
the variable is actually given as
RADMAP-\$_ASMPM550
not as
RADMAP-$_ASMPM550