Skip to content

Commit

Permalink
1)Sync the fix of scattering calculation from GEFS V12 implementation…
Browse files Browse the repository at this point in the history
…; 2)Update CMakeLists.txt for removing GRIBIT.F since grib1 output was removed from the UPP. (#217)
  • Loading branch information
WenMeng-NOAA authored Nov 6, 2020
1 parent eed90f5 commit 43ba912
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/CALPW.f
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ SUBROUTINE CALPW(PW,IDECID)
DO I=1,IM
DP = PINT(I,J,L+1) - PINT(I,J,L)
PW(I,J) = PW(I,J) + Qdum(I,J)*DP*GI*HTM(I,J,L)
IF (IDECID == 17) THEN
IF (IDECID == 17 .or. IDECID == 20 .or. IDECID == 21) THEN
PW(I,J) = PW(I,J) + Qdum(I,J)*MAX(DP,0.)*GI*HTM(I,J,L)
ENDIF
IF (IDECID == 19) THEN
Expand Down
1 change: 0 additions & 1 deletion sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ list(APPEND LIB_SRC
GFSPOST.F
GPVS.f
grib2_module.f
GRIBIT.F
GRIDAVG.f
GRIDSPEC.f
gtg_algo.f90
Expand Down

0 comments on commit 43ba912

Please sign in to comment.