# YAMMS model parameters # ====================== ### Model global parameters ###------------------------ # Enable/disable Haze production process haze_production = T # Enable/disable Haze coagulation process haze_coagulation = T # Coagulation interactions, a combination of: # 0 - no interactions (same as haze_coagulation == F) # 1 - SS interactions # 2 - SF interactions # 4 - FF interactions. # (for example: 5 = 4+1 --> SS and FF coagulation only) haze_coag_interactions = 7 # Enable/disable Haze sedimentation process haze_sedimentation = T # Disable Fiadero correction for sedimentation process no_fiadero = F # Fiadero correction minimum ratio threshold fiadero_min_ratio = 0.1 # Fiadero correction maximum ratio threshold fiadero_max_ratio = 10. # Force settling velocity to M0 wsed_m0 = T # Force settling velocity to M3 wsed_m3 = F # Enable/disable clouds sedimentation process # (automatically set to F if clouds microphysics is not enabled) clouds_sedimentation = T # Enable/disable clouds nucleation and condensation processes # (automatically set to F if clouds microphysics is not enabled) clouds_nuc_cond = T # Condensible species configuration file # (not needed if clouds microphysics is not enabled) specie_cfg = /home/burgalat/test_sedim/inputs/mp2m_species.cfg # Enable/disable spherical mode transfert probability transfert_probability = F # Path of the spherical mode transfert probability look-up tables file # (optional if 'transfert_probability' is False) ps2s_file = inputs/mmp_ps2s.nc # Electric charging coagulation correction # If set to .false. then no correction is assumed electric_charging = F # Path of the electric charging correction factor. # (optional if 'electric_charging' is False) mq_file = inputs/mmp_qmean.nc # alpha_X sections contain the parameters of the inter-moments relation function for # the mode X: either spherical (s) or fractal (f) # dndr_X sections contain the parameters of the size-distribution law of the mode X [alpha_s] a = -3.8450202E-04, 1.9300880E-01, -1.5824302E+02, 3.1805033E-01, 1.1335227E-01, 3.0615066E-02 b = -3.9438738E-01, 3.3815486E+00, -1.7000626E+02, 3.3353316E-01, 2.4314346E-01, -1.6559447E-01 c = -7.9835178E-01, -1.8853289E+01, -2.0306468E+02, -7.3818724E+00, -3.4832076E+00, -6.5662798E-01 [dndr_s] rc = 4.58219580180634588E-007 a0 = 86144.861255561875 c = 0d0 a = 2.48333861883769357E-040, 1.46076790655632173E-013, 1.71525517568997062E-009, 1.80855172875974993E-019, 1.48212594918347503E-047, 6.87247318898338451E-081 b = 59.518212357684796, 15.507500262021228, -5.4179933012448069, -9.3500794017892854, -18.207927270524777, -27.248924688740562 [alpha_f] a = -3.8450202E-04, 1.9300880E-01, -1.5824302E+02, 3.1805033E-01, 1.1335227E-01, 3.0615066E-02 b = -3.9438738E-01, 3.3815486E+00, -1.7000626E+02, 3.3353316E-01, 2.4314346E-01, -1.6559447E-01 c = -7.9835178E-01, -1.8853289E+01, -2.0306468E+02, -7.3818724E+00, -3.4832076E+00, -6.5662798E-01 [dndr_f] rc = 4.58219580180634588E-007 a0 = 86144.861255561875 c = 0d0 a = 2.48333861883769357E-040, 1.46076790655632173E-013, 1.71525517568997062E-009, 1.80855172875974993E-019, 1.48212594918347503E-047, 6.87247318898338451E-081 # ================= # # b^T_k cofficients # # ================= # # This section gathers the values of all the btk coefficient used in the coagulation # equations for the free-molecular regime. [btks] bt0 = 0.72d0, 0.72d0, 0.80d0, 0.97d0, 0.00d0 bt3 = 0.73d0, 0.73d0, 0.00d0, 0.97d0, 0.97d0