Skip to content

Commit

Permalink
fix typo in GFS_time_vary_pre.scm.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Firl authored and Grant Firl committed Aug 12, 2022
1 parent 0f41f73 commit 8313af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/GFS_time_vary_pre.scm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ subroutine GFS_time_vary_pre_timestep_init (jdat, idat, dtp, nsswr, &
else if (w3kindreal == 4) then
rinc4(1:5) = 0
call w3difdat(jdat,idat,4,rinc4)
sec = rina4c(4)
sec = rinc4(4)
else
write(0,*)' FATAL ERROR: Invalid w3kindreal'
call abort
Expand Down

0 comments on commit 8313af9

Please sign in to comment.