Skip to content

Commit

Permalink
Removing print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJames-NOAA committed May 24, 2024
1 parent dbafe9b commit c806ed8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sorc/ncep_post.fd/grib2_module.f
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ subroutine gengrb2msg(idisc,icatg, iparm,nprm,nlvl,fldlvl1,fldlvl2,ntrange,tinvs
integer gefs1,gefs2,gefs3,gefs_status
character(len=4) cdum
integer perturb_num,num_ens_fcst,e1_type

!
!----------------------------------------------------------------------------------------
! Find out if the Post is being run for the GEFS model
Expand Down Expand Up @@ -763,11 +762,9 @@ subroutine gengrb2msg(idisc,icatg, iparm,nprm,nlvl,fldlvl1,fldlvl2,ntrange,tinvs

ihr_start = ifhr-tinvstat
if((modelname=='RAPR'.and.vtimeunits=='FMIN').or.(modelname=='FV3R'.and.pset%time_range_unit=="minute")) then
print *,'EJ grib2_module.f: time_range_unit is minute'
ifhrorig = ifhr
ifhr = ifhr*60 + ifmin
if(ifmin<1)then
print *,'EJ: ifmin<1'
tinvstat = tinvstat*60 + ifmin
endif
ihr_start = max(0,ifhr-tinvstat)
Expand Down

0 comments on commit c806ed8

Please sign in to comment.