Skip to content

Commit

Permalink
Change needed to get RF to run at all
Browse files Browse the repository at this point in the history
  • Loading branch information
Katetc committed Jan 14, 2025
1 parent 58d3800 commit a9ed66a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/physics/cam/rayleigh_friction_cam.F90
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ subroutine rayleigh_friction_tendO( &

call physics_ptend_init(ptend, state%psetcols, 'rayleigh friction', ls=.true., lu=.true., lv=.true.)

if (otau0 .eq. 0._r8) return

ncol = state%ncol

call rayleigh_friction_run(ncol, pver, ztodt, state%u, state%v, ptend%u, ptend%v, ptend%s, errmsg, errflg)
Expand Down

0 comments on commit a9ed66a

Please sign in to comment.