From d7e9127a0edb77805ff6b69008fcaace20378ee3 Mon Sep 17 00:00:00 2001 From: Michael Duda Date: Mon, 22 Jul 2013 18:54:26 -0600 Subject: [PATCH] Modify mpas_atmphys_constants.F to satisfy both older and newer versions of the pgf90 compiler concerning the inheritance of 'cp' through use statements. --- src/core_atmosphere/physics/mpas_atmphys_constants.F | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core_atmosphere/physics/mpas_atmphys_constants.F b/src/core_atmosphere/physics/mpas_atmphys_constants.F index 7f0f4d89ad..66082ac4fa 100644 --- a/src/core_atmosphere/physics/mpas_atmphys_constants.F +++ b/src/core_atmosphere/physics/mpas_atmphys_constants.F @@ -7,7 +7,8 @@ ! !============================================================================================= module mpas_atmphys_constants - use mpas_constants, cp => cp, R_d => rgas, g => gravity + use mpas_kind_types, only : RKIND + use mpas_constants, only : pii, cp, R_d => rgas, g => gravity implicit none public