SURFEX v8.1
General documentation of Surfex
modd_dst_surf.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.
6 !
7 IMPLICIT NONE
8 !
9 REAL, PARAMETER :: xdensity_dst = 2.5e3 ! [kg/m3] density of dust
10 REAL, PARAMETER :: xmolarweight_dst = 100.e-3 ! [kg/mol] molar weight dust
11 !
12 INTEGER :: nvegno_dst !Number of vegetation classes considered dust emitters
13 INTEGER, PARAMETER :: nemismodes_max=3
14 INTEGER, DIMENSION(NEMISMODES_MAX), PARAMETER :: jorder_dst=(/3,2,1/) !Dust modes in order of importance
15 !Set emission related parameters
16 REAL,DIMENSION(NEMISMODES_MAX) :: xemisradius_ini_dst ! number madian radius initialization for sea salt mode (um)
17 REAL,DIMENSION(NEMISMODES_MAX) :: xemissig_ini_dst ! dispersion initialization for sea salt mode
18 REAL,DIMENSION(NEMISMODES_MAX) :: xmss_frc_src_ini ! Mass fraction from each mode
19 !
20  CHARACTER(LEN=5) :: cemisparam_dst ! Reference to paper where emission parameterization is proposed
21 INTEGER :: jpmode_dst ! number of sea salt modes (max 3; default = 1)
22 LOGICAL :: lvarsig_dst ! switch to active pronostic dispersion for all modes
23 LOGICAL :: lrgfix_dst ! switch to active pronostic mean radius for all modes
24 !
25 INTEGER :: ndst_mdebeg ! Index of mass flux in first sea salt mode in scalar list
26 INTEGER :: ndstmde ! Number of sea salt modes emitted
27  CHARACTER(LEN=6) :: cvermod
28 !
30 !
31 END MODULE modd_dst_surf
integer ndst_mdebeg
real, parameter xmolarweight_dst
logical lvarsig_dst
real, parameter xdensity_dst
real, dimension(nemismodes_max) xemissig_ini_dst
integer, parameter nemismodes_max
logical lrgfix_dst
real, dimension(nemismodes_max) xmss_frc_src_ini
real, dimension(nemismodes_max) xemisradius_ini_dst
integer jpmode_dst
character(len=6) cvermod
integer, dimension(nemismodes_max), parameter jorder_dst
character(len=5) cemisparam_dst
integer nvegno_dst