wrf-model / WRF

The official repository for the Weather Research and Forecasting (WRF) model
Other
1.18k stars 658 forks source link

Remove print from microphysics driver #2040

Closed weiwangncar closed 2 months ago

weiwangncar commented 2 months ago

TYPE: almost text only

KEYWORDS: extra print, microphysics driver

SOURCE: internal

DESCRIPTION OF CHANGES: Problem: PR-1876 accidentally turned on a diagnostic print for max and min vertical motions

Solution: The print is removed as in previous code.

LIST OF MODIFIED FILES: M phys/module_microphysics_driver.F

TESTS CONDUCTED: The Jenkins tests are all passing.

RELEASE NOTE:

weiwangncar commented 2 months ago

The regression test results:

Test Type              | Expected  | Received |  Failed
= = = = = = = = = = = = = = = = = = = = = = = =  = = = =
Number of Tests        : 23           24
Number of Builds       : 60           57
Number of Simulations  : 158           150        0
Number of Comparisons  : 95           86        0

Failed Simulations are: 
None
Which comparisons are not bit-for-bit: 
None
weiwangncar commented 2 months ago

@dudhia @smileMchen Can you review the PR? Thanks!