SUBROUTINE UA_NPD2 ( report, lenr, irptr, iret ) C************************************************************************ C* UA_NPD2 * C* * C* This subroutine decodes 62626 national practice data. * C* * C* UA_NPD2 ( REPORT, LENR, IRPTR, IRET ) * C* * C* Input parameters: * C* REPORT CHAR* Report * C* LENR INTEGER Length of REPORT * C* * C* Input and output parameters: * C* IRPTR INTEGER Pointer within REPORT * C* * C* Output parameters: * C* IRET INTEGER Return code: * C* 0 = normal return * C* -1 = critical error in REPORT * C* or reached end of REPORT * C** * C* Log: * C* J. Ator/NCEP 03/98 * C* J. Ator/NCEP 10/99 Clean up function declarations * C************************************************************************ INCLUDE 'GEMPRM.PRM' INCLUDE 'uacmn.cmn' C* CHARACTER*(*) report C------------------------------------------------------------------------ iret = 0 C irptr = lenr + 1 logmsg = 'national' CALL DC_WLOG ( 2, 'UA', 3, logmsg, ierwlg ) C* RETURN END