SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/SURFEX/io_buff_cleann.F90
Go to the documentation of this file.
00001 !     #######################################################
00002       SUBROUTINE IO_BUFF_CLEAN_n
00003 !     #######################################################
00004 !
00005 !!****  *IO_BUFF_CLEAN_n* - routine to clean the I/O buffer
00006 !!
00007 !!    PURPOSE
00008 !!    -------
00009 !!
00010 !!**  METHOD
00011 !!    ------
00012 !!
00013 !!    EXTERNAL
00014 !!    --------
00015 !!
00016 !!
00017 !!    IMPLICIT ARGUMENTS
00018 !!    ------------------
00019 !!
00020 !!    REFERENCE
00021 !!    ---------
00022 !!
00023 !!
00024 !!    AUTHOR
00025 !!    ------
00026 !!      V. Masson   *Meteo France*      
00027 !!
00028 !!    MODIFICATIONS
00029 !!    -------------
00030 !!      Original    08/2007 
00031 !-------------------------------------------------------------------------------
00032 !
00033 !*       0.    DECLARATIONS
00034 !              ------------
00035 !
00036 USE MODD_IO_BUFF_n, ONLY : CREC, NREC
00037 !
00038 !
00039 USE YOMHOOK   ,ONLY : LHOOK,   DR_HOOK
00040 USE PARKIND1  ,ONLY : JPRB
00041 !
00042 IMPLICIT NONE
00043 !
00044 !*       0.1   Declarations of arguments
00045 !              -------------------------
00046 !
00047 !*       0.2   Declarations of local variables
00048 !              -------------------------------
00049 !
00050 !-------------------------------------------------------------------------------
00051 !
00052 
00053 REAL(KIND=JPRB) :: ZHOOK_HANDLE
00054 
00055 IF (LHOOK) CALL DR_HOOK('IO_BUFF_CLEAN_N',0,ZHOOK_HANDLE)
00056 CREC='                '
00057 NREC=0
00058 IF (LHOOK) CALL DR_HOOK('IO_BUFF_CLEAN_N',1,ZHOOK_HANDLE)
00059 !
00060 !-------------------------------------------------------------------------------
00061 !
00062 END SUBROUTINE IO_BUFF_CLEAN_n