Page 1 of 1
Error while processing with ancillary data-reg
Posted: Tue Nov 12, 2019 6:27 am America/New_York
by ivgbhavani
Greetings to all,
I got an error when i am processing the OCM-2 (Oceansat-2) data with near real time ancillary from GMAO MERRA2 Meterological data provided by the OBPG .
can any one describe the solution? l2gen command mentioned below, and mentioning SeaDAS processing version i.e.,"l2gen 9.3.0-seadas-vxx.xxx.xx.xx" for information.
command:
l2gen ifile=O2_02OCT2018_010_014_LAP_L1B_ST_S.hdf ofile=O2_02OCT2018_010_014_LAP_L2_ST_S.hdf oformat=hdf4 met1=N201827507_MERRA2_1h.nc
error:
/home/seadas/ocssw/src/l2gen/anc_acq.c, 1490: Undefined anc_f_stat - should not happen
-E- /home/seadas/ocssw/src/l2gen/getl1rec.c 153: Error reading O2_02OCT2018_010_014_LAP_L1B_ST_S.hdf at scan 0
Thanks in advance
Error while processing with ancillary data-reg
Posted: Tue Nov 12, 2019 12:29 pm America/New_York
by OB.DAACx - SeanBailey
The error is admittedly a bit obtuse, but the problem is that the code is expecting met1, met2 and met3 to be defined. It will happily accept the same file for each, but isn't happy if they're not defined. Try:
l2gen ifile=O2_02OCT2018_010_014_LAP_L1B_ST_S.hdf
ofile=O2_02OCT2018_010_014_LAP_L2_ST_S.hdf oformat=hdf4 met1=N201827507_MERRA2_1h.nc met2=N201827507_MERRA2_1h.nc met3=N201827507_MERRA2_1h.nc
Sean
Error while processing with ancillary data-reg
Posted: Tue Nov 12, 2019 10:35 pm America/New_York
by ivgbhavani
Thank you for your reply,
I tried the below command
l2gen ifile=O2_02OCT2018_010_014_LAP_L1B_ST_S.hdf ofile=O2_02OCT2018_010_014_LAP_L2_ST_S.hdf oformat=hdf4 met1=N201827507_MERRA2_1h.nc met2=N201827507_MERRA2_1h.nc met3=N201827507_MERRA2_1h.nc
I got the following error
Opening meteorological files.
met1 = N201827507_MERRA2_1h.nc
met2 = N201827507_MERRA2_1h.nc
met3 = N201827507_MERRA2_1h.nc
ozone1 = /home/bhavani/SEADAS74/ocssw/share/common/ozone_climatology_v2014.hdf
ozone2 =
ozone3 =
no2 = /home/bhavani/SEADAS74/ocssw/share/common/no2_climatology_v2013.hdf
-E- /home/seadas/ocssw/src/l2gen/anc_acq.c 1608: file: N201827507_MERRA2_1h.nc error setting an id
-E- /home/seadas/ocssw/src/l2gen/getl1rec.c 153: Error reading O2_02OCT2018_010_014_LAP_L1B_ST_S.hdf at scan 0.
Can you suggest how to solve it?
Best regards
Bhavani
Error while processing with ancillary data-reg
Posted: Thu Nov 14, 2019 7:41 pm America/New_York
by OB.DAACx - SeanBailey
I cannot replicate the error you are seeing. Admittedly, I'm using a MODIS granule as input (as I don't have the OCM2 data), but that is irrelevant as the source L1 plays no role (aside from providing the time for interpolation). The error indicates a problem reading the ancillary file. Does your version of the file match this SHA1 sum:
cb9a4c0009d7694df1ecb3a9065c15c6012539c2 N201827507_MERRA2_1h.nc
(run:
$ shasum N201827507_MERRA2_1h.nc
)
Sean
Error while processing with ancillary data-reg
Posted: Thu Nov 14, 2019 10:49 pm America/New_York
by ivgbhavani
Thanks for the reply
When i run
$shasum N201827507_MERRA2_1h.nc
yes, I got the below
cb9a4c0009d7694df1ecb3a9065c15c6012539c2 N201827507_MERRA2_1h.nc
Looking forward for your reply
Error while processing with ancillary data-reg
Posted: Fri Nov 15, 2019 8:02 am America/New_York
by OB.DAACx - SeanBailey
I just noticed you reported the l2gen version as "9.3.0-seadas-vxx.xxx.xx.xx". Update your l2gen version, as the latest is "9.5.0-V2019.3"
Sean
Error while processing with ancillary data-reg
Posted: Sat Nov 16, 2019 7:09 am America/New_York
by ivgbhavani
Thank you for valuable time Sean,
Updated l2gen version (l2gen 9.5.0-V2019.3) , now it's working.