Skip to content

Commit

Permalink
Merge pull request #3 from NOAA-EMC/develop
Browse files Browse the repository at this point in the history
change ifmin to zero at fh00 for inline POST (NOAA-EMC#14)
  • Loading branch information
DeniseWorthen authored Dec 6, 2019
2 parents cb908e9 + 26de321 commit c96eaef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io/post_gfs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, &
!
ifhr = mynfhr
ifmin = mynfmin
if (ifhr == 0 ) ifmin = 0
if(mype==0) print *,'bf set_postvars,ifmin=',ifmin,'ifhr=',ifhr
call set_postvars_gfs(wrt_int_state,mpicomp,setvar_atmfile, &
setvar_sfcfile)
Expand Down

0 comments on commit c96eaef

Please sign in to comment.