process derived products with SeaDAS

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
dale.robinson
Posts: 21
Joined: Thu Jun 23, 2016 2:03 pm America/New_York
Answers: 0

process derived products with SeaDAS

by dale.robinson » Wed Jun 29, 2022 1:10 pm America/New_York

I've create a derived product from ocean color data at the L2 level. Can I use SeaDAS to process the derived product through the steps to make a L3 SMI product, e.g. L2 file -> L3 bin file with l2bin; L3 bin file to L3 bin file with l3bin, L3 bin file to SMI file using l3mapgen?

Tags:

OB SeaDAS - knowles
Subject Matter Expert
Subject Matter Expert
Posts: 269
Joined: Mon Apr 07, 2008 4:40 pm America/New_York
Answers: 0

Re: process derived products with SeaDAS

by OB SeaDAS - knowles » Wed Jun 29, 2022 2:17 pm America/New_York

You can process any SeaDAS Level-2 file to a mapped SMI image file using l2bin followed by l3mapgen.

Input: L2 file > program: l2bin > Output: L3 bin file
Input:L3 bin file > program: l3mapgen > Output: L3 mapped file

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

Re: process derived products with SeaDAS

by OB SeaDAS - xuanyang02 » Wed Jun 29, 2022 2:23 pm America/New_York

What do you mean by "derived product"?

Bing

dale.robinson
Posts: 21
Joined: Thu Jun 23, 2016 2:03 pm America/New_York
Answers: 0

Re: process derived products with SeaDAS

by dale.robinson » Wed Jun 29, 2022 4:10 pm America/New_York

Sorry for not specifying. What I mean by "derived product" is a variable that is made by taking a few of the Rrs bands from a seawifs ocean color L2 file, applying the bands to an algorithm to create a new variable that is not one of the variables in the standard ocean color L2 file. Let's call it dales_biomass_variable. I can save dales_biomass_variable as a new variable in the source L2 file (or in a new file). After doing that, I'd like to map is to the global SMI, with mean and st_dev layers. What I want to know is if SeaDAS can do that for dales_biomass_variable.

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

Re: process derived products with SeaDAS

by OB SeaDAS - xuanyang02 » Wed Jun 29, 2022 5:29 pm America/New_York

As long as dales_biomass_variable is a band in your L2 file, you should be able to do l2bin on the L2 file, and then do l3mapgen on the l3b file created by l2bin

Post Reply