Search found 58 matches

by woodbri
Tue Jun 30, 2020 4:49 pm America/New_York
Forum: Questions/Comments
Question: Fetching multiple MOD00.Pyyyyjjj* files in parallel?
Replies: 6

Fetching multiple MOD00.Pyyyyjjj* files in parallel?

Hi Sean,I just had a thought on this. Since all the fetches are done in parallel and they are sharing the same cookie jar, it is possible that the cookie jar is getting messed up as each process reads and writes to the the cookie jar. Since this is a new problem within the last week, I'm wonderi...
by woodbri
Tue Jun 30, 2020 3:48 pm America/New_York
Forum: Questions/Comments
Question: Fetching multiple MOD00.Pyyyyjjj* files in parallel?
Replies: 6

Fetching multiple MOD00.Pyyyyjjj* files in parallel?

Hi Sean,I reran the script above and turned on wget debug logging which might help to determine the issue here.
(link=)map01.saltwatercentral.com/wget-error-log.txtI would appreciate if someone could help sort this out.Thanks,  -Steve
by woodbri
Tue Jun 30, 2020 3:25 pm America/New_York
Forum: Questions/Comments
Question: Fetching multiple MOD00.Pyyyyjjj* files in parallel?
Replies: 6

Fetching multiple MOD00.Pyyyyjjj* files in parallel?

Hi Sean,Yeah still have random wget failures trying to access files. For example I just ran my script which said I have 2 files to download. It's a perl script and forks off a copy to fetch and process each file in parallel. It got the first file, and failed on the second. I immediately copy and...
by woodbri
Sun Jun 28, 2020 1:24 pm America/New_York
Forum: Questions/Comments
Question: Fetching multiple MOD00.Pyyyyjjj* files in parallel?
Replies: 6

Fetching multiple MOD00.Pyyyyjjj* files in parallel?

Hi,Has there been a recent policy change for fetching multiple MOD00.P* files in parallel?I have had a script running successfully for some time that will do this for a given day, but recently it has been failing and only retrieving a single file.I've also had other issues fetching data via geta...
by woodbri
Thu Jun 11, 2020 4:37 pm America/New_York
Forum: Questions/Comments
Question: Missing ephemeris files Cannot create geolocation from MOD00.P2020163.1655_1.PDS.L1A_LAC
Replies: 1

Missing ephemeris files Cannot create geolocation from MOD00.P2020163.1655_1.PDS.L1A_LAC

Any thoughts on what is happening with Missing ephemeris files Cannot create geolocation from MOD00.P2020163.1655_1.PDS.L1A_LAC# /u/oceancolor-bin/parallel-modis-seadas -v -v MOD00.P2020163.1655_1.PDSwget -q 'https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/MOD00.P2020163.1655_1.PDS'modis_L1A...
by woodbri
Tue Jun 09, 2020 11:52 am America/New_York
Forum: Questions/Comments
Question: SST vs Chlorophyll and glint
Replies: 11

SST vs Chlorophyll and glint

Thanks for all the support! I think I have it working for MODIS now.For VIIRS SNPP, should I use the same strategy of adding suite=??? when extracting data? like:For OC:l2gen suite=OC l2prod=chlor_a,Kd_490l2bin l3bprod=chlor_a,Kd_490l3mapgen product=Kd_490l3mapgen product=chlor_aFor True color:l2gen...
by woodbri
Tue Jun 09, 2020 12:59 am America/New_York
Forum: Questions/Comments
Question: SST vs Chlorophyll and glint
Replies: 11

SST vs Chlorophyll and glint

Yes, I echo the command before it is executed in my script:l2gen ifile=MOD00.P2020151.1805_1.PDS.L1B_LAC geofile=MOD00.P2020151.1805_1.PDS.GEO ofile=MOD00.P2020151.1805_1.PDS.sst.L2.nc suite=SST l2prod=sst,rhos_vvv par=MOD00.P2020151.1805_1.PDS.L1A_LAC.anc resolution=250Input file MOD00.P2020151.180...
by woodbri
Mon Jun 08, 2020 1:07 pm America/New_York
Forum: Questions/Comments
Question: SST vs Chlorophyll and glint
Replies: 11

SST vs Chlorophyll and glint

Getting these errors during the runs and neither are working. I have not changed any of the .par files from the standard SeaDAS install.-Stevel2gen ifile=MOD00.P2020151.1805_1.PDS.L1B_LAC geofile=MOD00.P2020151.1805_1.PDS.GEO ofile=MOD00.P2020151.1805_1.PDS.chl.L2.nc suite=OC l2prod=chlor_a,Kd_490 p...
by woodbri
Tue Jun 02, 2020 9:56 am America/New_York
Forum: Questions/Comments
Question: SST vs Chlorophyll and glint
Replies: 11

SST vs Chlorophyll and glint

Thanks! I'll give that a try.
by woodbri
Mon Jun 01, 2020 4:43 pm America/New_York
Forum: Questions/Comments
Question: SST vs Chlorophyll and glint
Replies: 11

SST vs Chlorophyll and glint

OK, then I think I must be doing something wrong because my SST coverage is identical to the chlor_a coverage, IE: it is masked by the glint areas. Here is my processing flow:name=MOD00.P2020151.1805_1.PDSres_num=250modis_L1A.py $name -o $name.L1A_LACgetanc.py --refreshDB $name.L1A_LACmodis_atteph.p...