Re: How to read the Bootstrap SIC data from NSIDC correctly

From: Tingting Fan <tingting_at_nyahnyahspammersnyahnyah>
Date: Wed Aug 21 2013 - 12:59:03 MDT

Hi Leo,
I used to use SIC data based on Bootstrap algorithm, I can shear the script.
I think the problem is that you did not describe data correctly, while you
should re-read the document. If you modify your script as:
********************************
  ...
  setfileoption("bin","ReadByteOrder","Native")
  y = fbindirread("./NSIDC/south/bt_201112_f17_v02_s.bin", 0, -1, "short")
  s = onedtond(y,(/nrows,ncols/))
  ...
********************************
It may work!
If you have any questions, feel free to ask!
Tingting

-- 
Tingting Fan
grad student visitor
NCAR/CGD/CAS
tel:303-497-1745


_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Wed Aug 21 12:59:11 2013

This archive was generated by hypermail 2.1.8 : Wed Aug 21 2013 - 13:54:15 MDT