Skip to content

Commit

Permalink
correct comment about default to distrbuted FOs
Browse files Browse the repository at this point in the history
fixes NCAR#70
  • Loading branch information
hkershaw-brown committed Feb 9, 2023
1 parent 08c8df6 commit 6609e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module filter_mod
logical :: trace_execution = .false.
logical :: write_obs_every_cycle = .false. ! debug only
logical :: silence = .false.
logical :: distributed_state = .true. ! Default to do state complete forward operators.
logical :: distributed_state = .true. ! Default to do distributed forward operators.

! IO options
!>@todo FIXME - how does this work for multiple domains? ens1d1, ens2d1, ... ens1d2 or
Expand Down
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 @@ -189,7 +189,7 @@ module filter_mod
logical :: trace_execution = .false.
logical :: write_obs_every_cycle = .false. ! debug only
logical :: silence = .false.
logical :: distributed_state = .true. ! Default to do state complete forward operators.
logical :: distributed_state = .true. ! Default to do distributed forward operators.

! IO options
!>@todo FIXME - how does this work for multiple domains? ens1d1, ens2d1, ... ens1d2 or
Expand Down

0 comments on commit 6609e3b

Please sign in to comment.