From 4dacd7e8fd0c485d32622734685c56ad059baa65 Mon Sep 17 00:00:00 2001 From: William Cooke Date: Tue, 6 Oct 2020 13:12:06 -0400 Subject: [PATCH] Adding missing value for underground points in get_height_given_pressure --- tools/fv_diagnostics.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/fv_diagnostics.F90 b/tools/fv_diagnostics.F90 index 71bedf8ba..58dc2ef4d 100644 --- a/tools/fv_diagnostics.F90 +++ b/tools/fv_diagnostics.F90 @@ -4266,6 +4266,7 @@ subroutine get_height_given_pressure(is, ie, js, je, km, wz, kd, id, log_p, peln go to 1000 endif enddo + a2(i,j,n) =missing_value 1000 continue enddo enddo