Skip to content

Commit

Permalink
Update to use IMDI
Browse files Browse the repository at this point in the history
  • Loading branch information
orlewis committed Nov 30, 2023
1 parent c6f17ed commit fbeb883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opsinputs/opsinputs_varobswriter_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ subroutine opsinputs_varobswriter_fillchannumandnumchans( &
else
do iChannel=1, NumChannels
if (iChannel > size(varChannels)) then
ChannelIndicesVar(:, iChannel) = -32768
ChannelIndicesVar(:, iChannel) = IMDI
else
ChannelIndicesVar(:, iChannel) = varChannels(iChannel)
end if
Expand Down

0 comments on commit fbeb883

Please sign in to comment.