Search found 453 matches

by OB ODPS - towens
Thu Jul 04, 2024 8:37 pm America/New_York
Forum: Home
Question: Data Delay on PACE OCI?
Replies: 1

Re: Data Delay on PACE OCI?

We have just completed the V2.0 reprocessing of OCI data. There will not be any further production of the preliminary V1.0 products.

Tommy
by OB ODPS - towens
Sat Jun 29, 2024 2:51 pm America/New_York
Forum: Home
Question: JPSS1 VIIRS L2 containing suspect "CI" metadata
Replies: 2

Re: JPSS1 VIIRS L2 containing suspect "CI" metadata

There were some changes to the processing scripts introduced last week and these files look to have processed while the scripts were in flux. I will reprocess them to get the correct metadata in the files, but the differences are only in the metadata.

Tommy
by OB ODPS - towens
Fri Jun 28, 2024 11:37 am America/New_York
Forum: Home
Question: MODIS Data processing with OCSSW
Replies: 2

Re: MODIS Data processing with OCSSW

One thing I noticed:

Code: Select all

Failed: 'l2bin prodtype=regional ofile=MOD00.P2024177.1600_1.PDS.sst.L3b.nc infile=MOD00.P2024177.1600_1.PDS.sst.L2.nc resolution=Q average=area suite=SST l3bprod=sst', error 28160
average=area is not an l2bin option

You can apply interp=area to map the L3b to L3m

Tommy
by OB ODPS - towens
Mon Jun 03, 2024 9:56 am America/New_York
Forum: Home
Question: insitu data acces
Replies: 1

Re: insitu data acces

try the SeaWiFS Bio-optical Archive and Storage System (SeaBASS)

https://seabass.gsfc.nasa.gov/

Tommy
by OB ODPS - towens
Thu May 16, 2024 10:09 am America/New_York
Forum: Home
Question: MODIS data process SeaDAS
Replies: 1

Re: MODIS data process SeaDAS

The MERRA2 optimal ancillary data for 2024-04-18 (2024109) will not be available until at least May 21, 2024.

Tommy
by OB ODPS - towens
Thu May 09, 2024 2:19 pm America/New_York
Forum: Home
Question: PACE l2gen
Replies: 2

Re: PACE l2gen

If I set aer_opt=-18 l2gen fails with: /home/dshea/ocssw/src/l2gen/atmocor2.c line 217: the first mbac wavelength 751 shouldn't be shorter than aer_wave_short 1250 If I replace: aer_waer_wave_short=1250 aer_wave_long=1618 with: aer_wave_short=751 aer_wave_long=870 l2gen completes without error. I al...
by OB ODPS - towens
Tue Apr 30, 2024 2:04 pm America/New_York
Forum: Home
Question: Unrecognized type code of variable supplied -1 ncdf file
Replies: 1

Re: Unrecognized type code of variable supplied -1 ncdf file

The mapped data have the product in the file name, that is an L3 bin file. If you are regularly opening L3b files, check the file with the file command and make sure it is not an HTML file from a download error. If it is HTML, open it in a browser to see the error message.

Tommy
by OB ODPS - towens
Tue Apr 16, 2024 6:16 pm America/New_York
Forum: Home
Question: PACE RGB generation
Replies: 7

Re: PACE RGB generation

Since OCI is hyperspectral, with an undefined l3bprod, the l2bin file has 286 binned rhos bands from rhos_315 to rhos_2258.

Tommy
by OB ODPS - towens
Tue Apr 16, 2024 2:16 pm America/New_York
Forum: Home
Question: PACE RGB generation
Replies: 7

Re: PACE RGB generation

If I add l3bprod=rhos_465,rhos_555,rhos_610 to the l2bin command, the binning completes without error.

Tommy
by OB ODPS - towens
Tue Apr 16, 2024 1:29 pm America/New_York
Forum: Home
Question: PACE RGB generation
Replies: 7

Re: PACE RGB generation

./SeaDAS/ocssw/bin/mapgen -v --ifile PACE_OCI.20240413T175156.L1B.nc --ofile test.rgb --use_rgb product_rgb=rhos_610,rhos_555,rhos_465 ###### l2gen ###### Running: SeaDAS/ocssw/bin/l2gen ifile=PACE_OCI.20240413T175156.L1B.nc ofile=mapgen_l2gen_01.nc l2prod=rhos_nnn atmocor=0 proc_sst=0 Generated L2 ...