LMDZ
sujfh.F90
Go to the documentation of this file.
1 SUBROUTINE sujfh
2 
3 ! Purpose :
4 ! -------
5 ! *SUJFH* Read namelist NAMJFH & Initialize module YOMJFH
6 
7 ! Interface :
8 ! ---------
9 
10 ! Externals :
11 ! ---------
12 ! POSNAM
13 
14 ! Method :
15 ! ------
16 
17 ! Reference :
18 ! ---------
19 
20 ! Author :
21 ! ------
22 ! 15-Mar-2005 R. El Khatib *METEO-FRANCE*
23 
24 ! Modifications :
25 ! -------------
26 
27 ! End Modifications
28 !-----------------------------------------------------------------------------
29 
30 USE parkind1 ,ONLY : jprb
31 USE yomhook ,ONLY : lhook, dr_hook
32 
33 ! Ce qui concerne NULNAM commente par MPL le 15.04.09
34 !USE YOMLUN , ONLY : NULOUT ,NULNAM
35 USE yomlun , ONLY : nulout
36 USE yompldsw , ONLY : lopt_rs6k
37 USE yomjfh , ONLY : n_vmass
38 
39 IMPLICIT NONE
40 
41 REAL(KIND=JPRB) :: ZHOOK_HANDLE
42 
43 #include "posnam.intfb.h"
44 
45 #include "namjfh.h"
46 
47 !-----------------------------------------------------------------------------
48 
49 IF (lhook) CALL dr_hook('SUJFH',0,zhook_handle)
50 
51 IF (lopt_rs6k) THEN
52  n_vmass=8
53 ! Ce qui concerne NAMJFH commente par MPL le 15.04.09
54 ! CALL POSNAM(NULNAM,'NAMJFH')
55 ! READ(NULNAM,NAMJFH)
56 ELSE
57  n_vmass=0
58 ENDIF
59 
60 WRITE(unit=nulout,fmt='('' MODULE YOMJFH'')')
61 WRITE(unit=nulout,fmt='('' N_VMASS ='',I2)') n_vmass
62 
63 
64 IF (lhook) CALL dr_hook('SUJFH',1,zhook_handle)
65 
66 END SUBROUTINE sujfh
integer(kind=jpim) n_vmass
Definition: yomjfh.F90:11
integer, parameter jprb
Definition: parkind1.F90:31
subroutine sujfh
Definition: sujfh.F90:2
Definition: yomlun.F90:1
logical lhook
Definition: yomhook.F90:12
logical lopt_rs6k
Definition: yompldsw.F90:10
subroutine dr_hook(CDNAME, KSWITCH, PKEY)
Definition: yomhook.F90:17
Definition: yomjfh.F90:1
!$Header!integer nvarmx s s unit
Definition: gradsdef.h:20