SURFEX v8.1
General documentation of Surfex
yomlun_ifsaux.F90
Go to the documentation of this file.
2 
3 USE parkind1 ,ONLY : jpim
4 
5 IMPLICIT NONE
6 
7 SAVE
8 
9 ! ------------------------------------------------------------------
10 
11 !* Logical units used by code
12 
13 ! NULOUT : output unit
14 ! NULERR : unit number for comparison with reference run
15 
16 INTEGER(KIND=JPIM) :: nulout = 6
17 INTEGER(KIND=JPIM) :: nulerr = 0
18 
19 ! ------------------------------------------------------------------
20 END MODULE yomlun_ifsaux
integer(kind=jpim) nulout
integer, parameter jpim
Definition: parkind1.F90:13
integer(kind=jpim) nulerr