Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
cilori
Posts: 1
Joined: Wed Mar 12, 2014 6:39 am America/New_York
Answers: 0

Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen

by cilori » Tue Nov 07, 2023 1:54 am America/New_York

I am wondering what the command is to retrieve IOPs (backscattering coefficient, absorption by phytoplankton and absorption by CDOM - all at 443). I read online I can use something like this "iop_opt=3"? I will be running this using a command like this:

l2gen ifile=/mnt/c/Users/Malawi/1/inputfile maskglint=true, maskland=true, iop_opt=3 ofile=/mnt/c/Users/Malawi/1/T36LX
P_20221020T093755_msi.l2

Tags:

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

Re: Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen

by OB SeaDAS - xuanyang02 » Tue Nov 21, 2023 5:02 pm America/New_York

You can add suite=IOP to the l2gen command as in

Code: Select all

l2gen ifile=/mnt/c/Users/Malawi/1/inputfile maskglint=true, maskland=true, iop_opt=3 ofile=/mnt/c/Users/Malawi/1/T36LXP_20221020T093755_msi.l2 suite=IOP
I think the default is iop_opt=7, but iop_opt=3 should work too

Post Reply