Skip to content
Snippets Groups Projects
Commit 42b96a4d authored by Paolo Veglio's avatar Paolo Veglio
Browse files

fixed log message for writing hires groups

parent 367a9ffb
No related branches found
No related tags found
No related merge requests found
......@@ -324,13 +324,13 @@ def save_output(
logger.debug("output file created and global attributes written to netcdf file")
out_scanline.to_netcdf(fname, mode="a", group="scanline_data_hires")
logger.debug("scanline_data written to netcdf file")
logger.debug("scanline_data_hires written to netcdf file")
out_geolocation.to_netcdf(fname, mode="a", group="geolocation_data_hires")
logger.debug("geolocation_data written to netcdf file")
logger.debug("geolocation_data_hires written to netcdf file")
out_geophysical.to_netcdf(fname, mode="a", group="geophysical_data_hires")
logger.debug("geophysical_data written to netcdf file")
logger.debug("geophysical_data_hires written to netcdf file")
out_spi.to_netcdf(fname, mode="a", group="geophysical_data")
logger.debug("SPI_Cloud_Mask written to netcdf file")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment