Seems there is a bug with the use of the -c,--curdir option. One I apparently introduced almost 3 years ago
I'm very surprised this is the first report. The good news is the solution is simple.
The first option is a workaround. Don't use -c. Just let the code put the files in the default location.
The second option is to edit this file: $OCSSWROOT/bin/seadasutils/setupenv.py
replace line 55 which looks like this:with this:Sean

The first option is a workaround. Don't use -c. Just let the code put the files in the default location.
The second option is to edit this file: $OCSSWROOT/bin/seadasutils/setupenv.py
replace line 55 which looks like this:
Code:
self.dirs['run'] = Path.cwd()
Code:
self.dirs['run'] = str(Path.cwd())
Statistics: Posted by OB.DAAC - SeanBailey — Sat Feb 03, 2024 11:08 am America/New_York