Problem with new version of SeaDAS/OCSSW

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
avmehta
Posts: 184
Joined: Mon Feb 03, 2020 10:27 am America/New_York
Answers: 0
Been thanked: 1 time

Problem with new version of SeaDAS/OCSSW

by avmehta » Mon Oct 04, 2021 12:32 pm America/New_York

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'

Tags:

ASDC - ingridgs
Subject Matter Expert
Subject Matter Expert
Posts: 142
Joined: Fri Apr 23, 2021 9:14 am America/New_York
Answers: 1
Has thanked: 17 times
Been thanked: 7 times

Re: Problem with new version of SeaDAS/OCSSW

by ASDC - ingridgs » Mon Oct 04, 2021 1:05 pm America/New_York

Thank you for your question. A Subject Matter Expert has been notified and will answer your question shortly. Please stand by!

OB SeaDAS - knowles
Subject Matter Expert
Subject Matter Expert
Posts: 269
Joined: Mon Apr 07, 2008 4:40 pm America/New_York
Answers: 0

Re: Problem with new version of SeaDAS/OCSSW

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

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.

avmehta
Posts: 184
Joined: Mon Feb 03, 2020 10:27 am America/New_York
Answers: 0
Been thanked: 1 time

Re: Problem with new version of SeaDAS/OCSSW

by avmehta » Fri Oct 08, 2021 10:41 am America/New_York

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

OB SeaDAS - xuanyang02
Subject Matter Expert
Subject Matter Expert
Posts: 644
Joined: Tue Feb 09, 2021 5:42 pm America/New_York
Answers: 1
Been thanked: 1 time

Re: Problem with new version of SeaDAS/OCSSW

by OB SeaDAS - xuanyang02 » Mon Oct 18, 2021 11:26 am America/New_York

Can you do

Code: Select all

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

Post Reply