SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/LIB/XRD38/LFI/lfidah.F
Go to the documentation of this file.
00001 C Jan-2011 P. Marguinaud Interface to thread-safe LFI
00002       SUBROUTINE LFIDAH ( KDATE, KHEURE )
00003       USE LFIMOD, ONLY : LFICOM_DEFAULT,
00004      S                   LFICOM_DEFAULT_INIT,
00005      S                   NEW_LFI_DEFAULT
00006       IMPLICIT NONE
00007 #ifndef f77
00008 #include "precision.h"
00009       INTEGER (KIND=JPDBLE) KDATE, KHEURE
00010 #else
00011       INTEGER KDATE, KHEURE
00012 #endif
00013       IF (.NOT. LFICOM_DEFAULT_INIT) CALL NEW_LFI_DEFAULT ()
00014       CALL LFIDAH_MT (LFICOM_DEFAULT, KDATE, KHEURE )
00015       END SUBROUTINE
00016