l1bgen failed with exit code 1

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
ysalinedem
Posts: 4
Joined: Wed Jul 10, 2024 10:16 pm America/New_York
Answers: 0

l1bgen failed with exit code 1

by ysalinedem » Wed Jul 31, 2024 9:12 pm America/New_York

Hello everyone,

I'm a beginner wth Seadas and with coding and I’m trying to process data from the PACE satellite using SeaDAS, and when I attempt to create the L1B product with the L1bgen tool, I get the following error message:

execution exception: java.io.IOException: l1bgen_generic failed with exit code 1.
Check log for more details.
Loading default parameters from /home/ysaline/SeaDAS/ocssw/share/common/msl12_defaults.par
-E- /home/dshea/ocssw/oel_hdf4/libl1/l1_options.c Line 212: Could not find type for file

Do you have an idea to fix the problem please? Thank you.

Filters:

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

Re: l1bgen failed with exit code 1

by OB SeaDAS - xuanyang02 » Thu Aug 01, 2024 10:00 am America/New_York

Are you trying to do l1bgen on PACE OCI L1A files? What's your input file?

We do provide PACE OCI L1B files here -- https://oceandata.sci.gsfc.nasa.gov/directdataaccess/Level-1B/PACE-OCI/2024/

ysalinedem
Posts: 4
Joined: Wed Jul 10, 2024 10:16 pm America/New_York
Answers: 0

Re: l1bgen failed with exit code 1

by ysalinedem » Thu Aug 01, 2024 7:35 pm America/New_York

Hello, I want to determine the amount of benthic light and I plan to work with PACE L1A files and process them using SeaDAS. I downloaded the data using the Python script provided by the web interface, and I wanted to verify that I had downloaded the correct files by opening and processing them in SeaDAS. Here is an example of a file I have processed.

When I return to my terminal, I have the following temporary file. Note that I have checked for updates to OCSSW and the software.

ysaline@AIMS-DCX80X2:~$ cat l1bgen_generic-tmpParFile12319493268934701987.par
ifile=/home/ysaline/PACE_OCI.20240701T042942.L1A.nc
ofile=/home/ysaline/PACE_OCI.20240701T042942.L1B.nc
ysaline@AIMS-DCX80X2:~$
Attachments
error.PNG
error.PNG (22.95 KiB) Not viewed yet
seadas.PNG
seadas.PNG (36.2 KiB) Not viewed yet

galmar
Posts: 1
Joined: Fri Aug 02, 2024 10:47 am America/New_York
Answers: 0

Re: l1bgen failed with exit code 1

by galmar » Fri Aug 02, 2024 10:51 am America/New_York

I thing you need to specify, at the very least, both the calibration and geolocation lookup tables:

cal_lut
geo_lut

OB.DAACx - SeanBailey
Posts: 1519
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 9 times

Re: l1bgen failed with exit code 1

by OB.DAACx - SeanBailey » Fri Aug 02, 2024 1:09 pm America/New_York

The l1bgen_generic code does not support PACE OCI. You should simply download the L1B files we distribute, rather that the L1A. However, if you have L1A files, you can run l1bgen_oci on them to generate the L1B...but it'd be faster to download them :D

https://search.earthdata.nasa.gov/search/granules?p=C3026581092-OB_CLOUD

Sean

Post Reply