Skip to content

Commit

Permalink
Merge pull request #189 from fisidi/PR_189
Browse files Browse the repository at this point in the history
WRF-CMAQ Bugfix for UWIND and VWIND at Grid Cell Centers (mass points)
  • Loading branch information
kmfoley authored May 4, 2023
2 parents 732ff6f + 6ff005f commit 1a53519
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CCTM/src/twoway/twoway_aqprep.F90
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ SUBROUTINE aqprep (grid, config_flags, t_phy_wrf, p_phy_wrf, rho_wrf, &
! 26 Jul 2022 (David Wong)
! -- Added a prefix tw_ for these variables: sc, ec, sr, er sc_d, ec_d,
! sr_d, and er_d to avoid naming conflicts
! 16 Mar 2023 (David Wong)
! -- fixed a bug in creating u and v components
!===============================================================================

USE module_domain ! WRF module
Expand Down Expand Up @@ -1206,11 +1208,6 @@ END SUBROUTINE bcldprc_ak

ENDDO
ENDDO

metcro3d_data_wrf (:,:,1:nlays,15) = zf (:,:,1:nlays)

metcro3d_data_wrf (:,:,1:nlays,16) = zf (:,:,1:nlays)

ENDDO

metcro3d_data_wrf (:,:,1:nlays,14) = zf (:,:,1:nlays)
Expand Down

0 comments on commit 1a53519

Please sign in to comment.