-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkida_icmw1D_libcloud_lgr.nml
65 lines (60 loc) · 1.63 KB
/
kida_icmw1D_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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
&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
aero_N_init=0., 50.e6, 0
aero_sig_init=0., 1.4, 0
aero_rd_init=0., 0.05e-6, 0.
/
&case
icase=101
/
&control
mphys_scheme='libcloud_lgr'
dt=1.0
dgstart=0.0
dg_dt=10.0
wctrl(1)=3.0
tctrl(1)=3600.
tctrl(2)=600.
/
&switch
! Standard switches for the 1D case
! do not modify for intercomparison
l_diverge=.False.
l_fix_theta=.true.
l_diverge_advection=.False.
l_periodic_bound=.False.
! sets the density to 1 kg/m^-3 so different to Shipway and Hill (2012)
l_constant_density=.True.
! 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 False
l_fix_aerosols=.False.
! Switch for sedimention True = sedimentation is
! on
l_sediment=.true.
l_noadv_hydrometeors=.false.
! TAU switches
l_act=.true. ! Allow activation
l_cond_evap=.true. ! Allow condensation and evaporatio (bin model)
l_coll_coal=.true. ! Allow collision-coalescence (bin model)
l_break=.False. ! Allow collisional breakup (bin model)
l_fix_supersat = .false. ! Allow user to prescribe supersaturation. This is
! only applicable to box condensational growth case.
! Be careful setting this for other cases!
l_dist_activated_drops = .false.
mu_act = 0.0
act_bin_ind = 6
/
&addcontrol
iiwarm=.True.
/