modis_GEO.py failing; no output; returns 0
Posted: Tue Jan 16, 2018 10:33 am America/New_York
modis_GEO.py in ocssw 7.4 is failing to produce any output file or stdout/stderr. This same call was working at most two weeks ago and is no longer working using the same input files. My call to the script looks like:
```
export OCSSWROOT=/opt/ocssw && source /opt/ocssw/OCSSW_bash.env && \
/opt/ocssw/run/scripts/modis_GEO.py \
--verbose \
--output=/srv/imars-objects/modis_aqua_gom/geo/A2002191183500.GEO \
/srv/imars-objects/modis_aqua_gom/myd01/A2002191.1835.hdf
```
There is no output, the script returns 0, and the expected output file `/srv/imars-objects/modis_aqua_gom/geo/A2002191183500.GEO` does not exist.
All I can tell from looking at the code is that the problem is likely `modules/modis_GEO_utils.py` giving up silently somewhere.
Suggestions on how to debug this further?
```
export OCSSWROOT=/opt/ocssw && source /opt/ocssw/OCSSW_bash.env && \
/opt/ocssw/run/scripts/modis_GEO.py \
--verbose \
--output=/srv/imars-objects/modis_aqua_gom/geo/A2002191183500.GEO \
/srv/imars-objects/modis_aqua_gom/myd01/A2002191.1835.hdf
```
There is no output, the script returns 0, and the expected output file `/srv/imars-objects/modis_aqua_gom/geo/A2002191183500.GEO` does not exist.
All I can tell from looking at the code is that the problem is likely `modules/modis_GEO_utils.py` giving up silently somewhere.
Suggestions on how to debug this further?