Commit 578f2af
committed
Merge branch 'MPAS-v8.0/ccpp_gwdo_revised' into develop (PR #1078)
This merge corrects a bug in the call to the subroutine gwdo in
mpas_atmphys_driver_gwdo.F. Previously, the variable z was erroneously defined
as the height at the interface between layers, or z = z_p where z_p is equal to
zgrid. Now, the variable z is defined as the height defined at the middle of
layers, or z = zmid_p, as needed by subroutine gwdo.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments