Data processing and correction algorithms
Posted: Fri Oct 02, 2020 4:35 am America/New_York
Hello all
I am doing MODIES - Aqua multilevel data processing from level 1 to level 3 using all the 11 atmospheric correction algorithms.
I processed the data successfully from level 1 to level 2.
From level 2 to level 3 i am getting the following problems:
While processing, when i am using chlorophyll as a product , i am getting chl-a data for 8 correction algorithms (-99, 0, -1, -2, -3, -8, -9, -10,) only. for the remaining four algorithms i am not getting any data.
And except chlorophyll, when i am changing the product to Rrs indifferent wavelengths like Rrs_412, Rrs_443, Rrs_469 of aot_869, angstrom. them i am getting the data for only four correction algorithms (-2, -3, -9, -10).
Here i am proving the code details, can any one please rectify and suggest what is missing exactly.
/bin/bash -c "l2gen ifile=$L1bFile par=$L1bFile.anc geofile=$GeoFile \
ofile1=$L2File1 l2prod1='chlor_a, Rrs_412, Rrs_443, Rrs_469, Rrs_488, Rrs_531, Rrs_547, Rrs_555, Rrs_645, Rrs_667, Rrs_678, Rrs_748, Rrs_859, Rrs_869, angstrom, aot_869'
aer_opt=${AeroMod[$Indx_AeroMod]}"
L2inFileOC="L2Bin-OC-4km."${NameAeroMod[$Indx_AeroMod]}".txt";
l2binFileOC="A"$Yyear$Yday"-4KM-SpaceBin-OC-L2BIN."${NameAeroMod[$Indx_AeroMod]};
ls -1 A*_OC.${NameAeroMod[$Indx_AeroMod]}.L2_LAC > $L2inFileOC;
l2bin infile=$L2inFileOC ofile=$l2binFileOC.L3_GAC sday=$Yyear$Yday eday=$Yyear$Yday resolve=4 \
flaguse=LAND,CLDICE,HIGLINT \
l3bprod=chlor_a,Rrs_412,Rrs_443,Rrs_469,Rrs_488,Rrs_531,Rrs_547,Rrs_555,Rrs_645,Rrs_667,Rrs_678,Rrs_748,Rrs_859,Rrs_869,angstrom,aot_869 prodtype='regional' noext=1
oformat=netCDF4 verbose=1
L3inFileOC=$l2binFileOC.L3_GAC;
l3binFileOC="A"$Yyear$Yday"-4KM-SpaceBin-OC-L3BIN."${NameAeroMod[$Indx_AeroMod]};
OpMapFileOC="A-"$Ymonth$Yyear"-d"$Ydom"-4KM-Entire-OC."${NameAeroMod[$Indx_AeroMod]};
l3bin in=$L3inFileOC out=$l3binFileOC.nc
out_parm=chlor_a,Rrs_412,Rrs_443,Rrs_469,Rrs_488,Rrs_531,Rrs_547,Rrs_555,Rrs_645,Rrs_667,Rrs_678,Rrs_748,Rrs_859,Rrs_869,angstrom,aot_869 latnorth=20.0 latsouth=18.0
loneast=89.0 lonwest=87.0 sday=$Yyear$Yday eday=$Yyear$Yday noext=1
Thank you in advance :smile:
I am doing MODIES - Aqua multilevel data processing from level 1 to level 3 using all the 11 atmospheric correction algorithms.
I processed the data successfully from level 1 to level 2.
From level 2 to level 3 i am getting the following problems:
While processing, when i am using chlorophyll as a product , i am getting chl-a data for 8 correction algorithms (-99, 0, -1, -2, -3, -8, -9, -10,) only. for the remaining four algorithms i am not getting any data.
And except chlorophyll, when i am changing the product to Rrs indifferent wavelengths like Rrs_412, Rrs_443, Rrs_469 of aot_869, angstrom. them i am getting the data for only four correction algorithms (-2, -3, -9, -10).
Here i am proving the code details, can any one please rectify and suggest what is missing exactly.
/bin/bash -c "l2gen ifile=$L1bFile par=$L1bFile.anc geofile=$GeoFile \
ofile1=$L2File1 l2prod1='chlor_a, Rrs_412, Rrs_443, Rrs_469, Rrs_488, Rrs_531, Rrs_547, Rrs_555, Rrs_645, Rrs_667, Rrs_678, Rrs_748, Rrs_859, Rrs_869, angstrom, aot_869'
aer_opt=${AeroMod[$Indx_AeroMod]}"
L2inFileOC="L2Bin-OC-4km."${NameAeroMod[$Indx_AeroMod]}".txt";
l2binFileOC="A"$Yyear$Yday"-4KM-SpaceBin-OC-L2BIN."${NameAeroMod[$Indx_AeroMod]};
ls -1 A*_OC.${NameAeroMod[$Indx_AeroMod]}.L2_LAC > $L2inFileOC;
l2bin infile=$L2inFileOC ofile=$l2binFileOC.L3_GAC sday=$Yyear$Yday eday=$Yyear$Yday resolve=4 \
flaguse=LAND,CLDICE,HIGLINT \
l3bprod=chlor_a,Rrs_412,Rrs_443,Rrs_469,Rrs_488,Rrs_531,Rrs_547,Rrs_555,Rrs_645,Rrs_667,Rrs_678,Rrs_748,Rrs_859,Rrs_869,angstrom,aot_869 prodtype='regional' noext=1
oformat=netCDF4 verbose=1
L3inFileOC=$l2binFileOC.L3_GAC;
l3binFileOC="A"$Yyear$Yday"-4KM-SpaceBin-OC-L3BIN."${NameAeroMod[$Indx_AeroMod]};
OpMapFileOC="A-"$Ymonth$Yyear"-d"$Ydom"-4KM-Entire-OC."${NameAeroMod[$Indx_AeroMod]};
l3bin in=$L3inFileOC out=$l3binFileOC.nc
out_parm=chlor_a,Rrs_412,Rrs_443,Rrs_469,Rrs_488,Rrs_531,Rrs_547,Rrs_555,Rrs_645,Rrs_667,Rrs_678,Rrs_748,Rrs_859,Rrs_869,angstrom,aot_869 latnorth=20.0 latsouth=18.0
loneast=89.0 lonwest=87.0 sday=$Yyear$Yday eday=$Yyear$Yday noext=1
Thank you in advance :smile: