Skip to content

Commit

Permalink
Merge pull request #508 from NCAR/filter_comment_fix
Browse files Browse the repository at this point in the history
fix misplaced comment about writing an obs_seq file
  • Loading branch information
hkershaw-brown authored Jul 27, 2023
2 parents 9a85fc8 + 035d4a6 commit d06220e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assimilation_code/modules/assimilation/filter_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ subroutine obs_space_sync_QCs(obs_fwd_op_ens_handle, &
io_task = map_pe_to_task(obs_fwd_op_ens_handle, 0)
my_task = my_task_id()

! write the obs_seq.final file
! create temp space for QC values
if (my_task == io_task) then
allocate(obs_temp(num_obs_in_set))
else
Expand Down

0 comments on commit d06220e

Please sign in to comment.