Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Remove HWRF/NMM variable (avgPchg) from the history file. (#115)
Browse files Browse the repository at this point in the history
TYPE: bugfix

KEYWORDS: NMM, HWRF 

SOURCE: internal                      

DESCRIPTION OF CHANGES: This variable causes some bit-for-bit errors
for a few of the NMM regression test cases.  It is not used for non-HWRF NMM.  
This is a work-around to avoid wrfout file diffs.

LIST OF MODIFIED FILES:

    M       Registry/Registry.NMM

TESTS CONDUCTED:

WTF completes as expected.
  • Loading branch information
llpcarson committed Jan 11, 2017
1 parent ff6b4fa commit 4de495c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Registry/Registry.NMM
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ rconfig real aer_asy_val namelist,physics max_domains 0.
#
# module_IGWAVE_ADJUST.F

state real avgPchg - dyn_nmm 1 - rh "avgPchg" "Average global change (hPa/3h)" "hPa/3h"
state real avgPchg - dyn_nmm 1 - r "avgPchg" "Average global change (hPa/3h)" "hPa/3h"

# module_CLDWTR.F
#
Expand Down

0 comments on commit 4de495c

Please sign in to comment.