You can access our level 2 data directly here -- https://oceandata.sci.gsfc.nasa.gov/directdataaccess/Level-2/
Or through l2 browsers -- https://oceancolor.gsfc.nasa.gov/cgi/browse.pl?sen=amod
Bing
Search found 600 matches
- Tue Nov 21, 2023 5:22 pm America/New_York
- Forum: Questions/Comments
- Question: Cloud cover or similar data - Modis Aqua
- Replies: 16
- 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
I think the default is iop_opt=7, but iop_opt=3 should work too
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
- 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
- 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)
I used V2023.3 for the Science Processors (OCSSW)
- Tue Nov 21, 2023 3:10 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW satellite validation matchup tools: val_extract failed
- Replies: 14
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/...
- 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...
- 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/...
- 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 ...
- 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
Hope this post helps -- viewtopic.php?t=3184
Try
Code: Select all
update_luts modisa
- 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...