Hi-- I updated to seadas 7.5 and now I get an error when I call l2gen using the ofile2 option for outputting the SST L2 product to a separate file from the ofile1 file containing a suit of OC L2 products. The error messages reads:
-E- clo_readString: unknown option "ofile2=/rsclass/data/aqua_L1-L2-May2018/A2016240174000.L2_SST"
The python code I used to call l2gen is:
call(['l2gen',
'ifile=' + fname_l1b,
'ofile1=' + color_l2_file_fname,
'l2prod1=' + prod_list_color,
'ofile2=' + sst_l2_file_fname,
'l2prod2=' + prod_list_sst,
'geofile=' + fname_geo,
'oformat=' + 'netcdf4',
'par=' + fname_ancil_list,
'resolution=' + '1000',
'proc_sst=' + '1',
'aer_opt=' + aerosol_corr_type])
Thanks for any advice on resolving this error...
Best Regards
Bruce
error using l2gen with the ofile2 option
-
- Posts: 1519
- Joined: Wed Sep 18, 2019 6:15 pm America/New_York
- Been thanked: 9 times
error using l2gen with the ofile2 option
My advice is to wait until we figure out what it is we did to break that functionality :eek:
Sean
Sean
error using l2gen with the ofile2 option
No Problem -- I can work around this one pretty easily! Mainly wanted to make you aware of the issue. Thanks for the quick response!!