Skip to content
Snippets Groups Projects
Commit c3bf2a21 authored by Pierre Tulet's avatar Pierre Tulet
Browse files

P.Tulet 22/02/23: reglages par défaut pour concentraton en nombre minimum de...

P.Tulet 22/02/23: reglages par défaut pour concentraton en nombre minimum de poussières désertiques.  default settings for minimum number of dust concentration.
parent dea01d5c
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ REAL, DIMENSION(3) :: XINIRADIUS= 0.5*(/0.078, 0.641, 5.00 /)
!Initial, standard deviation from Alfaro et al 1998
REAL, DIMENSION(3) :: XINISIG = (/1.75, 1.76, 1.70/)
!Minimum allowed number concentration for any mode (#/m3)
REAL, DIMENSION(3) :: XN0MIN = (/1.e3 , 1.e1 , 1.e-2 /)
REAL, DIMENSION(3) :: XN0MIN = (/1.e1 , 1.e-1 , 1.e-4 /)
CHARACTER(LEN=9),DIMENSION(:),ALLOCATABLE :: CDEDSTNAMES
CHARACTER(LEN=9),DIMENSION(6), PARAMETER :: YPDEDST_INI = &
(/'DEDSTM31C','DEDSTM32C','DEDSTM33C' &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment