SUBROUTINE GF_IFPT ( rimnem, iret ) C************************************************************************ C* GF_IFPT * C* * C* This subroutine prints the interface values arrays to the decoder * C* log if the verbosity level is 3 or higher. * C* * C* GF_IFPT ( RIMNEM, IRET ) * C* * C* Input parameters: * C* RIMNEM (*) CHAR* Interface mnemonics for reals * C* * C* Output parameters: * C* IRET INTEGER Return code * C* 0 = normal return * C* * C** * C* Log: * C* C. Caruso Magee/NCEP 07/06 * C************************************************************************ INCLUDE 'GEMPRM.PRM' INCLUDE 'gfcmn.cmn' C* CHARACTER*(*) rimnem (*) C----------------------------------------------------------------------- iret = 0 loglvl = 3 C C* Print all of the single-level real interface values C* that are not missing. C CALL DC_IFPR ( 3, rimnem, rivals, NRIMN, ierfpr ) C RETURN END