Skip to content

Commit

Permalink
Add a fix in bucket graupel. (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA authored Feb 13, 2023
1 parent c48e0fd commit b37f8ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sorc/ncep_post.fd/SURFCE.f
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
!! - 22-11-16 E JAMES - Adding dust from RRFS
!! - 22-12-23 E Aligo - Read six winter weather diagnostics from model.
!! - 23-01-24 Sam Trahan - store hourly accumulated precip for IFI and bucket time
!! - 23-02-11 W Meng - Add fix of time accumulation in bucket graupel for FV3 based models
!!
!! USAGE: CALL SURFCE
!! INPUT ARGUMENT LIST:
Expand Down Expand Up @@ -4077,6 +4078,10 @@ SUBROUTINE SURFCE
endif
fld_info(cfld)%ntrange=1
end if
if(MODELNAME == 'GFS' .OR. MODELNAME == 'FV3R') then
fld_info(cfld)%ntrange=1
fld_info(cfld)%tinvstat=IFHR-ID(18)
endif
!$omp parallel do private(i,j,ii,jj)
do j=1,jend-jsta+1
jj = jsta+j-1
Expand Down

0 comments on commit b37f8ab

Please sign in to comment.