Skip to content

Commit e1d7113

Browse files
Merge branch 'rrfs-mpas-jedi' into gsibec_para_mpas
2 parents 6194f11 + 5bf2cad commit e1d7113

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

workflow/ush/qrocoto/checkDA

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ with open(f'{expdir}/rrfs.xml') as infile:
4747
FCST_LEN_HRS_CYCLES = get_value(line)
4848
elif "getkf_observer" in line:
4949
getkf = True
50+
elif "STATIC_BEC_MODEL" in line:
51+
STATIC_BEC_MODEL = get_value(line)
5052

5153
# prepare a summary
5254
if float(HYB_WGT_ENS) == 0.0 and float(HYB_WGT_STATIC) == 1.0:
53-
summary = "Pure 3DVAR"
55+
summary = f"Pure 3DVAR, using {STATIC_BEC_MODEL}"
5456
else:
5557
if float(HYB_WGT_ENS) == 1.0 and float(HYB_WGT_STATIC) == 0.0:
5658
summary = "Pure 3DEnVAR"

0 commit comments

Comments
 (0)