Page 1 of 1

Error! Cannot find GEO file None.

Posted: Tue Aug 27, 2019 8:28 am America/New_York
by juancho.gossn
Dear SeaDAS support team,

I am using multilevel_processor.py to process a set of Aqua images which worked till yesterday. I really don't know what exactly happened, but know I'm getting "Error! Cannot find GEO file None." each time the multilevel_processor script reaches the l1b processor:

The command I input is as follows:

'/home/gossn/seadas/scripts/multilevel_processor.py --ifile=/home/gossn/MA/RdP/matchUps/L1/A2018312175000/A2018312175000.L1A_LAC --output_dir=/home/gossn/MA/RdP/matchUps/L2/A2018312175000/RC /home/gossn/Dropbox/Documents/Lineas/PCA/parFile_RC'

where the par file reads:

# Sample par file for multilevel_processor.py
# Sample par file for multilevel_processor.py
[main]
[l2gen]
l2prod=l2_flags,rhos_nnn
brdf_opt=0
maskhilt=0
maskglint=0
cloud_wave=2130
cloud_thresh=0.018,
resolution=1000,
aer_opt=-1,
aer_wave_short=1240,
aer_wave_long=2130,
north=-34,
south=-36.5,
west=-58.6,
east=-56.1

The error reads:
multilevel_processor.py: 3 processors to run: geo, level 1b, l2gen
Running geo: processor 1 of 3.
Running level 1b: processor 2 of 3.
Error! Cannot find GEO file None.

The generated log file Processor_20190827090357.log is empty
The strange thing is that the GEO file is actually generated inside the "output_dir" directory. So, if I hit again the previous command I get "GEO file already exists" or similar.
Also, if I copy the GEO file to the L1 directory I don't get the "GEO file None" message, i.e. the processor runs OK, but no L2 files are generated.

Any help is kindly appreciated. Thanks!

Juan

Error! Cannot find GEO file None.

Posted: Tue Aug 27, 2019 11:25 am America/New_York
by OB SeaDAS - dshea
We updated the geolocation script, but forgot to update the PCF data file the script needs.  If you update you processors using the seadas GUI, MODIS geolocation will work again. Sorry and thanks for catching and reporting this.

don

Error! Cannot find GEO file None.

Posted: Mon Sep 02, 2019 11:00 am America/New_York
by juancho.gossn
Thanks!! It was solved after I re-ran the install_ocssw.py script.
Regarding the fact that the l2 files weren't generated, this had to do with an error I hadn't had before when running l2gen:

/path_to_seadas/bin/l2gen: libgfortran.so.3: cannot open shared object file: No such file or directory

But I could solve it by installing libgfortran3:

sudo apt install libgfortran3

Thanks!!

Juancho

Error! Cannot find GEO file None.

Posted: Tue Sep 03, 2019 8:37 am America/New_York
by OB.DAACx - SeanBailey
Ah, you're right, that libgfortran was missing...bugger. 
Fixed now.
Thanks for alerting us.

Sean