You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug reported by WRF-DART user during implementation of Poterjoy particle filter (LPF) algorithm. See assim_tools_mod_pf.f90
I just noticed that pf_enkf_hybrid is set to 'true' by default in assim_tools_mod. Because you did not specify this option in your namelist, you are actually running a combination of an LPF-EnKF update, as described in this paper. I admit that this is an unfortunate default option (that should be changed in the DART repository) since it makes no sense for users to have to specify pf_enkf_hybrid in order to shut this feature off. In the meantime, set pf_enkf_hybrid = .false. under &assim_tools_nml in the namelist.
Error Message
No error message.
Which model(s) are you working with?
WRF4+
Version of DART
DARTv10.10.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Bug reported by WRF-DART user during implementation of Poterjoy particle filter (LPF) algorithm. See assim_tools_mod_pf.f90
I just noticed that pf_enkf_hybrid is set to 'true' by default in assim_tools_mod. Because you did not specify this option in your namelist, you are actually running a combination of an LPF-EnKF update, as described in this paper. I admit that this is an unfortunate default option (that should be changed in the DART repository) since it makes no sense for users to have to specify pf_enkf_hybrid in order to shut this feature off. In the meantime, set pf_enkf_hybrid = .false. under &assim_tools_nml in the namelist.
Error Message
No error message.
Which model(s) are you working with?
WRF4+
Version of DART
DARTv10.10.1
The text was updated successfully, but these errors were encountered: