[ncl-talk] Erro converting TRMM 2A25 HDF file to netcdf
Lyndz
olagueralyndonmark429 at gmail.com
Sat May 30 09:50:16 MDT 2020
Dear NCL experts,
*[1] What I want to do*
I have multiple swath TRMM 2A25 data in HDF format and I want to bin them,
plot the resulting daily image, then save as a netcdf file.
The input has the following format:
2A25.20010101.17823.7.HDF
2A25.<yearmonthday>.<5 digit orbitnumber>.<version>.HDF
*[2] Problem*
I am encountering the following errors when saving to NetCDF.
warning:Right hand side has no coordinate variable can not delete
coordinate variable of a file, use (/ .. /) to avoid this message
warning:["Execute.c":8637]:Execute: Error occurred at or near line 217 in
file 2A25_daily__hfr_to_netcdf.ncl
warning:Right hand side has no coordinate variable can not delete
coordinate variable of a file, use (/ .. /) to avoid this message
warning:["Execute.c":8637]:Execute: Error occurred at or near line 218 in
file 2A25_daily__hfr_to_netcdf.ncl
This error occurs near the "time" dimension.
I would like to ask for help in fixing this problem. The input file has no
hh and mn so I set them to 0 in the code. The time and date are causing the
problem.
I'll appreciate any help.
---
Lyndz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200530/f85e49ea/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2A25_daily__hdf_to_netcdf.ncl
Type: application/octet-stream
Size: 7449 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200530/f85e49ea/attachment.obj>
More information about the ncl-talk
mailing list