Conversation
|
Ming, 1 The auto-correct with Mail is turning "get_nio_tasks_in_group" into "get_nil_tasks_in_group".
Dave |
|
Dave, I just change this message on the website, but i am not sure whether it Thanks. Ming On 10/11/16 1:37 PM, Dave Gill wrote:
|
mkavulich
left a comment
There was a problem hiding this comment.
Approved by dev committee
TYPE: bug fix KEYWORDS: WRF IO_QUILT SOURCE: internal (Dave) DESCRIPTION OF CHANGES: The subroutine call was missing an argument, even though the argument is not used directly. The Cray compiler usually segfaults on this line (the code was wrong, the Cray compiler just indicated the error). If the quilting option was working for a user before this modification, it will continue to work after this modification (consistent with what was found with the regression tests, which do quilting LIST OF MODIFIED FILES: M frame/module_io_quilt_old.F TESTS CONDUCTED: A nesting run with this fix is done to confirm this fix works. Regression is OK. (cherry picked from commit abf1efa)
bug-fix to prevent unintended latent heat flux
…el#10 previous default fire_wind_log_interp = 4 (with wind reduction factors) is obsolete and not parallel consistent, delete? wrf-model#23 Fixes wrf-model#13
Fixed bug for GFS data download
TYPE: bug fix
KEYWORDS: WRF IO_QUILT
SOURCE: internal (Dave)
DESCRIPTION OF CHANGES: The subroutine call was missing an argument, even though the argument is not used directly. The Cray compiler usually segfaults on this line (the code was wrong, the Cray compiler just indicated the error). If the quilting option was working for a user before this modification, it will continue to work after this modification (consistent with what was found with the regression tests, which do quilting
LIST OF MODIFIED FILES:
M frame/module_io_quilt_old.F
TESTS CONDUCTED: A nesting run with this fix is done to confirm this fix works. Regression is OK.