SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/LIB/XRD38/FA/faipag.F
Go to the documentation of this file.
00001 C Jan-2011 P. Marguinaud Interface to thread-safe FA
00002       SUBROUTINE FAIPAG(KREP, KRANG,  CDPREF, KNIVAU, CDSUFF,
00003      S                  KNIPAR )
00004       USE FA_MOD, ONLY : FA_COM_DEFAULT,
00005      S                   FA_COM_DEFAULT_INIT,
00006      S                   NEW_FA_DEFAULT
00007       IMPLICIT NONE
00008       INTEGER KREP, KRANG, KNIVAU, KNIPAR(6)
00009       CHARACTER (LEN=*) CDPREF, CDSUFF
00010       IF (.NOT. FA_COM_DEFAULT_INIT) CALL NEW_FA_DEFAULT ()
00011       CALL FAIPAG_MT (FA_COM_DEFAULT, KREP, KRANG, CDPREF, KNIVAU, 
00012      S                CDSUFF, KNIPAR )
00013       END SUBROUTINE
00014