Skip to content

Commit

Permalink
Update MDLFLD.f
Browse files Browse the repository at this point in the history
correct 470 to 477 to consistent with CITEDR in "post_avblflds.xml"
  • Loading branch information
hsinmulin-NOAA authored Jan 9, 2024
1 parent e08b3e6 commit bc3b8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/MDLFLD.f
Original file line number Diff line number Diff line change
Expand Up @@ -4206,7 +4206,7 @@ SUBROUTINE MDLFLD
!
!
! COMPUTE NCAR GTG turbulence
IF(gtg_on .and. (IGET(464) > 0 .or. IGET(467) > 0 .or. IGET(470) > 0)) then
IF(gtg_on .and. (IGET(464) > 0 .or. IGET(467) > 0 .or. IGET(477) > 0)) then
i=(ista+iend)/2
j=(jsta+jend)/2
! if(me == 0) print*,'sending input to GTG i,j,hgt,gust',i,j,ZINT(i,j,LP1),gust(i,j)
Expand Down

0 comments on commit bc3b8e2

Please sign in to comment.