getanc returning "no optimal files"
Posted: Thu Feb 17, 2022 3:19 pm America/New_York
I'm having issues with getanc (both SeaDAS 7.5.3 and 8.1.0 T2021.12). All queries return "*** WARNING: No optimal ___ files found." modis_atteph seems to work fine. Here's an example query (all return the same null result). This exact command worked properly last week (i.e., returned anc files).
> which getanc
/shares/cms_optics/apps/seadas/seadas-8.1/ocssw/bin/getanc
> getanc --disable-download -v -s 2016001002001 -e 2016001002001 --ancdb=/shares/cms_optics/bbb/jpatch/new/junk.db
/shares/cms_optics/bbb/jpatch/new/junk.db
Searching database: /shares/cms_optics/bbb/jpatch/new/junk.db
Input file: None
Sensor : None
Start time: 2016001002001
End time : 2016001002001
OBPG session started
Downloading 2016001002001.anc.server ( 0.00 MBs)
[==================================================]
...Done
*** WARNING: No optimal MET files found.
*** WARNING: No optimal OZONE files found.
*** WARNING: No optimal SST files found.
*** WARNING: No optimal ICE files found.
Created '2016001002001.anc' l2gen parameter text file:
*** WARNING: The following ancillary data types were missing or are not optimal: MET OZONE SST Sea Ice
> modis_atteph --disable-download -v -s 2016001002001 -e 2016001002001 --ancdb=/shares/cms_optics/bbb/jpatch/new/junk.db -m aqua
/shares/cms_optics/bbb/jpatch/new/junk.db
Searching database: /shares/cms_optics/bbb/jpatch/new/junk.db
Input file: None
Sensor : aqua
Start time: 2016001002001
End time : 2016001002001
OBPG session started
Downloading 2016001002001.anc.server ( 0.00 MBs)
[==================================================]
...Done
Found: /shares/cms_optics/apps/seadas/seadas-8.1/ocssw/var/anc/2016/001/PM1ATTNR.P2016001.0000.003
Found: /shares/cms_optics/apps/seadas/seadas-8.1/ocssw/var/anc/2015/365/PM1EPHND.P2015365.1200.003
All required attitude and ephemeris files successfully determined and downloaded.
att1=/shares/cms_optics/apps/seadas/seadas-8.1/ocssw/var/anc/2016/001/PM1ATTNR.P2016001.0000.003
eph1=/shares/cms_optics/apps/seadas/seadas-8.1/ocssw/var/anc/2015/365/PM1EPHND.P2015365.1200.003
- All optimal ancillary data files were determined. -
Note, I get essentially identical returns from SeaDAS7.5.3 (modis_atteph.py works, while getanc.py doesn't).
> which getanc
/shares/cms_optics/apps/seadas/seadas-8.1/ocssw/bin/getanc
> getanc --disable-download -v -s 2016001002001 -e 2016001002001 --ancdb=/shares/cms_optics/bbb/jpatch/new/junk.db
/shares/cms_optics/bbb/jpatch/new/junk.db
Searching database: /shares/cms_optics/bbb/jpatch/new/junk.db
Input file: None
Sensor : None
Start time: 2016001002001
End time : 2016001002001
OBPG session started
Downloading 2016001002001.anc.server ( 0.00 MBs)
[==================================================]
...Done
*** WARNING: No optimal MET files found.
*** WARNING: No optimal OZONE files found.
*** WARNING: No optimal SST files found.
*** WARNING: No optimal ICE files found.
Created '2016001002001.anc' l2gen parameter text file:
*** WARNING: The following ancillary data types were missing or are not optimal: MET OZONE SST Sea Ice
> modis_atteph --disable-download -v -s 2016001002001 -e 2016001002001 --ancdb=/shares/cms_optics/bbb/jpatch/new/junk.db -m aqua
/shares/cms_optics/bbb/jpatch/new/junk.db
Searching database: /shares/cms_optics/bbb/jpatch/new/junk.db
Input file: None
Sensor : aqua
Start time: 2016001002001
End time : 2016001002001
OBPG session started
Downloading 2016001002001.anc.server ( 0.00 MBs)
[==================================================]
...Done
Found: /shares/cms_optics/apps/seadas/seadas-8.1/ocssw/var/anc/2016/001/PM1ATTNR.P2016001.0000.003
Found: /shares/cms_optics/apps/seadas/seadas-8.1/ocssw/var/anc/2015/365/PM1EPHND.P2015365.1200.003
All required attitude and ephemeris files successfully determined and downloaded.
att1=/shares/cms_optics/apps/seadas/seadas-8.1/ocssw/var/anc/2016/001/PM1ATTNR.P2016001.0000.003
eph1=/shares/cms_optics/apps/seadas/seadas-8.1/ocssw/var/anc/2015/365/PM1EPHND.P2015365.1200.003
- All optimal ancillary data files were determined. -
Note, I get essentially identical returns from SeaDAS7.5.3 (modis_atteph.py works, while getanc.py doesn't).