SURFEX v8.1
General documentation of Surfex
lficom2.ixc.h
Go to the documentation of this file.
1 !
2 ! Fonction servant a l'adressage 1D dans les tableaux CNOMAR,
3 ! MLGPOS et MDES1D, MTAMPD.
4 !
5 INTEGER (KIND=JPLIKB) FUNCTION IXC (IABCDE,IFGHIJ)
6 INTEGER (KIND=JPLIKB) :: IABCDE, IFGHIJ
7 IXC = IABCDE + LFI%JPNXNA * (IFGHIJ - 1_JPLIKB)
8 END FUNCTION
ERROR in a
Definition: ecsort_shared.h:90