Modification to assimilate radar reflectivity simultaneously with the conventional data and to tune weights of mixed ensemble in EnVar#533
Conversation
…ntional data and to tune weights of mixed ensemble in EnVar
|
@shoyokota Are you going to change the workflow template (ush/templates/FV3LAM_wflow.xml) to have the option to run only one GSI task (ANAL_GSI_TN), in other words, to have the option to skip envar radar analysis (HYBRID_RADAR_REF_TN) when assimilating conventional and reflectivity simultaneously? We need to make changes to the workflow in order to run SDL+VDL+HYB, I think. Something like DO_SDL_VDL_HYB = TRUE (or FALSE) in the configure file and also in the workflow and scripts would be helpful for determining which tasks to run and what kind of dependencies are needed. My two cents here. |
|
@chunhuazhou Such an option has already been in the current workflow as "DO_ENVAR_RADAR_REF_ONCE" since #451. In activating VDL (ngvarloc=2), this option is set to TRUE in set_rrfs_config_SDL_VDL_MixEn.sh, and skips HYBRID_RADAR_REF_TN. |
…regional_run_analysis.sh
… conventional data and to tune weights of mixed ensemble in EnVar (NOAA-GSL#533)
DESCRIPTION OF CHANGES:
This PR is to activate "tuning weights of MixEn" ( NOAA-EMC/GSI#541 ), "tuning cross-scale/variable/time covariances in SDL/VDL/TDL" ( NOAA-EMC/GSI#542 ), and "simultaneous radar reflectivity and conventional DA without side effects" ( NOAA-EMC/GSI#543 ). The following options are added. Here, "r_ensloccov4{scl,var,tim}" (real) was used instead of previous "i_ensloccov4{scl,var,tim}" (integer). In addition, the restriction forcing pure EnVar in assimilating radar reflectivity was removed.
TESTS CONDUCTED:
I checked that the following tests were as expectation on Orion.
DEPENDENCIES:
Following PRs should be merged to GSI used in this workflow
DOCUMENTATION:
TBD
ISSUE (optional):
This PR is related to MixEn and SDL/VDL/TDL options introduced in #451