Commit 9dd83ad
authored
Zero out tendencies if Rayleigh friction is disabled. (ESCOMP#300)
Originator(s): fvitt, nusbaume
Description (include issue title and the keyword ['closes', 'fixes',
'resolves'] and issue number):
Sets Rayleigh friction output tendencies to zero if Rayleigh friction is
disabled (but still in the SDF).
closes ESCOMP#296
List all namelist files that were added or changed: N/A
List all files eliminated and why: N/A
List all files added and what they do: N/A
List all existing files that have been modified, and describe the
changes:
(Helpful git command: `git diff --name-status
development...<your_branch_name>`)
M schemes/rayleigh_friction/rayleigh_friction.F90
- Zeroed out tendencies if Rayleigh friction is disabled, and did some
minor commenting and code cleanup.
List all automated tests that failed, as well as an explanation for why
they weren't fixed: All passed.
Is this an answer-changing PR? If so, is it a new physics package,
algorithm change, tuning change, etc?
No, this PR should be non-answer changing.
If yes to the above question, describe how this code was validated with
the new/modified features:1 parent 38a5a49 commit 9dd83ad
1 file changed
Lines changed: 17 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
138 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
| |||
0 commit comments