Skip to content

Commit

Permalink
In fv_fill.F90, use kind_phys for kind_phys instead of hard-coding 8 …
Browse files Browse the repository at this point in the history
…byte reals. (NOAA-EMC#193)
  • Loading branch information
SamuelTrahanNOAA committed Jul 19, 2022
1 parent 0963bde commit 153cd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/fv_fill.F90
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module fv_fill_mod
! </table>

use mpp_domains_mod, only: mpp_update_domains, domain2D
use platform_mod, only: kind_phys => r8_kind
use GFS_typedefs, only: kind_phys

implicit none
public fillz
Expand Down

0 comments on commit 153cd90

Please sign in to comment.