diff --git a/src/Coefficients/SpcCoeff/SpcCoeff_Binary_IO.f90 b/src/Coefficients/SpcCoeff/SpcCoeff_Binary_IO.f90 index 76f1abd4..e20ed5f4 100644 --- a/src/Coefficients/SpcCoeff/SpcCoeff_Binary_IO.f90 +++ b/src/Coefficients/SpcCoeff/SpcCoeff_Binary_IO.f90 @@ -418,7 +418,7 @@ FUNCTION SpcCoeff_Binary_ReadFile( & END IF ! ...Read the channel data - IF( dummy%Version > 2 ) THEN + IF( dummy%Version > 3 ) THEN ! Binary coefficient version 3 introduced for TROPICS instrument. ! The SpcCoeff coefficients contain 'PolAngle' as an additional ! array. @@ -435,7 +435,7 @@ FUNCTION SpcCoeff_Binary_ReadFile( & SpcCoeff%Band_C2 , & SpcCoeff%Cosmic_Background_Radiance, & SpcCoeff%Solar_Irradiance - ELSE IF( dummy%Version < 3 ) THEN + ELSE IF( dummy%Version < 4 ) THEN ! Version 2 is the default binary SpcCoeff version for ! REL-2.4.0 and older. READ ( fid, IOSTAT=io_stat, IOMSG=io_msg ) &