Page 1 of 1

error using l2gen with the ofile2 option

Posted: Mon May 21, 2018 8:27 am America/New_York
by monger
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

Posted: Mon May 21, 2018 10:03 am America/New_York
by OB.DAACx - SeanBailey
My advice is to wait until we figure out what it is we did to break that functionality :eek:

Sean

error using l2gen with the ofile2 option

Posted: Mon May 21, 2018 10:14 am America/New_York
by monger
No Problem -- I can work around this one pretty easily! Mainly wanted to make you aware of the issue.   Thanks for the quick response!!