﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
647	Issue with missing level 1b group in nc4 files	Stig Syndergaard	Stig Syndergaard	"NRT nc4 files (but not reprocessed nc4 files) are sometimes missing the level 1b group. This code snippet in ropp_io_read_ncdf_get.f90:

    IF (getlevel1b) THEN
    IF (TRIM(resolution) == 'high_resolution') THEN
    data%thin_method = 'Unthinned data'
    ELSE
    data%thin_method = ' '
    CALL ncdf_getatt(TRIM(ddir)//'thinner_method', data%thin_method)
    ENDIF
    ELSE
    data%thin_method = 'UNKNOWN'
    ENDIF

gives a Fatal Error when trying to get thinned BA, but not when trying to get full resolution ones because of the call to ncdf_getatt.

Consider to make the code failing consistently regardless of getting high-resolution or thinned data.
"	task	closed	minor	DMI ROPP developments	ropp_io	9.0	fixed		
