Page 1 of 1

Problem with new version of SeaDAS/OCSSW

Posted: Mon Oct 04, 2021 12:32 pm America/New_York
by avmehta
Hello,
I am trying to get MODIS L1 to L2 -- I have installed SeaDAS 8.1.0 and corresponding processors.
I am using a container on NADA NCCS adapt with limited permissions (it is mostly read only).
When I try MODIS_GEO I get the following messages (please see below). Can you please help/suggest how to proceed?
Thank you.
Amita

Traceback (most recent call last):
File "/att/opt/other/stretch/anaconda3/lib/python3.7/pathlib.py", line 1251, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cb8/ocssw/var/log'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/cb8/ocssw/bin/modis_GEO", line 113, in <module>
sys.exit(main())
File "/usr/local/cb8/ocssw/bin/modis_GEO", line 99, in main
env(m)
File "/usr/local/cb8/ocssw/bin/seadasutils/setupenv.py", line 46, in env
Path(self.dirs['log']).mkdir(parents=True, exist_ok=True)
File "/att/opt/other/stretch/anaconda3/lib/python3.7/pathlib.py", line 1255, in mkdir
self.parent.mkdir(parents=True, exist_ok=True)
File "/att/opt/other/stretch/anaconda3/lib/python3.7/pathlib.py", line 1251, in mkdir
self._accessor.mkdir(self, mode)
OSError: [Errno 30] Read-only file system: '/usr/local/cb8/ocssw/var'

Re: Problem with new version of SeaDAS/OCSSW

Posted: Mon Oct 04, 2021 1:05 pm America/New_York
by ASDC - ingridgs
Thank you for your question. A Subject Matter Expert has been notified and will answer your question shortly. Please stand by!

Re: Problem with new version of SeaDAS/OCSSW

Posted: Mon Oct 04, 2021 4:01 pm America/New_York
by OB SeaDAS - knowles
Hi Amita,

You will need to have SeaDAS OCSSW installed in a directory in which you have read/write permissions as some SeaDAS OCSSW programs read/write to these directories.

Re: Problem with new version of SeaDAS/OCSSW

Posted: Fri Oct 08, 2021 10:41 am America/New_York
by avmehta
Hi,
In my ocssw installation I do not see the 'var' directory. All I see are the sensor directories (e.g. modis, oli, viirs, etc.).
Thanks.
Amita

Re: Problem with new version of SeaDAS/OCSSW

Posted: Mon Oct 18, 2021 11:26 am America/New_York
by OB SeaDAS - xuanyang02
Can you do

Code: Select all

ls -al /usr/local/cb8/ocssw/
and post the result here?