Skip to content

Commit c96eaef

Browse files
Merge pull request #3 from NOAA-EMC/develop
change ifmin to zero at fh00 for inline POST (NOAA-EMC#14)
2 parents cb908e9 + 26de321 commit c96eaef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io/post_gfs.F90

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, &
133133
!
134134
ifhr = mynfhr
135135
ifmin = mynfmin
136+
if (ifhr == 0 ) ifmin = 0
136137
if(mype==0) print *,'bf set_postvars,ifmin=',ifmin,'ifhr=',ifhr
137138
call set_postvars_gfs(wrt_int_state,mpicomp,setvar_atmfile, &
138139
setvar_sfcfile)

0 commit comments

Comments
 (0)