Skip to content

Commit

Permalink
Bugfix: misspelt variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Aug 19, 2024
1 parent 192e8c8 commit fa91766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/physics/cam/gw_drag.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ subroutine gw_tend(state, pbuf, dt, ptend, cam_in, flx_heat)
qtgw = qtgw_temp
ttgw = ttgw_temp
utgw = utgw_temp
vtgw = vygw_temp
vtgw = vtgw_temp
end if
end if

Expand All @@ -1536,7 +1536,7 @@ subroutine gw_tend(state, pbuf, dt, ptend, cam_in, flx_heat)
qtgw = qtgw_temp ! in the ml scheme there is no qtgw so use qtgw = 0.0
ttgw = ttgw_temp ! in the ml scheme there is no ttgw so use ttgw = 0.0
utgw = utgw_temp
vtgw = vygw_temp
vtgw = vtgw_temp
! in the ml scheme there is not egwdffi set, so use egwdffi = 0.0
end if
end if
Expand Down

0 comments on commit fa91766

Please sign in to comment.