Search found 268 matches

by OB SeaDAS - dshea
Mon Jul 08, 2024 4:29 pm America/New_York
Forum: Home
Question: Level-2 format change?
Replies: 6

Re: Level-2 format change?

Yes, the L2 file format has changed. Since we have not used sub-sampling of the the lat/lon arrays in over 20 years, we decided to simplify the L2 file. This change also gave other 3rd party programs the ability to geolocate the variables (ie. chlor_a) now that they have the same dimensions as lat/l...
by OB SeaDAS - dshea
Thu Jun 20, 2024 11:35 am America/New_York
Forum: Home
Question: SNPP VIIRS issue processing SST
Replies: 5

Re: SNPP VIIRS issue processing SST

The Error you listed does not come from running l2bin. Errors like that come from running calibrate_viirs or geolocate_viirs. using the L2 file that we have on our system for this time period, l2bin runs fine. This is the L2 file the processing system currently has: SNPP_VIIRS.20240619T204201.L2.SST...
by OB SeaDAS - dshea
Wed May 08, 2024 8:41 am America/New_York
Forum: Home
Question: PACE l2gen
Replies: 2

Re: PACE l2gen

Right now the only aerosol option that works with OCI is

aer_opt=-18

I will look into why l2gen is seg faulting. Not nice.

don
by OB SeaDAS - dshea
Mon Apr 08, 2024 3:35 pm America/New_York
Forum: Home
Question: T2024.15 l2gen for PACE-OCI L2
Replies: 3

Re: T2024.15 l2gen for PACE-OCI L2

Your best bet is to wait until after Thursday. You will have access to real OCI data instead of simulated and we will have a new T and V tags that will process the data with l2gen.

don
by OB SeaDAS - dshea
Fri Mar 15, 2024 1:58 pm America/New_York
Forum: Home
Question: l1bextract_oci TypeError
Replies: 2

Re: l1bextract_oci TypeError

Looks like I have the same problem.
It has been fixed and will be in the next tag T2024.14

don
by OB SeaDAS - dshea
Mon Dec 11, 2023 3:08 pm America/New_York
Forum: Home
Question: Cannot install OCSSW Processors with SeaDAS 8.4.1
Replies: 4

Re: Cannot install OCSSW Processors with SeaDAS 8.4.1

Could you run

Code: Select all

/bin/bash -l
to see if you can run bash as a login shell. This is how seadas runs external commands.

don
by OB SeaDAS - dshea
Fri Aug 25, 2023 9:31 am America/New_York
Forum: Home
Question: OCSSW installation error
Replies: 5

Re: OCSSW installation error

Unfortunately we are having problems delivering OCSSW binaries for the Mac M1/M2. Right now you have 2 choices. Use a Docker container to run OCSSW: https://seadas.gsfc.nasa.gov/client_server/ or build OCSSW on your mac. This is quite involved. For the mac you need to install XQuartz to get the X11 ...
by OB SeaDAS - dshea
Fri Jun 16, 2023 1:12 pm America/New_York
Forum: Home
Question: L2gen Error - Error opening for writing, Unknown field with tag ...
Replies: 1

Re: L2gen Error - Error opening for writing, Unknown field with tag ...

I think you are asking for a non-existing product. Are you trying to get diatoms_hirata?

Could you send me the parameters you are giving l2gen.

don
by OB SeaDAS - dshea
Thu Jun 15, 2023 12:56 pm America/New_York
Forum: Home
Question: geolocate_hawkeye path bug
Replies: 1

Re: geolocate_hawkeye path bug

geolocate_hawkeye does not take the normal command line parameters, it only has positional params. The error message you see is just an error message to the developer used to debug the problem. I have tired to get my name off of the source filename error printout, but I am the one who compiles the c...
by OB SeaDAS - dshea
Thu Jun 15, 2023 12:46 pm America/New_York
Forum: Home
Question: SeaHawk/Hawkeye L1B geolocation issue
Replies: 3

Re: SeaHawk/Hawkeye L1B geolocation issue

For hawkeye you need to give the geo file also. This command should do the trick: l1bgen_generic ifile=/Volumes/Megalodon/SeaHawk/L1A/SEAHAWK1_HAWKEYE.20230512T213239.L1A.nc ofile=/Volumes/Megalodon/SeaHawk/L1B/SEAHAWK1_HAWKEYE.20230512T213239.L1B.nc geofile=/Volumes/Megalodon/SeaHawk/L1B/SEAHAWK1_H...