change data in nc film
Added by jiayan yang over 2 years ago
hello :)
I need to add a negative sign to the data stored in the bright temperature channel of the himawari satellite data, how do I do this?
could you help me? thank you!
Replies (2)
RE: change data in nc film - Added by kunal bali over 2 years ago
Hi,
If I understood correctly, then you can multiply the data with -1 via
cdo mulc,-1 input.nc output.nc
....
Kunal
RE: change data in nc film - Added by jiayan yang over 2 years ago
Hi,Kunal:
thank you for your response.
when i used 'mulc',I am getting a warning as:
How do I solve this problem?