Re: re-gridding bianary file

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Sat Jun 01 2013 - 06:34:27 MDT

This question is so general it is difficult to respond

[1] What type of binary? flat binary or fortran sequential binary?

[2] What 'endian' is the binary? Big-Endian or Little-Endian?

[3] Is the ordering (lat x lon x lev x time) below
     from a fortran program?

[4] Is the grid rectilinear or curvilinear?

===
Generic approach for a rectilinear grid. Note: you must
read the documentation for the functions.

(a) read binary file via 'fbinrecread' or 'fbindirread'
(b) for a rectilinear grid use 'linint2'
(c) binary: write the regridded file vi 'fbinrecwrite' or 'fbindirwrite'
     netCDF: see http://www.ncl.ucar.edu/Applications/method_1.shtml

On 6/1/13 4:12 AM, Bidyut Bikash Goswami wrote:
> Dear All,
>
> How to re-grid a binary file (dimension : lat x lon x lev x time) and write it in a file?
>
> Thanks,
> Bidyut
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sat Jun 1 06:34:32 2013

This archive was generated by hypermail 2.1.8 : Tue Jun 04 2013 - 09:50:17 MDT