Skip to content

Commit

Permalink
fix gnu compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
cacraigucar committed Jan 30, 2025
1 parent 5f7ac9c commit 88084c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/cam/gw_drag.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ subroutine gw_rdg_calc( &
call outfld('TAUARDG'//trim(type)//'X', taurx, ncol, lchnk)
call outfld('TAUARDG'//trim(type)//'Y', taury, ncol, lchnk)

if (luse_gw_rdg_resid == .true.) then
if (luse_gw_rdg_resid) then
! Add additional GW from residual variance. Assumed isotropic
kwvrdg = 0.001_r8 / ( 100._r8 )
effgw = effgw_rdg_resid * isowgt !1.0_r8 * isowgt
Expand Down

0 comments on commit 88084c5

Please sign in to comment.