SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
read_namelists_slt.F90
Go to the documentation of this file.
1 !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2 !SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3 !SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
4 !SFX_LIC for details. version 1.
5 ! #########
6 SUBROUTINE read_namelists_slt(HPROGRAM)
7 ! #######################################################
8 !
9 USE modi_default_slt
10 !
11 USE modi_read_default_slt
12 !
13 USE modi_read_slt_conf
14 !
15 !
16 USE yomhook ,ONLY : lhook, dr_hook
17 USE parkind1 ,ONLY : jprb
18 !
19 IMPLICIT NONE
20 !
21  CHARACTER(LEN=6), INTENT(IN) :: hprogram ! program calling SLT
22 REAL(KIND=JPRB) :: zhook_handle
23 !
24 !-----------------------------------------------------
25 !
26 IF (lhook) CALL dr_hook('READ_NAMELISTS_SLT',0,zhook_handle)
27  CALL default_slt
28 !
29  CALL read_default_slt(hprogram)
30 !
31  CALL read_slt_conf(hprogram)
32 IF (lhook) CALL dr_hook('READ_NAMELISTS_SLT',1,zhook_handle)
33 !
34 !
35 END SUBROUTINE read_namelists_slt
subroutine read_slt_conf(HPROGRAM)
subroutine default_slt
Definition: default_slt.F90:6
subroutine read_namelists_slt(HPROGRAM)
subroutine read_default_slt(HPROGRAM)