Skip to content

Commit

Permalink
physics/gwdps.f: remove note that adding intent(in) for certain varia…
Browse files Browse the repository at this point in the history
…bles changes the results, this is only true in (CCPP) PROD mode, not in REPRO mode
  • Loading branch information
climbfuji committed Oct 13, 2019
1 parent b9854b3 commit 81e02a7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions physics/gwdps.f
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,8 @@ subroutine gwdps_run( &
! Interface variables
integer, intent(in) :: im, ix, km, imx, kdt, ipr, me
integer, intent(in) :: KPBL(IM) ! Index for the PBL top layer!
! DH* adding intent(in) information for the following variables
! changes the results on Theia/Intel - skip for bit-for-bit results *DH
! real(kind=kind_phys), intent(in) :: &
! & deltim, G, CP, RD, RV, cdmbgwd(2)
real(kind=kind_phys) deltim, G, CP, RD, RV, cdmbgwd(4)
! *DH
real(kind=kind_phys), intent(in) :: &
& deltim, G, CP, RD, RV, cdmbgwd(4)
real(kind=kind_phys), intent(inout) :: &
& A(IX,KM), B(IX,KM), C(IX,KM)
real(kind=kind_phys), intent(in) :: &
Expand Down

0 comments on commit 81e02a7

Please sign in to comment.