Open hkershaw-brown opened 1 month ago
In filter_ensemble_inflate inflation does transform to/from probit.
non-RTPS inflation:
transform_to_probit inflate transform_from_probit
https://github.com/NCAR/DART/blob/464aa57a1261fa098e5f0f999bad41a464f8d7db/assimilation_code/modules/assimilation/filter_mod.f90#L1594-L1616
RTPS inflation:
inflate
https://github.com/NCAR/DART/blob/464aa57a1261fa098e5f0f999bad41a464f8d7db/assimilation_code/modules/assimilation/filter_mod.f90#L1575-L1592
Need to add RTPS to tests. Unclear if it is intentionally not being probit transformed (incompatible?) or an oversight.
In filter_ensemble_inflate inflation does transform to/from probit.
non-RTPS inflation:
https://github.com/NCAR/DART/blob/464aa57a1261fa098e5f0f999bad41a464f8d7db/assimilation_code/modules/assimilation/filter_mod.f90#L1594-L1616
RTPS inflation:
https://github.com/NCAR/DART/blob/464aa57a1261fa098e5f0f999bad41a464f8d7db/assimilation_code/modules/assimilation/filter_mod.f90#L1575-L1592