[ncl-talk] Erro converting TRMM 2A25 HDF file to netcdf

Dennis Shea shea at ucar.edu
Tue Jun 2 19:45:08 MDT 2020


I have attached a modification.

This does only *one* day.

YOU will have to modify code to loop over multiple days.

On Sat, May 30, 2020 at 9:51 AM Lyndz via ncl-talk <ncl-talk at ucar.edu>
wrote:

> 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
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200602/78747c1b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lyndz.2A25_daily__hdf_to_netcdf.ncl
Type: application/octet-stream
Size: 8529 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200602/78747c1b/attachment.obj>


More information about the ncl-talk mailing list