Page 1 of 1

OCSSW V2022.1 update_luts error

Posted: Tue Nov 22, 2022 7:45 pm America/New_York
by oo_processing
Dear Support,
Please check this error message:
$ /shares/cms_optics/apps/seadas/ocssw/V2022.1/bin/ocssw_runner update_luts -v modisa
/shares/cms_optics/apps/seadas/ocssw/V2022.1/bin/ocssw_runner: line 17: /OCSSW_bash.env: No such file or directory
/shares/cms_optics/apps/seadas/ocssw/V2022.1/bin/ocssw_runner: line 24: update_luts: command not found


I just installed this latest tag V2022.1. This error interrupted the installation. I did my own investigation and found it's caused by env variable $OCSSWROOT undefined. But it wasn't an issue, ocssw_runner of R2022.14 can self detect OCSSWROOT. I manually resumed the luts update. Although I'm playing V2022.1 now, but I would like to reinstall it if you can fix this error, I want to be sure the installation is complete.

Best,
-Yuyuan

Re: OCSSW V2022.1 update_luts error

Posted: Wed Nov 23, 2022 10:35 am America/New_York
by OB SeaDAS - xuanyang02
If you don't have OCSSWROOT defined, you can do

Code: Select all

ocssw_runner --ocsswroot /shares/cms_optics/apps/seadas/ocssw/V2022.1/ update_luts -v modisa

Re: OCSSW V2022.1 update_luts error

Posted: Wed Nov 23, 2022 12:01 pm America/New_York
by oo_processing
Thank you!
I found another issue in our end caused the installation interrupt. I've completed a new installation.

-Yuyuan