eddycarl@126_com
New Member
Hi there,
I have problem understanding the "Chunk" data structure, and hopefully someone could explain it to me.
OK, what I want to do is to read a couple of variables (i.e x1(time,lat,lon,lev), x2(time, lat, lon), x3(lat,lon), etc) from a netcdf file, then broadcast to the slave SMP processes. According to Eaton and Boville (Interface to column physics and chemistry packages, Sep 2002), these variables should be converted to the "chunk" structure, where chunk is an arbitrary collection of vertical columns. My present question is, how do I convert x1,x2,x3 to the chunk structure? Especially, how do I relate lat,lon with columns? Thank you!
I have problem understanding the "Chunk" data structure, and hopefully someone could explain it to me.
OK, what I want to do is to read a couple of variables (i.e x1(time,lat,lon,lev), x2(time, lat, lon), x3(lat,lon), etc) from a netcdf file, then broadcast to the slave SMP processes. According to Eaton and Boville (Interface to column physics and chemistry packages, Sep 2002), these variables should be converted to the "chunk" structure, where chunk is an arbitrary collection of vertical columns. My present question is, how do I convert x1,x2,x3 to the chunk structure? Especially, how do I relate lat,lon with columns? Thank you!