VIIRS SST Processing
Posted: Fri Mar 24, 2017 3:34 am America/New_York
Hi,
I am trying to generate VIIRS SST product for Indian Ocean region.
used the following command to generate L2 files.
/bin/bash -c "l2gen ifile=$L1AFile geofile=$GEOFile suite=SST ofile=$L2File7 l2prod='sst,bias_sst,flags_sst,qual_sst,sstref,stdv_sst,l2_flags'" >$LogFile4
The Problem is, in L2 file qual_sst having value 3 in ocean and 4 in land for all over the Indian Ocean region.
Have a look on one of the LAC.
qual_sst
SST
As the qual_sst is always >=3 here so I am getting a l2bin error, total_filled_bins: 0 (as no bin is valid for the following command)
/bin/bash -c "l2bin INFILE=SST_FileList.lst OFILE=Test_SST.nc RESOLVE=1 PRODTYPE=regional NOEXT=1 QUAL_PROD=qual_sst NIGHT=0 FLAGUSE='LAND,HISOLZEN' QUAL_MAX=2 L3BPROD='sst;-2.00000'"
Any suggestion why qual_sst is behaving like that. Or am I making any mistake?
Thanks in advance..
I am trying to generate VIIRS SST product for Indian Ocean region.
used the following command to generate L2 files.
/bin/bash -c "l2gen ifile=$L1AFile geofile=$GEOFile suite=SST ofile=$L2File7 l2prod='sst,bias_sst,flags_sst,qual_sst,sstref,stdv_sst,l2_flags'" >$LogFile4
The Problem is, in L2 file qual_sst having value 3 in ocean and 4 in land for all over the Indian Ocean region.
Have a look on one of the LAC.
qual_sst
SST
As the qual_sst is always >=3 here so I am getting a l2bin error, total_filled_bins: 0 (as no bin is valid for the following command)
/bin/bash -c "l2bin INFILE=SST_FileList.lst OFILE=Test_SST.nc RESOLVE=1 PRODTYPE=regional NOEXT=1 QUAL_PROD=qual_sst NIGHT=0 FLAGUSE='LAND,HISOLZEN' QUAL_MAX=2 L3BPROD='sst;-2.00000'"
Any suggestion why qual_sst is behaving like that. Or am I making any mistake?
Thanks in advance..