Skip to content
Snippets Groups Projects
Commit 57758eb9 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 23/05/2024: bugfix: call_rttov13: vector constructor was using...

Philippe 23/05/2024: bugfix: call_rttov13: vector constructor was using character strings with different lengths
parent 56cc223f
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ CHARACTER(LEN=4), DIMENSION(13) :: YLBL_ICI = (/ &
CHARACTER(LEN=4), DIMENSION(2) :: YLBL_DPR = (/ '13', '35' /)
CHARACTER(LEN=4), DIMENSION(1) :: YLBL_CPR = (/ '94' /)
CHARACTER(LEN=4), DIMENSION(13) :: YLBL_GMI = (/ &
'10V','10H','18V','18H','23V','36V','36H','89V','89H','166V','166H','1833','1837'/)
'10V ','10H ','18V ','18H ','23V ','36V ','36H ','89V ','89H ','166V','166H','1833','1837'/)
! -----------------------------------------------------------------------------
LOGICAL (kind=jplm) , ALLOCATABLE :: calcemis (:)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment