From 9f89ce6c980c906ba410f5490a09011a4cfdb314 Mon Sep 17 00:00:00 2001 From: hsinmulin-NOAA <48441737+hsinmulin-NOAA@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:08:52 -0500 Subject: [PATCH] Create gtg_interp.F90 Stub code for GTG protection but to make UPP public to work --- sorc/ncep_post.fd/gtg_interp.F90 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sorc/ncep_post.fd/gtg_interp.F90 diff --git a/sorc/ncep_post.fd/gtg_interp.F90 b/sorc/ncep_post.fd/gtg_interp.F90 new file mode 100644 index 000000000..57147900b --- /dev/null +++ b/sorc/ncep_post.fd/gtg_interp.F90 @@ -0,0 +1,4 @@ + subroutine gtg_interp() + implicit none + print *, "Stub code for GTG protection but to make UPP public to work" + end subroutine gtg_interp