Skip to content

Commit

Permalink
change ifmin to zero at fh00 for inline POST (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
junwang-noaa authored Dec 4, 2019
1 parent ea91f65 commit 26de321
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 26de321

Please sign in to comment.