SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modn_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 !! #####################
7  MODULE modn_slt
8 !! #####################
9 !!
10 !!*** *MODN_DUST*
11 !!
12 !! PURPOSE
13 !! -------
14 ! Namelist for SEA SALT EMISSION SCHEME aerosol scheme parameters
15 !!
16 !!** AUTHOR
17 !! ------
18 !! A. Grini / P. Tulet *CNRM*
19 !
20 !! MODIFICATIONS
21 !! -------------
22 !! Original 24/02/05
23 !!
24 !! IMPLICIT ARGUMENTS
25 !! ------------------
26 USE modd_slt_surf, ONLY : cemisparam_slt
27 !!
28 !-----------------------------------------------------------------------------
29 !
30 !* 0. DECLARATIONS
31 ! -----------------
32 IMPLICIT NONE
33 SAVE
34 namelist /nam_surf_slt/ &
35  cemisparam_slt !Parameterization type
36 
37 !
38 END MODULE modn_slt