-
Notifications
You must be signed in to change notification settings - Fork 700
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix declaration for QSFC to INOUT variable (#1791)
TYPE: bug fix, no effect KEYWORDS: sfclay, sfclayrev, qsfc SOURCE: Reported by Laura Fowler, NCAR/MMM, internal DESCRIPTION OF CHANGES: Problem: QSFC variable in sfclay and sfclayrev modules was declared as an OUT variable, but it is only calculated conditionally. For some grid points, it takes the input value. This has caused compilation issue in MPAS. Solution: Change the declaration for QSFC from OUT to INOUT variable. LIST OF MODIFIED FILES: M phys/module_sf_sfclay.F M phys/module_sf_sfclayrev.F TESTS CONDUCTED: 1. It fixed the compilation problem in MPAS. 2. The Jenkins tests have passed.
- Loading branch information
1 parent
49f99a2
commit 4b94b9c
Showing
2 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters