Skip to content

Commit

Permalink
remove bfb line for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jtruesdal committed Jul 8, 2024
1 parent 66b6a24 commit 6244ced
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dynamics/eul/iop.F90
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ subroutine iop_update_prognostics(timelevel,ps,t3,u3,v3,q3)
if (present(ps)) ps(1,1,timelevel) = psobs
if (present(t3)) t3(1,ioptop:,1,timelevel) = tobs(ioptop:)
if (present(q3)) q3(1,ioptop:,1,1,timelevel) = qobs(ioptop:)
!!!!!jt revert next line only for bfb
ioptop=1
if (present(u3)) u3(1,ioptop:,1,timelevel) = uobs(ioptop:)
if (present(v3)) v3(1,ioptop:,1,timelevel) = vobs(ioptop:)

Expand Down

0 comments on commit 6244ced

Please sign in to comment.