Dear sir,
I have a problem when processing the hdf version sst(New generation SST by Tohoku University,Japan), the script i used is to crop the specific area for analysis of the average sst. but here i found the hdf were not consistent with your hdf version,like modis, seawifs,etc..
especially in 'load command': Can i design the command for this hdf format like this:
echo" 'LOAD','dir/home',FTYPE='HDF', sst_qual_ix=[1,0,0,0,0],prod_ix=1,xsample=1,ysample=1,limit=[34,122,36,124]">>dir/load_seadas
By @sean
Date 2011-05-17 20:09
SeaDAS does not know about the ngsst HDF format. It *might* be possible
to load the it as a generic HDF file, but without an example file I cannot
say whether it will work or not. The ftype parameter tells SeaDAS what
function to use to load the products, the example you show will not work, as
the generic HDF reader knows nothing about SST quality flags.
Sean