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)
Search found 597 matches
- Tue Nov 21, 2023 4:11 pm America/New_York
- Forum: Questions/Comments
- Question: L2gen output missing OLCI bands >709 nm
- Replies: 2
- Tue Nov 21, 2023 3:10 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW satellite validation matchup tools: val_extract failed
- Replies: 13
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...
- 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. 

- Mon Oct 30, 2023 1:47 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
Can you do and share the result here?
Is your Mac with M1/M2 chip? If so, you need take extra steps to set up the environment in order to run l2gen https://seadas.gsfc.nasa.gov/downloads/
Or you can try to run l2gen using Client Server model (docker is recommended)
Code: Select all
seadas_info
Is your Mac with M1/M2 chip? If so, you need take extra steps to set up the environment in order to run l2gen https://seadas.gsfc.nasa.gov/downloads/
Or you can try to run l2gen using Client Server model (docker is recommended)
- Thu Oct 26, 2023 12:58 pm America/New_York
- Forum: Questions/Comments
- Question: Pulling Statistical Data from Many L3 mapped Files in SeaDAS
- Replies: 1
Re: Pulling Statistical Data from Many L3 mapped Files in SeaDAS
You can try SeaDAS' BandMaths Tool to create new bands using avg() and/or stddev() functions. https://seadas.gsfc.nasa.gov/help-8.4.0/desktop/BandMaths.html The expression editor for avg() looks like this Screenshot 2023-10-26 at 12.52.50 PM.png If you want to do BandMaths on many files, you can try...