From 591a8f48dcdf1cc04896b905131ba30b235c9d21 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Tue, 19 Oct 2021 16:22:52 -0600 Subject: [PATCH 1/2] Per #1945, changed PRMSL Z0 to L0. I looked at the user's guide and no corresponding changes are needed there. --- met/data/config/STATAnalysisConfig_GO_Index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met/data/config/STATAnalysisConfig_GO_Index b/met/data/config/STATAnalysisConfig_GO_Index index 2277304894..e157e1f6de 100644 --- a/met/data/config/STATAnalysisConfig_GO_Index +++ b/met/data/config/STATAnalysisConfig_GO_Index @@ -76,7 +76,7 @@ fcst_lev = [ "P250", "P250", "P250", "P250", "P400", "P400", "P400", "P400", "Z2", "Z2", "Z2", "Z2", "P400", "P400", "P400", "P400", - "Z0", "Z0", "Z0", "Z0" + "L0", "L0", "L0", "L0" ]; obs_lev = []; From fc7657211666cb3c0d26d6a5963289ce22270f2d Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Tue, 19 Oct 2021 16:24:58 -0600 Subject: [PATCH 2/2] Per #1945, also change PRMSL/Z0 to L0 in the SS_Index job config file to avoid future confusion. --- test/config/STATAnalysisConfig_SFC_SS_Index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config/STATAnalysisConfig_SFC_SS_Index b/test/config/STATAnalysisConfig_SFC_SS_Index index 994f091052..d6f104843d 100644 --- a/test/config/STATAnalysisConfig_SFC_SS_Index +++ b/test/config/STATAnalysisConfig_SFC_SS_Index @@ -50,7 +50,7 @@ obs_var = []; fcst_lev = [ "Z10", "Z10", "Z10", "Z10", "Z2", "Z2", "Z2", "Z2", "Z2", "Z2", "Z2", "Z2", - "Z0", "Z0", "Z0", "Z0" + "L0", "L0", "L0", "L0" ]; obs_lev = [];