SeaWiFS processing using mlp

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
ana_dogliotti
Posts: 28
Joined: Mon Sep 12, 2005 1:16 pm America/New_York
Answers: 0

SeaWiFS processing using mlp

by ana_dogliotti » Wed Dec 13, 2017 7:13 pm America/New_York

Hi,

I'm trying to process L1A SeaWiFS data to get IOP products (GIOP) using multilevel_processor
The SW_IOP_mlp.par is simple:

[main]
ifile=/home/tele/SW/inputFiles.lst
use_existing=1
ocproc_getanc=1
use_nrt_anc=1
keepfiles=1
odir=/home/tele/SW

[l2gen]
l2prod="a_412_giop a_443_giop a_490_giop a_510_giop a_555_giop a_670_giop adg_443_giop aph_443_giop l2_flags"

Then I run the multilevel_processor.py script and everything seems to work fine, I get the L2 image (S2001252153428.L2_LAC_OC.x.hdf), but when I try to open it using SeaDAS, I get the following message: "No appropriate reader found"

Am I doing something wrong?

Here is the output:

tele@acer-anita:~/Processing$ multilevel_processor.py SW_IOP_mlp.par
OCSSWROOT -> /home/tele/seadas-7.4/ocssw
DEBUG:root:Starting multilevel_processor.py at 2017-12-13 21:00:49
DEBUG:root:cfg_data.overwrite: False
DEBUG:root:cfg_data.use_existing: True
DEBUG:root:cfg_data.keepfiles: True
DEBUG:root:input_file_data: {'/home/tele/SW/S2001252150146.L1A_MLAC.x.hdf': ('level 1a', 'seawifs')}
DEBUG:root:first_file_key: /home/tele/SW/S2001252150146.L1A_MLAC.x.hdf
DEBUG:root:instrument: seawifs
DEBUG:root:lowest_source_level: level 1a
DEBUG:root:processors: [Processor for target_type = l2gen]
multilevel_processor.py: 1 processors to run: l2gen
DEBUG:root:
DEBUG:root:Processing for l2gen:
DEBUG:root:proc_src_types:
DEBUG:root:level 1a
DEBUG:root:Performing nonbatch processing for l2gen processor
DEBUG:root:Added /home/tele/SW/S2001252153428.L2_LAC_OC.x.hdf to tar file list
multilevel_processor.py: processor 1 of 1 complete.
DEBUG:root:Processing complete for "l2gen".
DEBUG:root:Processing complete.
attachment 1

Tags:

ana_dogliotti
Posts: 28
Joined: Mon Sep 12, 2005 1:16 pm America/New_York
Answers: 0

SeaWiFS processing using mlp

by ana_dogliotti » Wed Dec 13, 2017 8:16 pm America/New_York

Problem solved!
Sorry...

Ana

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1469
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 5 times

SeaWiFS processing using mlp

by OB.DAAC - SeanBailey » Fri Dec 15, 2017 10:06 am America/New_York

I was just about to respond that the issue was that the file was blank:
ncdump -h S2001252153428.L2_LAC_OC.x.hdf
netcdf S2001252153428.L2_LAC_OC.x {
}


...but I guess you figured that out :grin:

Post Reply