Search found 7 matches

by OB ScienceSW - alex
Tue Apr 28, 2026 9:14 am America/New_York
Forum: Home
Question: SeaDAS/OCSSW cannot process NetCDF4 GOCI-II L1B: getanc fails and l2gen reports "Can't find sensor directory for ID -1"
Replies: 1

Re: SeaDAS/OCSSW cannot process NetCDF4 GOCI-II L1B: getanc fails and l2gen reports "Can't find sensor directory for ID

You can use SeaDAS to view/inspect GOCI-II L1B files but the mission is not supported by our processing software (l2gen, getanc, etc).
by OB ScienceSW - alex
Thu Mar 26, 2026 11:14 am America/New_York
Forum: Home
Question: L2bin polygon error in seadas 9/9.2 for OCI
Replies: 8

Re: L2bin polygon error in seadas 9/9.2 for OCI

What version of l2bin are you using? Could you provide the full log? I ran it with l2bin 8.1.1 and saw no I issue. Could you try to run V2026.0, the most recent V tag? l2bin ifile=PACE_OCI.20250401T153859.L2.OC_AOP.V3_1.nc ofile=test.nc suite=RRS l2bin 8.1.1 (Mar 25 2026 05:21:28) Loading default pa...
by OB ScienceSW - alex
Fri Jul 25, 2025 9:34 am America/New_York
Forum: Home
Question: SeaDAS new l2gen very slow
Replies: 19

Re: SeaDAS new l2gen very slow

You could try a different OS.
Also, could you compare the output files produced with the V2023 and V2025 tags? An L2 file has a group named processing controls, which contains all the input parameters and files. These should be the same in both tags.
by OB ScienceSW - alex
Thu Jul 24, 2025 4:00 pm America/New_York
Forum: Home
Question: SeaDAS new l2gen very slow
Replies: 19

Re: SeaDAS new l2gen very slow

I ran l2gen 9.11.0-V2025.1 (Jan 30 2025 23:47:26) on a Red Hat Enterprise Linux release 8.5 (Ootpa) with AMD EPYC 7352 24-Core Processor. CPU usage was close to 100% all the time and the RSS was around 4.3 Gb I used the same input file and the same input parameter as you did. I ran the code directly...
by OB ScienceSW - alex
Wed Jul 23, 2025 11:45 am America/New_York
Forum: Home
Question: SeaDAS new l2gen very slow
Replies: 19

Re: SeaDAS new l2gen very slow

Could you please provide the file name and explain exactly how you run the code?
by OB ScienceSW - alex
Sat Sep 14, 2024 5:45 pm America/New_York
Forum: Home
Question: alternate OCDATAROOT
Replies: 2

Re: alternate OCDATAROOT

There are 2 viable solutions. 1) change OCSSW_bash.env: replace line 81 with the following expression if [ -z ${OCDATAROOT+x} ]; then export OCDATAROOT=$OCSSWROOT/share; else echo "OCDATAROOT is set to '$OCDATAROOT'"; fi replace line 84 with the following expression if [ -z ${OCVARROOT+x} ...
by OB ScienceSW - alex
Mon Jun 03, 2024 9:53 am America/New_York
Forum: Home
Question: Sunglint calculation
Replies: 6

Re: Sunglint calculation

starbright wrote: > Another clarification question: > These two lines are inconsistent. > 25 C cos(OMEGA) = cos(BETA)cos(PHI)-sin(BETA)sin(PHI)cos(ALPHA) > 59 omega = acoss(cos(y1)*cos(y2)-sin(y1)*sin(y2)*cos(y3))/2. > > I assume the code (line 59) is correct, and the correct formula on line 25 > sh...