GRID_STAT_CLIMO_MEAN_FIELD WARNING in EMC EVS Testing #2554
-
Hello, this might have been missed in our original EMC EVS testing of the METv12.0.0-beta3 and METplusv6.0.0-beta3, so I want to make sure we are all aware of a possible bug I found in the code. I know we brought up "WARNING: Both STAT_CLIMO_MEAN_INPUT_TEMPLATE and *STAT_CLIMO_MEAN_FILE_NAME are set. Using value set in *STAT_CLIMO_MEAN_FILE_NAME." However, in the EMC EVS parallel output /lfs/h2/emc/ptmp/emc.vpppg/output/jevs_subseasonal_gefs_grid2grid_stats.o142676454 I am also seeing: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi Shannon: There are a number of variables in METplus that behave as you mentioned above. Specifically, they have to be set with nothing after the = sign otherwise the value gets set to something unexpected. @georgemccabe, @JohnHalleyGotway, @fisherhucar can any of you verify if GRID_STAT_CLIMO_MEAN_FIELD has to be set to empty as described above (GRID_STAT_CLIMO_MEAN_FIELD = ) otherwise it gets set to something? Is this the way this variable behaves? Christina |
Beta Was this translation helpful? Give feedback.
-
Hi @ShannonShields-NOAA, This is related to the same bug that involves the INPUT_TEMPLATE and FILE_NAME variables. The wrappers were being initialized twice and the 2nd pass was incorrectly outputting the warning because the 1st pass sets |
Beta Was this translation helpful? Give feedback.
-
Thank you George for confirming my thoughts on this bug. When beta4 is
installed on WCOSS2, I will be sure to test the fix.
Shannon
…On Thu, Apr 18, 2024 at 5:47 PM George McCabe ***@***.***> wrote:
Hi @ShannonShields-NOAA <https://github.com/ShannonShields-NOAA>, This is
related to the same bug that involves the INPUT_TEMPLATE and FILE_NAME
variables. The wrappers were being initialized twice and the 2nd pass was
incorrectly outputting the warning because the 1st pass sets
GRID_STAT_CLIMO_MEAN_FIELD. This was fixed with PR #2522
<#2522> and is available in the
METplus 6.0.0-beta4 release. You should no longer see the warning message
using that version or above.
—
Reply to this email directly, view it on GitHub
<#2554 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP4MEUA54AJ3SCIF4XKGV6DY6A5QLAVCNFSM6AAAAABGL7UVWGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCNJZHEYTS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Shannon Shields
SAIC at NOAA/NWS/NCEP/EMC
5830 University Research Ct. Rm 2180
College Park, MD 20740
***@***.***
|
Beta Was this translation helpful? Give feedback.
Hi @ShannonShields-NOAA, This is related to the same bug that involves the INPUT_TEMPLATE and FILE_NAME variables. The wrappers were being initialized twice and the 2nd pass was incorrectly outputting the warning because the 1st pass sets
GRID_STAT_CLIMO_MEAN_FIELD
. This was fixed with PR #2522 and is available in the METplus 6.0.0-beta4 release. You should no longer see the warning message using that version or above.