SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
read_namelists_isba.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_isba(HPROGRAM)
7 ! #######################################################
8 !
9 !---------------------------
10 !
11 USE modd_agri, ONLY : lagrip
12 USE modd_deepsoil, ONLY : lphysdomc, ldeepsoil
13 !
14 USE modi_default_agri
15 USE modi_default_deepsoil
16 USE modi_read_isba_conf
17 !
18 !--------------------------------------------
19 !
20 !
21 USE yomhook ,ONLY : lhook, dr_hook
22 USE parkind1 ,ONLY : jprb
23 !
24 IMPLICIT NONE
25 !
26  CHARACTER(LEN=6), INTENT(IN) :: hprogram ! program calling surf. schemes
27 REAL(KIND=JPRB) :: zhook_handle
28 !
29 !---------------------------------------------------
30 !
31 IF (lhook) CALL dr_hook('READ_NAMELISTS_ISBA',0,zhook_handle)
32 !
33  CALL default_agri(lagrip)
34 !
35  CALL default_deepsoil(ldeepsoil,lphysdomc)
36 !
37  CALL read_isba_conf(hprogram)
38 IF (lhook) CALL dr_hook('READ_NAMELISTS_ISBA',1,zhook_handle)
39 !
40 !---------------------------------------------------------
41 !
42 END SUBROUTINE read_namelists_isba
subroutine default_deepsoil(ODEEPSOIL, OPHYSDOMC)
subroutine read_isba_conf(HPROGRAM)
subroutine read_namelists_isba(HPROGRAM)
subroutine default_agri(OAGRIP)
Definition: default_agri.F90:6