Welcome to the Earthdata Forum! Here, the scientific user community and subject matter experts from NASA Distributed Active Archive Centers (DAACs), and other contributors, discuss research needs, data, and data applications.
Yeah, seems that one is not happy :cry: The next update works: $ l3bin in=A2019214.L3b_DAY_CHL.nc out=test.nc reduce_fac=2 noext=1 verbose=on L3BIN 5.13 (Jul 22 2019 18:58:02) Single input file irow: 0 of 4320 Wed Aug 7 09:07:49 2019 irow: 500 of 4320 Wed Aug 7 09:07:49 2019 irow: 1000 of 4320 Wed Aug 7 09:07:49 2019 irow: 1500 of 4320 Wed Aug 7 09:07:49 2019 irow: 2000 of 4320 Wed Aug 7 09:07:49 2019 irow: 2500 of 4320 Wed Aug 7 09:07:49 2019 irow: 3000 of 4320 Wed Aug 7 09:07:50 2019 irow: 3500 of 4320 Wed Aug 7 09:07:50 2019 irow: 4000 of 4320 Wed Aug 7 09:07:50 2019 Done
and the previous version works: $ l3bin in=A2019214.L3b_DAY_CHL.nc out=test.nc reduce_fac=2 noext=1 verbose=on L3BIN 5.12 (May 31 2018 12:45:20) Single HDF input irow: 0 of 4320 Wed Aug 7 09:11:00 2019 irow: 500 of 4320 Wed Aug 7 09:11:00 2019 irow: 1000 of 4320 Wed Aug 7 09:11:00 2019 irow: 1500 of 4320 Wed Aug 7 09:11:00 2019 irow: 2000 of 4320 Wed Aug 7 09:11:00 2019 irow: 2500 of 4320 Wed Aug 7 09:11:01 2019 irow: 3000 of 4320 Wed Aug 7 09:11:01 2019 irow: 3500 of 4320 Wed Aug 7 09:11:01 2019 irow: 4000 of 4320 Wed Aug 7 09:11:01 2019 Done
So, until we get the next update out, you could revert the l3bin binary to the previous version using the following command: (for Linux): cd $OCSSW_BIN && git checkout 01ee66 l3bin (for Mac): cd $OCSSW_BIN && git checkout dfd49ef l3bin