-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkida_icmwSC_2D_libcloud_lgr.nml
51 lines (47 loc) · 1.11 KB
/
kida_icmwSC_2D_libcloud_lgr.nml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
! This namelist uses the libcloudph++ lagrangian scheme
! with a max updraft (wctrl) of 1 m/s, model timestep (dt) = 1 s,
! diagnostic output (dg_dt) = 60 s and sim time (tctrl) = 10800 s
&mphys
! hydrometeor names
h_names= 'cloud', 'rain', 'ice', 'snow', 'graupel'
! number of moments for each species
num_h_moments= 0,0,0,0,0
num_h_bins=1,1,1,1,1
! Background values for each moment (assumed the same for all species)
mom_init=0,0,0
! Aerosol initialization
num_aero_moments=0,0,0
num_aero_bins=1
/
&case
icase=650
/
&control
mphys_scheme='libcloud_lgr'
dt=1.0
dgstart=-1.0
dg_dt=60.0
tctrl(1)=10800.
wctrl(1)=1.0
/
&switch
!! Standard switches for the 1D case
!! do not modify for intercomparison
l_diverge=.False.
l_fix_theta=.False.
l_diverge_advection=.False.
!! If included in code the switch below can be used to control
!! activation scavenging and in-cloud processing.
!! Set to true if these processes are NOT required. The
!! default is True.
l_fix_aerosols=.False.
l_mphys = .True.
l_periodic_bound = .True.
l_sediment = .True.
l_pupdate=.True.
/
&addcontrol
iiwarm=.True.
smax_limit_time = 1800.0
smax = 0.05
/