Dear all, I have a NETCDF file wihout FillValue . I need to add it to my file. could you please explain to me how to do it? Thank you in advance, Pooran
Dear all, I have a NETCDF file wihout FillValue . I need to add it to my file. could you please explain to me how to add it to my netcdf file? Thank you in advance, Pooran
Dear all, I have a NETCDF file wihout FillValue . I need to add it my file. could you please explain to me how to add it to my netcdf file? Thank you in advance, Pooran
Dear all, I have a NETCDF file wihout FillValue . I need to it my file. could you please explain to me how to add it to my netcdf file? Thank you in advance, Pooran
Dear Henry, I used the bleow commands to add atributes to my netcf files first :" ncatted -a add_offset,rhum,a,d,0 p1.nc p2.nc " and then" ncatted -a scale_factor,rhum,a,d,1 p2.nc p3.nc" your help was so useful for me . Thanks alot
Dear Henry, I used the bleow commands to add atributes to my netcf files first :" ncatted -a add_offset,rhum,a,d,0 p1.nc p2.nc " and then" ncatted -a scale_factor,rhum,a,d,1 p2.nc p3.nc" your help was so useful for me . Thanks again
Dear Henry, I used the bleow commands to add atributes to my netcf files first :" ncatted -a add_offset,rhum,a,d,0 p1.nc p2.nc " and then" ncatted -a scale_factor,rhum,a,d,1 p2nc p3.nc" your help was so useful for me . Thanks again
It works well. Many thanks for your help God bless you On Mon, Mar 4, 2019 at 5:20 PM henry Butowsky hmb@users.sourceforge.net wrote: Hi Poran, try the command: ncatted -a scale_factor,rhum,a,d,1 persian2.nc p2.nc The fourth argument to the -a switch indcates the netcdf type. d== NC_DOUBLE c== NC_CHAR . f==NC_FLOAT ... It is important to get this right as when the variable is unpacked the app doing the unpacking needs to know what type to unpack to. The type of scale_factor and add_offset must be...