Changes between Version 12 and Version 13 of doc/app/examples/rrtmg
- Timestamp:
- Dec 3, 2018 3:49:22 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/examples/rrtmg
v12 v13 20 20 With the following parameter file example_lsm_rrtmg_p3d a simulation with LSM and RRTMG can be performed. 21 21 {{{ 22 &inipar nx = 63, ny = 63, nz = 96, 23 dx = 50.0, dy = 50.0, dz = 25.0, 24 dz_stretch_level = 1800.0, 22 &initialization_parameters 23 nx = 63, ny = 63, nz = 96, 24 dx = 50.0, dy = 50.0, dz = 25.0, 25 dz_stretch_level = 1800.0, 25 26 26 27 fft_method = 'fftw', 27 28 28 29 initializing_actions = 'set_constant_profiles', 29 30 30 31 32 33 31 ug_surface = 2.5, vg_surface = 0.0, 32 pt_surface = 292.5, 33 pt_vertical_gradient = 0.0, 12.0, 0.5, 34 pt_vertical_gradient_level = 0.0, 800.0, 825.0, 34 35 35 humidity = .TRUE., 36 cloud_physics = .TRUE., 37 cloud_scheme = 'seifert_beheng', 36 humidity = .TRUE., 38 37 39 38 q_surface = 0.005, 40 39 41 surface_pressure = 1000.0, 40 surface_pressure = 1000.0, 41 latitude = 51.96, 42 longitude = 0.0, 43 day_of_year_init = 287, 44 time_utc_init = 28800.0, 42 45 43 latitude = 51.96, 44 longitude = 0.0, 45 day_of_year_init = 287, 46 time_utc_init = 28800.0, 47 48 constant_flux_layer = .TRUE., 49 bc_pt_b = 'dirichlet', 50 bc_q_b = 'dirichlet', 51 bc_e_b = 'neumann', / 46 constant_flux_layer = .TRUE., 47 bc_pt_b = 'dirichlet', 48 bc_q_b = 'dirichlet', 49 bc_e_b = 'neumann', / 52 50 53 51 54 &d3par end_time = 18000.0, 52 &runtime_parameters 53 end_time = 18000.0, 55 54 56 57 55 create_disturbances = .T., 56 dt_disturb = 150.0, disturbance_energy_limit = 0.01, 58 57 59 data_output = 'ql', 'qv', 'vpt', 'pt', 'shf*_xy', 'qsws*_xy',58 data_output = 'ql', 'qv', 'thetav', 'theta', 60 59 'lwp*_xy', 'prr', 'qc', 'qr', 61 't_soil', 't_soil_av', ' pt_av',60 't_soil', 't_soil_av', 'theta_av', 62 61 'm_soil', 'm_soil_av', 63 62 'c_liq*_xy', 'c_liq*_xy_av', … … 74 73 'rad_sw_in', 'rad_sw_out', 'rad_lw_in', 'rad_lw_out', 75 74 76 data_output_pr = '#pt', '#qv', 'wpt', '#t_soil', '#m_soil', 'u', 'v', 'rad_sw_in', 'rad_sw_out', 'rad_lw_in', 'rad_lw_out',75 data_output_pr = '#theta', '#qv', 'wtheta', '#t_soil', '#m_soil', 'u', 'v', 'rad_sw_in', 'rad_sw_out', 'rad_lw_in', 'rad_lw_out', 77 76 78 77 section_xy = 0, 1, 2, 3, 4, 5, 79 78 80 79 dt_data_output = 600.0, 81 80 82 83 84 81 dt_data_output_av = 600.0, 82 averaging_interval = 10.0, 83 dt_dopr = 600.0, 85 84 / 86 85 87 &lsm_par surface_type = 'vegetation', 88 vegetation_type = 3, 89 soil_type = 7, 90 conserve_water_content = .T., 91 c_surface = 0.0, 92 vegetation_coverage = 0.9, 93 z0 = 0.1, 94 z0h = 0.02, 95 lambda_surface_stable = 5.0, 96 lambda_surface_unstable = 5.0, 97 min_canopy_resistance = 110.0, 98 min_soil_resistance = 50.0, 99 leaf_area_index = 2.0, 100 dz_soil = 0.01, 0.02, 0.04, 0.07, 0.15, 0.21, 0.72, 1.89, 101 root_fraction = 0.1, 0.2, 0.3, 0.2, 0.1, 0.05, 0.05, 0.0, 102 soil_temperature = 290.0, 289.0, 288.0, 286.0, 285.0, 285.0, 285.0, 285.0, 103 soil_moisture = 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 86 &land_surface_parameters 87 surface_type = 'vegetation', 88 vegetation_type = 3, 89 soil_type = 7, 90 conserve_water_content = .T., 91 c_surface = 0.0, 92 vegetation_coverage = 0.9, 93 z0_vegetation = 0.1, 94 z0h_vegetation = 0.02, 95 lambda_surface_stable = 5.0, 96 lambda_surface_unstable = 5.0, 97 min_canopy_resistance = 110.0, 98 min_soil_resistance = 50.0, 99 leaf_area_index = 2.0, 100 dz_soil = 0.01, 0.02, 0.04, 0.07, 0.15, 0.21, 0.72, 1.89, 101 root_fraction = 0.1, 0.2, 0.3, 0.2, 0.1, 0.05, 0.05, 0.0, 102 soil_temperature = 290.0, 289.0, 288.0, 286.0, 285.0, 285.0, 285.0, 285.0, 103 soil_moisture = 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 104 deep_soil_temperature = 285.0, 104 105 / 105 106 106 &radiation_par radiation_scheme = 'rrtmg', 107 albedo_type = 5, 108 constant_albedo = .F., 109 dt_radiation = 60.0, 107 &bulk_cloud_parameters 108 bulk_cloud_model = .TRUE., 109 cloud_scheme = 'seifert_beheng', 110 110 / 111 112 &radiation_parameters 113 radiation_scheme = 'rrtmg', 114 albedo_type = 5, 115 constant_albedo = .F., 116 dt_radiation = 60.0, 117 / 111 118 }}} 112 119 This setup requires about 1.5h of time on a quad-core processor with 4x2.66Ghz.