L1B - L2 l2gen very slow

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
kimlotte
Posts: 9
Joined: Mon May 15, 2017 10:18 am America/New_York
Answers: 0

L1B - L2 l2gen very slow

by kimlotte » Wed Apr 18, 2018 3:15 am America/New_York

Here is what I am running

l2prod1=(chlor_a,chl_oc2,chl_oc3,Kd_490,sst,sst4,tsm_swim)

l2gen ifile=$l1bfile geofile=$geofile ofile=$l2file l2prod=\(${l2prod1[@]}\) resolution=1000 proc_land=true albedo=0.054 maskland=true proc_ocean=1 maskhilt=false maskglint=false aer_opt=0 aer_opt=-99 cloud_thresh=1.0

I am processing PDS file from L0 - L1B which is quite fast, but L1b to L2 is very slow. Is there a particular reason why this is the case?

I will appreciate your reply. Thanks

James

Tags:

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

L1B - L2 l2gen very slow

by OB.DAAC - SeanBailey » Wed Apr 18, 2018 8:49 am America/New_York

James,

Going from L0 to L1B is a reasonably trivial format conversion (Lo->L1A) and count-to-radiance conversion (L1A->L1B), so those will be quite fast.
Processing TOA radiance to derived geophysical products at the ocean surface...that is a wee bit more computationally intensive...OK a LOT more computationally intensive.
Throw in a semi-analytical inversion model (like SWIM) and its a REALLY, REALLY computationally intensive operation.

BTW, unless you're processing data with an appropriate benthic albedo ancillary input (breflectfile (ifile) = input NetCDF file for bottom reflectances and bottom types)
or are processing over an optically deep location, you probably aren't going to get believable TSM from the SWIM algorithm...even if you are, it's not a well vetted product.

Sean

kimlotte
Posts: 9
Joined: Mon May 15, 2017 10:18 am America/New_York
Answers: 0

L1B - L2 l2gen very slow

by kimlotte » Wed Apr 18, 2018 10:29 am America/New_York

Thank you Sean.

Just curious on what product replaced tsm_clark available in SeaDAS 6.4?

Regards,
James

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

L1B - L2 l2gen very slow

by OB.DAAC - SeanBailey » Wed Apr 18, 2018 12:25 pm America/New_York

No product replaced it.

lmckinna
Posts: 15
Joined: Sun Jul 29, 2007 11:20 pm America/New_York
Answers: 0

L1B - L2 l2gen very slow

by lmckinna » Thu Apr 19, 2018 6:14 am America/New_York

Hi James,

Please note that the tsm_swim product is an evaluation product that was developed for optically shallow coral reef waters. The idea was to estimate tsm from the magnitude of derived particulate backscattering coefficient. I would not recommend using the product (I developed it, so feel qualified to make that assertion) and it is likely that the product may not be included in future releases of the code.

Cheers,
Lachlan

kimlotte
Posts: 9
Joined: Mon May 15, 2017 10:18 am America/New_York
Answers: 0

L1B - L2 l2gen very slow

by kimlotte » Thu Apr 19, 2018 7:07 am America/New_York

Thank you all for this information.

Best regards,
James

Post Reply