From 153cd903f8f95a7bc41fb242fe96fd7cdd4c2b64 Mon Sep 17 00:00:00 2001 From: "Samuel Trahan (NOAA contractor)" <39415369+SamuelTrahanNOAA@users.noreply.github.com> Date: Tue, 19 Jul 2022 09:35:03 -0400 Subject: [PATCH] In fv_fill.F90, use kind_phys for kind_phys instead of hard-coding 8 byte reals. (#193) --- model/fv_fill.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/fv_fill.F90 b/model/fv_fill.F90 index faab16fdf..5579c7221 100644 --- a/model/fv_fill.F90 +++ b/model/fv_fill.F90 @@ -37,7 +37,7 @@ module fv_fill_mod ! 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