Loading src/cso/cso_s5p.py +6 −0 Original line number Diff line number Diff line Loading @@ -2860,6 +2860,12 @@ class CSO_S5p_Convert(utopya.UtopyaRc): # info ... logging.info(indent + ' orbit "%s" ...' % orbit) # TESTING .. if orbit != "21861": logging.warning(f"{indent} skip!") continue #endif # select single orbit matching expression: odf = xlst.Select( orbit=orbit, expr=selection_expr, blacklist=blacklist, indent=f" " Loading src/cso/cso_viirs.py +7 −1 Original line number Diff line number Diff line Loading @@ -1058,7 +1058,7 @@ class CSO_VIIRS_File(cso_file.CSO_File): import scipy # loop over pixels: for i in range(nx): # pixels without data: # scan lines without data: jj, = numpy.where( values[:,i] < -180.0 ) # any? if len(jj) > 0: Loading Loading @@ -1324,6 +1324,12 @@ class CSO_VIIRS_Convert(utopya.UtopyaRc): # info ... logging.info(f"{indent} orbit '{orbit}' ...") ## TESTING .. #if orbit != "60846": # logging.warning(f"{indent} skip!") # continue ##endif # select orbits: olst = xlst.Select(expr=f"%{{orbit}} == '{orbit}'", verbose=False, indent=indent+" ") # info .. Loading Loading
src/cso/cso_s5p.py +6 −0 Original line number Diff line number Diff line Loading @@ -2860,6 +2860,12 @@ class CSO_S5p_Convert(utopya.UtopyaRc): # info ... logging.info(indent + ' orbit "%s" ...' % orbit) # TESTING .. if orbit != "21861": logging.warning(f"{indent} skip!") continue #endif # select single orbit matching expression: odf = xlst.Select( orbit=orbit, expr=selection_expr, blacklist=blacklist, indent=f" " Loading
src/cso/cso_viirs.py +7 −1 Original line number Diff line number Diff line Loading @@ -1058,7 +1058,7 @@ class CSO_VIIRS_File(cso_file.CSO_File): import scipy # loop over pixels: for i in range(nx): # pixels without data: # scan lines without data: jj, = numpy.where( values[:,i] < -180.0 ) # any? if len(jj) > 0: Loading Loading @@ -1324,6 +1324,12 @@ class CSO_VIIRS_Convert(utopya.UtopyaRc): # info ... logging.info(f"{indent} orbit '{orbit}' ...") ## TESTING .. #if orbit != "60846": # logging.warning(f"{indent} skip!") # continue ##endif # select orbits: olst = xlst.Select(expr=f"%{{orbit}} == '{orbit}'", verbose=False, indent=indent+" ") # info .. Loading