Changeset 3461 for palm/trunk/TESTS/cases/warm_air_bubble_with_bcm/INPUT
- Timestamp:
- Oct 30, 2018 3:25:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TESTS/cases/warm_air_bubble_with_bcm/INPUT/warm_air_bubble_with_bcm_p3d
r3357 r3461 7 7 !-- grid parameters 8 8 !------------------------------------------------------------------------------- 9 nx = 23, ! Number of gridboxes in x-direction (nx+1)10 ny = 23, ! Number of gridboxes in y-direction (ny+1)9 nx = 39, ! Number of gridboxes in x-direction (nx+1) 10 ny = 39, ! Number of gridboxes in y-direction (ny+1) 11 11 nz = 40, ! Number of gridboxes in z-direction (nz) 12 12 … … 28 28 29 29 pt_surface = 297.9, ! temperature at surface 30 pt_vertical_gradient = 0.0, 0.585 88957,! vertical gradient of temperature30 pt_vertical_gradient = 0.0, 0.585, ! vertical gradient of temperature 31 31 pt_vertical_gradient_level = 0.0, 740.0, ! height level of temp gradients 32 32 33 q_surface = 0.016, 34 q_vertical_gradient = -2.97 297E-4, -4.5238095E-4, -8.108108E-5,! gradient for mix. ratio35 q_vertical_gradient_level = 0.0, 740.0, 3260.0, 33 q_surface = 0.016, ! mixing ratio at surface 34 q_vertical_gradient = -2.97E-4, -4.52E-4, -8.1E-5, ! gradient for mix. ratio 35 q_vertical_gradient_level = 0.0, 740.0, 3260.0, ! height lev. for gradients 36 36 37 ! 38 !-- passive scalar 39 !------------------------------------------------------------------------------- 40 passive_scalar = .TRUE., ! enable passive scalar 41 s_surface = 0.0008, ! equivalent to 420ppm background 42 surface_scalarflux = 0.002, ! kg emission per square meter and second 43 bc_s_b = 'neumann', ! Neumann boundary conditions 44 scalar_advec = 'bc-scheme', ! Bott chlond scheme for scalar advection 45 loop_optimization = 'vector', ! loops over k,j,i 46 47 ! 48 !-- bulk microphysics 49 !------------------------------------------------------------------------------- 50 humidity = .TRUE., ! prog. equation for total water mixing ratio 37 humidity = .TRUE., ! prog. equation for total water mixing ratio 51 38 52 39 ! … … 84 71 data_output = 'w_xy', 85 72 'w_xz', 86 ' pt_xy',87 ' pt_xz',73 'theta_xy', 74 'theta_xz', 88 75 'ql_yz', 76 'qr_yz', 77 'nr_yz', 89 78 'w_yz', 90 79 'u_yz', 91 80 'v_yz', 92 's_yz',93 'nc_yz',94 81 95 82 data_output_pr = 'u', 96 83 'v', 97 'w',98 84 'ql', 99 '# pt',100 'w" pt"',101 'w* pt*',102 'w pt',85 '#theta', 86 'w"theta"', 87 'w*theta*', 88 'wtheta', 103 89 'w*2', 104 'pt*2',105 90 106 91 section_xy = 2, 10, ! grid index for 2D XY cross sections … … 120 105 &bulk_cloud_parameters 121 106 122 bulk_cloud_model = .TRUE., ! enable bulk cloud model 123 cloud_scheme = 'morrison', ! two-moment liquid water microphysics 124 ! including activation, diffusion, autoconversion, 125 ! accretion, sedimentation, precipitation 107 bulk_cloud_model = .TRUE., ! enable bulk cloud model 108 cloud_scheme = 'seifert_beheng', ! two-moment liquid water microphysics 109 ! including autoconversion, 110 ! accretion, sedimentation, precipitation 111 collision_turbulence = .TRUE., ! parametize turbulence effects for collision 112 cloud_water_sedimentation = .TRUE., ! enable cloud water sedimentation 126 113 127 aerosol_bulk = 'nacl', ! chemical composition of aerosol 128 129 na_init = 1.5E8, ! background aerosol concetration 130 dry_aerosol_radius = 0.15E-6, ! mean dry aerosol radius 131 sigma_bulk = 1.61, ! width of dry aerosol spectrum 132 133 curvature_solution_effects_bulk = .TRUE., ! considering aerosol properties for activation 134 collision_turbulence = .TRUE., ! parametize turbulence effects for collision 135 cloud_water_sedimentation = .TRUE., ! enable cloud water sedimentation 136 137 call_microphysics_at_all_substeps = .TRUE., ! microphysics every timestep 114 call_microphysics_at_all_substeps = .TRUE., ! microphysics every timestep 138 115 139 116 / ! end of bulk cloud parameter namelist
Note: See TracChangeset
for help on using the changeset viewer.