Skip to content

Commit

Permalink
Merge pull request #785 from NCAR/no-qceff-inf-for-rtps
Browse files Browse the repository at this point in the history
Notify user if using RTPS inflation that QCEFF options ignored for posterior inflation
  • Loading branch information
hkershaw-brown authored Jan 9, 2025
2 parents bddda57 + 4d62b8a commit c6d3719
Show file tree
Hide file tree
Showing 2 changed files with 11 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
5 changes: 5 additions & 0 deletions guide/qceff_probit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ options as columns of the qceff_table:
* lower_bound (default -888888)
* upper_bound (default -888888)

.. note::

If using RTPS inflation, the probit distribution information is ignored for posterior
inflation.


* Observation increment information

Expand Down

0 comments on commit c6d3719

Please sign in to comment.