HDF to Binary

From: Ipsita Putatunda <ipsita.putatunda_at_nyahnyahspammersnyahnyah>
Date: Fri Jun 28 2013 - 05:05:06 MDT

I want to convert HDF file into Binary direct access.
I can read this HDF file using NCL, but how to convert it in direct access
Binary data?

load "$NCARG_ROOT/lib/ncarg/nclex/gsun/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
;------------------------------------------------------
;------------------------------------------------------------

  fi=addfile("test.HDF","r");
  data=fi->LHMean(0,:,:);
  print (data)

Any help will be appreciated.

Thanks,
Ipsita

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Jun 28 05:05:18 2013

This archive was generated by hypermail 2.1.8 : Mon Jul 01 2013 - 12:35:42 MDT