Hello,I am attempting to run the EAKF algorithm in PDAF and encountered the following error:“PDAFomi ERROR: coords_p not initialized - cannot apply localization”.
After reviewing the source code, I found that the error is caused by the uninitialized coords_p variable. In previous versions of PDAF (V2), I observed that coords_p was only used within the LENKF context. However, in the new PDAF V3, I discovered a module named PDAFomi_set_localize_covar.
Could you please confirm whether I need to add a call to PDAFomi_set_localize_covar in obs_etan_pdafomi.F to initialize coords_p when using EAKF? Or is there another approach to initialize it?