SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/LIB/XRD38/FA/faienc.F
Go to the documentation of this file.
00001 C Jan-2011 P. Marguinaud Interface to thread-safe FA
00002       SUBROUTINE FAIENC(KREP, KNUMER, CDPREF, KNIVAU, CDSUFF,
00003      S                  PCHAMP, LDCOSP )
00004       USE FA_MOD, ONLY : FA_COM_DEFAULT,
00005      S                   FA_COM_DEFAULT_INIT,
00006      S                   NEW_FA_DEFAULT
00007       IMPLICIT NONE
00008 #include "precision.h"
00009       INTEGER KREP, KNUMER, KNIVAU
00010       REAL (KIND=JPDBLR) PCHAMP (*)
00011       CHARACTER CDPREF*(*), CDSUFF*(*)
00012       LOGICAL LDCOSP
00013       IF (.NOT. FA_COM_DEFAULT_INIT) CALL NEW_FA_DEFAULT ()
00014       CALL FAIENC_MT (FA_COM_DEFAULT, KREP, KNUMER, CDPREF, KNIVAU, 
00015      S                CDSUFF, PCHAMP, LDCOSP )
00016       END SUBROUTINE
00017