Skip to content

Commit 6cf8c4a

Browse files
Merge branch 'main' into oned_obs_diag_fix
2 parents 346ce9a + c6d3719 commit 6cf8c4a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

assimilation_code/modules/assimilation/filter_mod.f90

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,12 @@ subroutine filter_main()
438438
inf_damping(POSTERIOR_INF), ' will be used'
439439
call error_handler(E_MSG,'filter_main:', msgstring)
440440
endif
441+
if (do_rtps_inflate(post_inflate)) then
442+
write(msgstring, *) 'Posterior inflation is RTPS, QCEFF ', &
443+
'inflation options will be ignored for posterior inflation'
444+
call error_handler(E_MSG,'filter_main:', msgstring)
445+
endif
446+
441447
endif
442448

443449
call trace_message('After initializing inflation')

guide/qceff_probit.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ options as columns of the qceff_table:
4848
* lower_bound (default -888888)
4949
* upper_bound (default -888888)
5050

51+
.. note::
52+
53+
If using RTPS inflation, the probit distribution information is ignored for posterior
54+
inflation.
55+
5156

5257
* Observation increment information
5358

0 commit comments

Comments
 (0)