Search found 618 matches

by OB SeaDAS - xuanyang02
Tue Nov 21, 2023 5:02 pm America/New_York
Forum: Questions/Comments
Question: Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen
Replies: 1

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

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
by OB SeaDAS - xuanyang02
Tue Nov 21, 2023 4:33 pm America/New_York
Forum: Questions/Comments
Question: Cloud cover or similar data - Modis Aqua
Replies: 16

Re: Cloud cover or similar data - Modis Aqua

We do provide cloud mask with Level 2 data. The gray area is cloud/ice. See the attached
Screenshot 2023-11-21 at 4.31.23 PM.png
Screenshot 2023-11-21 at 4.31.23 PM.png (410.92 KiB) Not viewed yet
by OB SeaDAS - xuanyang02
Tue Nov 21, 2023 4:11 pm America/New_York
Forum: Questions/Comments
Question: L2gen output missing OLCI bands >709 nm
Replies: 3

Re: L2gen output missing OLCI bands >709 nm

Use Rrs_nnn instead of Rrs_vvv as in "Kd_490 Rrs_nnn angstrom aot_865 chlor_a" for l2prod in the Selected Products tab.

I used V2023.3 for the Science Processors (OCSSW)
by OB SeaDAS - xuanyang02
Tue Nov 21, 2023 3:10 pm America/New_York
Forum: Questions/Comments
Question: OCSSW satellite validation matchup tools: val_extract failed
Replies: 15

Re: OCSSW satellite validation matchup tools: val_extract failed

If you are using SeaDAS 8.4.0, I believe the right command is find_matchup and make_matchup. Here are the help pages -- https://seadas.gsfc.nasa.gov/help-8.4.0/FieldMeasurements/FindMatchups.html https://seadas.gsfc.nasa.gov/help-8.4.0/FieldMeasurements/MakeMatchups.html Could you please try /Users/...
by OB SeaDAS - xuanyang02
Fri Nov 03, 2023 9:52 am America/New_York
Forum: Questions/Comments
Question: how to use code to run l2gen correctly
Replies: 12

Re: how to use code to run l2gen correctly

Here is an example of using L1B files as a list -- 1) multilevel_processor-forum-L1B.par looks like this -- [main] ifile=/Users/USERNAME/Scenes/MODIS_AQUA/forum/ifile_L1B_forum_11_02_23.txt use_ancillary=1 overwrite=1 [l2gen] aer_opt=-3 2) ifile_L1B_forum_11_02_23.txt looks like this /Users/USERNAME...
by OB SeaDAS - xuanyang02
Fri Nov 03, 2023 9:47 am America/New_York
Forum: Questions/Comments
Question: how to use code to run l2gen correctly
Replies: 12

Re: how to use code to run l2gen correctly

Here is an example of using L1A files as a list -- 1) multilevel_processor-forum-L1A.par looks like that [main] ifile=/Users/USERNAME/Scenes/MODIS_AQUA/forum/ifile_forum_11_02_23.txt use_ancillary=1 overwrite=1 [l2gen] aer_opt=-3 2) ifile_forum_11_02_23.txt looks like this -- /Users/USERNAME/Scenes/...
by OB SeaDAS - xuanyang02
Thu Nov 02, 2023 10:24 am America/New_York
Forum: Questions/Comments
Question: how to use code to run l2gen correctly
Replies: 12

Re: how to use code to run l2gen correctly

L2 needs an L1B file + GEO file as input If /Users/sawyerduan/Downloads/vim is a list of L1B files, they have to follow the OBPG File Naming Convention https://oceancolor.gsfc.nasa.gov/resources/docs/filenaming-convention/, such as AQUA_MODIS.20231014T060500.L1B.hdf, with the corresponding GEO file ...
by OB SeaDAS - xuanyang02
Wed Nov 01, 2023 4:28 pm America/New_York
Forum: Questions/Comments
Question: how to use code to run l2gen correctly
Replies: 12

Re: how to use code to run l2gen correctly

The file not found is: /Users/sawyerduan/seadas/ocssw/var/common/tai-utc.dat

Try

Code: Select all

update_luts modisa
Hope this post helps -- viewtopic.php?t=3184
by OB SeaDAS - xuanyang02
Tue Oct 31, 2023 11:09 pm America/New_York
Forum: Questions/Comments
Question: how to use code to run l2gen correctly
Replies: 12

Re: how to use code to run l2gen correctly

l2gen ifile=/Users/sawyerduan/Downloads/MYD021KM.A2023289.0550.061.2023290134619.hdf geofile=/Users/sawyerduan/Downloads/MYD03.A2023289.0550.061.2023289210348.hdf l2prod="Rrs_vvv a_vvv_carder adg_vvv_carder aph_vvv_carder bbp_vvv_carder cloud_albedo nLw_1240 nLw_1640 nLw_2130 nLw_748 nLw_859 n...
by OB SeaDAS - xuanyang02
Mon Oct 30, 2023 1:53 pm America/New_York
Forum: Questions/Comments
Question: geolocate_viirs problem
Replies: 2

Re: geolocate_viirs problem

You are on target. :)