SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
read_namelists_ideal.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_ideal(HPROGRAM)
7 ! #######################################################
8 !
9 !---------------------------
10 !
11 USE modn_ideal_flux, ONLY : nforcf, nforct, xtimef, xtimet, xsfth, xsftq, xsfco2, &
12  custartype, xustar, xz0, xalb, xemis, xtsrad
13 !
14 USE modi_default_ideal_flux
15 USE modi_read_ideal_flux_conf
16 !
17 !--------------------------------------------
18 !
19 !
20 USE yomhook ,ONLY : lhook, dr_hook
21 USE parkind1 ,ONLY : jprb
22 !
23 IMPLICIT NONE
24 !
25  CHARACTER(LEN=6), INTENT(IN) :: hprogram ! program calling surf. schemes
26 REAL(KIND=JPRB) :: zhook_handle
27 !
28 !---------------------------------------------------
29 !
30 IF (lhook) CALL dr_hook('READ_NAMELISTS_IDEAL',0,zhook_handle)
31  CALL default_ideal_flux(nforcf, nforct, xtimef, xtimet, xsfth, xsftq, xsfco2, &
32  custartype, xustar, xz0, xalb, xemis, xtsrad)
33 !
34  CALL read_ideal_flux_conf(hprogram)
35 IF (lhook) CALL dr_hook('READ_NAMELISTS_IDEAL',1,zhook_handle)
36 !
37 !---------------------------------------------------------
38 !
39 END SUBROUTINE read_namelists_ideal
subroutine read_ideal_flux_conf(HPROGRAM)
subroutine default_ideal_flux(KFORCF, KFORCT, PTIMEF, PTIMET, PSFTH, PSFTQ, PSFCO2, HUSTARTYPE, PUSTAR, PZ0M, PALB, PEMIS, PTSRAD)
subroutine read_namelists_ideal(HPROGRAM)