SURFEX v8.1
General documentation of Surfex
facom2.ixnvms.h
Go to the documentation of this file.
1 !*
2 ! Fonction "en ligne" donnant le plus haut niveau de messagerie
3 ! acceptable pour l'unite logique de rang "I3456"
4 ! (utilisation des niveaux de messagerie global et propre au
5 ! fichier; s'il n'y a pas de fichier - I3456=0, d'ou le dimensio-
6 ! nnement de *NIVOMS* a partir de zero, le niveau de filtrage
7 ! global joue seul)
8 !
9 INTEGER (KIND=JPLIKB) FUNCTION IXNVMS (I3456)
10 INTEGER (KIND=JPLIKB) :: I3456
11 IXNVMS =MIN (2_JPLIKB ,2_JPLIKB *FA%NIMSGA,MAX (2_JPLIKB *FA%NIMSGA-2_JPLIKB ,FA%FICHIER(I3456)%NIVOMS))
12 END FUNCTION
ERROR in a
Definition: ecsort_shared.h:90
ERROR in n
Definition: ecsort_shared.h:90
INTERFACE SUBROUTINE JPRB IMPLICIT NONE INTEGER(KIND=JPIM)
INTERFACE SUBROUTINE FACILO_MT && FA
Definition: facilo_mt.h:4
! FONCTION SERVANT A RENDRE FATALE OU NON UNE ERREUR ! A L AIDE DU CODE REPONSE DU NIVEAU DE FILTRAGE ! ET DE L OPTION D ERREUR FATALE PROPRE AU FICHIER ! S IL N Y A PAS DE FICHIER(I5678=0, D 'OU DIMENSIONNEMENT DE ! *LERFAT *)
! Fonction servant a rendre fatale ou non une erreur ! a l aide du code reponse du niveau de filtrage global
Definition: facom2.llmoer.h:2