Skip to content

Commit c65c57e

Browse files
committed
Change type of scan position from float to int.
1 parent 6b3d0dd commit c65c57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs2ioda-v2/src/define_mod.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ module define_mod
187187
integer(i_kind), dimension(nsen_info) :: type_sen_info = &
188188
(/ &
189189
nf90_float, &
190-
nf90_float, &
190+
nf90_int, &
191191
nf90_float, &
192192
nf90_float, &
193193
nf90_float, &

0 commit comments

Comments
 (0)