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