ERROR executing clavrx_3.0 for archived SDR data

VIIRS Sensor Data Record
Post Reply
smf
Posts: 1
Joined: Tue Jul 21, 2020 8:20 am

ERROR executing clavrx_3.0 for archived SDR data

Post by smf »

Dear all,
After correctly setting environement variables I ran with run_clavrx.sh for 2020 july SDR data. but when I ran the same command for 2017 july SDR data I had this following error message indicating that SST files is not available for this dates as follow :
run_clavrx.sh -d 3 ../SDR work .

CSPP_CLAVRX_HOME: /home/smiej/CSPP/CLAVRx_3_0
Deaggregating with 4 processes.
Processing GMTCO_npp_d20171104_t1317398_e1319040_b31201_c20200721125825029732_cspp_dev.h5...
Acquiring sea surface temperature file...
No handlers could be found for logger "__main__"
Traceback (most recent call last):
File "/home/smiej/CSPP/CLAVRx_3_0/ShellB3/bin/get_clavrx_sst", line 12, in <module>
load_entry_point('cspp-fetch==0.3.0', 'console_scripts', 'get_clavrx_sst')()
File "/home/smiej/CSPP/CLAVRx_3_0/ShellB3/lib/python3.6/site-packages/cspp_fetch-0.3.0-py3.6.egg/cspp_fetch/entry.py", line 298, in clavrx_sst

print(_sst_wrapper(DAYS_BACK=21, as_netcdf=True, as_leo=True))
File "/home/smiej/CSPP/CLAVRx_3_0/ShellB3/lib/python3.6/site-packages/cspp_fetch-0.3.0-py3.6.egg/cspp_fetch/entry.py", line 137, in _sst_wrapper
return _sst(nominal, DAYS_BACK, as_netcdf, as_leo, gunzip)
File "/home/smiej/CSPP/CLAVRx_3_0/ShellB3/lib/python3.6/site-packages/cspp_fetch-0.3.0-py3.6.egg/cspp_fetch/entry.py", line 165, in _sst
raise RuntimeError("no sst files are available for %s!" % (nominal))
RuntimeError: no sst files are available for 2017-11-04 00:00:00!


Could you help me how can I overcome this issue
Regards
kathys
Posts: 484
Joined: Tue Jun 22, 2010 4:51 pm

Re: ERROR executing clavrx_3.0 for archived SDR data

Post by kathys »

The online ancillary data archive in support of CSPP Level 2 products is only available starting in 2018. You will not be able to create CLAVRx products using the CSPP software from a time period before then.

Sorry,

Kathy
kathys
Posts: 484
Joined: Tue Jun 22, 2010 4:51 pm

Re: ERROR executing clavrx_3.0 for archived SDR data

Post by kathys »

I think I was able to track the ancillary data required to create the CLAVRx products for your data date (2017_11_04). Please try executing your software again to see if it will now create output products.

Good luck,

Kathy
Post Reply