SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
LIB
XRD44
module
yomlun_ifsaux.F90
Go to the documentation of this file.
1
MODULE
yomlun_ifsaux
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
yomlun_ifsaux::nulout
integer(kind=jpim) nulout
Definition:
yomlun_ifsaux.F90:16
parkind1::jpim
integer, parameter jpim
Definition:
parkind1.F90:13
yomlun_ifsaux::nulerr
integer(kind=jpim) nulerr
Definition:
yomlun_ifsaux.F90:17
yomlun_ifsaux
Definition:
yomlun_ifsaux.F90:1
parkind1
Definition:
parkind1.F90:1
Generated on Tue Jan 16 2018 16:23:21 for SURFEX v8.1 by
1.8.13