Skip to content

Commit

Permalink
fix: message if using RTPS inflation, QCEFF options ignored for poste…
Browse files Browse the repository at this point in the history
…rior inflation

fixes #748 (needs doc changes also)
  • Loading branch information
hkershaw-brown committed Dec 24, 2024
1 parent bddda57 commit aa11b49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assimilation_code/modules/assimilation/filter_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,12 @@ subroutine filter_main()
inf_damping(POSTERIOR_INF), ' will be used'
call error_handler(E_MSG,'filter_main:', msgstring)
endif
if (do_rtps_inflate(post_inflate)) then
write(msgstring, *) 'Posterior inflation is RTPS, QCEFF ', &
'inflation options will be ignored for posterior inflation'
call error_handler(E_MSG,'filter_main:', msgstring)
endif

endif

call trace_message('After initializing inflation')
Expand Down

0 comments on commit aa11b49

Please sign in to comment.