Changes between Version 297 and Version 298 of doc/app/parlist
- Timestamp:
- Feb 17, 2021 5:09:22 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/parlist
v297 v298 346 346 || [../virtual_flight_parameters#max_elev_change max_elev_change] || vfm || R(100) ||100*0.0|| Maximum possible elevation change in case rate_of_climb is not equal to zero. 347 347 || [../particle_parameters#max_number_particles_per_gridbox max_number_particles_per_gridbox] || lpm || I || 100 || Threshold for splitting of super droplets. 348 || [../radiation_parameters#max_raytracing_dist max_raytracing_dist] || rrtmg || R || -999.0 || Maximum distance for raytracing (in meters). 348 349 || [../chemistry_parameters#max_street_id max_street_id] || chem / \\ salsa || I(99) || 0 || Maximum index value for identifying ALL (MAIN and SIDE) streets following street type classes from {{{OpenStreetMap}}}. 349 350 || [../particle_parameters#merging merging] || lpm || L || .F. || Switch on/off merging algorithm for particles (if cloud_droplets=.T.). … … 351 352 || [../initialization_parameters#mg_switch_to_pe0_level mg_switch_to] \\ [../initialization_parameters#mg_switch_to_pe0_level _pe0_level] || ini || I || -1 || Grid level at which data shall be gathered on PE0. 352 353 || [../bulk_cloud_parameters#microphysics_ice_phase microphysics_ice_phase] || bulkc || L || .F. || Parameter to turn on ice phase and calculate prognostic equations for ice crystal number concentration and mixing ratio. 353 || [../land_surface_parameters#min_canopy_resistance min_canopy_resistance] || lsm || R || depends on [../land_surface_parameters#vegetation_type vegetation_type] || Minimum canopy (i.e., stomatal) resistance (in s/m). 354 || [../land_surface_parameters#min_canopy_resistance min_canopy_resistance] || lsm || R || depends on [../land_surface_parameters#vegetation_type vegetation_type] || Minimum canopy (i.e., stomatal) resistance (in s/m). 355 || [../radiation_parameters#min_irrf_value min_irrf_value] || rrtmg || R || 1E-6 || Minimum potential irradiance factor value for raytracing. 354 356 || [../agent_parameters#min_nr_agent min_nr_agent] || agt || I ||2|| Minimum number of agents for which memory is allocated at every grid cell. 355 || [../particle_parameters#min_nr_particles min_nr_particles] || lpm || I ||50|| Minimum number of particles for which memory is allocated at every grid cell. 357 || [../particle_parameters#min_nr_particles min_nr_particles] || lpm || I ||50|| Minimum number of particles for which memory is allocated at every grid cell. 356 358 || [../land_surface_parameters#min_soil_resistance min_soil_resistance] || lsm || R || 50.0 || Minimum soil resistance (in s/m). 357 359 || [../initialization_parameters#mixing_length_1d mixing_length_1d] || ini || C*20 || 'blackadar' || Mixing length used in the 1d-model. 358 360 || [../chemistry_parameters#mode_emis mode_emis] || chem || C*80 || 'PARAMETERIZED' || Mode of chemistry emissions (Options: 'PARAMETERIZED', 'DEFAULT', 'PREPROCESSED'). '''Obsolete, use emiss_lod instead''' 359 || [../initialization_parameters#momentum_advec momentum_advec] || ini || C*10 || 'ws-scheme' || Advection scheme to be used for the momentum equations. 361 || [../initialization_parameters#momentum_advec momentum_advec] || ini || C*10 || 'ws-scheme' || Advection scheme to be used for the momentum equations. 362 || [../radiation_parameters#mrt_geom mrt_geom] || rrtmg || I || 1 || Method for MRT direction weights simulating a sphere or a human body. 363 || [../radiation_parameters#mrt_geom_params mrt_geom_params] || rrtmg || R(2) || 0.12, 0.88 || Parameters of selected weighting method. 364 || [../radiation_parameters#mrt_include_sw mrt_include_sw] || rrtmg || L || .T. || Parameter to include SW radiation into the mean radiant temperature (MRT) calculation. 365 || [../radiation_parameters#mrt_nlevels mrt_nlevels] || rrtmg || I || 0 || Number of vertical boxes above surface for which to calculate mean radiant temperature (MRT). 366 || [../radiation_parameters#mrt_skip_roof mrt_skip_roof] || rrtmg || L || .T. || Parameter to skip calculating mean radiant temperature (MRT) above the roof surfaces. 360 367 || [../agent_parameters#multi_agent_system_end multi_agent_system_end] || agt || R ||9999999.9|| Simulation time at which the multi agent system will stop excuting (in s). 361 368 || [../agent_parameters#multi_agent_system_start multi_agent_system_start] || agt || R ||0.0|| Simulation time at which the multi agent system will start excuting (in s). … … 398 405 || [../runtime_parameters#normalizing_region normalizing_region] || run || I ||0|| Determines the subdomain from which the normalization quantities are calculated. 399 406 || [../runtime_parameters#npex npex] || run || I || no default value || Number of processors along x-direction of the virtual processor net. 400 || [../runtime_parameters#npey npey] || run || I || no default value || Number of processors along y-direction of the virtual processor net. 407 || [../runtime_parameters#npey npey] || run || I || no default value || Number of processors along y-direction of the virtual processor net. 408 || [../radiation_parameters#nrefsteps nrefsteps] || rrtmg || I || 3 || Number of reflection steps to be performed inside RTM for the reflected short- and long-wave radiation between mutually visible surfaces. 401 409 || [../salsa_parameters#nsnucl nsnucl] || salsa || I ||0|| The nucleation scheme applied. 402 410 || [../initialization_parameters#nsor nsor] || run || I ||20|| Number of iterations to be used with the SOR-scheme. … … 439 447 || [../wind_turbine_parameters#pitch_control pitch_control] || wtm || L || .F. || Parameter to switch on the pitch control. 440 448 || [../wind_turbine_parameters#pitch_rate pitch_rate] || wtm || R || 8.0 || Maximum pitch rate (in degree/s). 441 || [../plant_canopy_parameters#plant_canopy_transpiration plant_canopy_transpiration] || pcm || L || .F. || Enables calculation of evapotranspiration and corresponding latent heat flux of the resolved plant canopy which utilizes SW and LW radiation fluxes calculated in RTM. 449 || [../plant_canopy_parameters#plant_canopy_transpiration plant_canopy_transpiration] || pcm || L || .F. || Enables calculation of evapotranspiration and corresponding latent heat flux of the resolved plant canopy which utilizes SW and LW radiation fluxes calculated in RTM. 450 || [../radiation_parameters#plant_lw_interact plant_lw_interact] || rrtmg || L || .T. || The parameter steers if plant canopy interacts with LW radiation. 442 451 || [../spectra_parameters#plot_spectra_level plot_spectra_level] || spec || I(100) || No level || Vertical level(s) for which horizontal spectra are to be plotted (in grid points). 443 452 || [../initialization_parameters#prandtl_number prandtl_number] || ini || R || 1.0 || Ratio of the eddy diffusivities for momentum and heat (K,,m,,/K,,h,,). … … 466 475 || [../initialization_parameters#q_vertical_gradient q_vertical_gradient] || ini || R(10) || 10*0.0 || Humidity gradient(s) of the initial humidity profile (in 1/100 m). 467 476 || [../initialization_parameters#q_vertical_gradient_level q_vertical_gradient] \\ [../initialization_parameters#q_vertical_gradient_level _level] || ini || R(10) || 10*0.0 || Height level above which the humidity gradient defined by [../initialization_parameters#q_vertical_gradient q_vertical_gradient] is effective (in m). 477 || [../radiation_parameters#rad_angular_discretization rad_angular_discretization] || rrtmg || L || .T. || Parameter to enable using of the angular discretization for calculation of view factors for reflected radiation. 478 || [../radiation_parameters#radiation_interactions_on radiation_interactions_on] || rrtmg || L || .T. || The setting of this parameter to .FALSE. forces not to activate RTM even if vertical urban/land surfaces or trees exist in the domain. 468 479 || [../radiation_parameters#radiation_scheme radiation_scheme] || rrtmg || C*10 || 'clear-sky' || Radiation scheme to be used. 469 480 || [../particle_parameters#radius radius] || lpm || R(10) || 0.0, 9* \\ 9999999.9 || Particle radius (in m). … … 478 489 || [../virtual_flight_parameters#rate_of_climb rate_of_climb] || vfm || R(100) ||100*0.0|| Vertical speed of the aircraft in meter per second. 479 490 || [../initialization_parameters#rayleigh_damping_factor rayleigh_damping] \\ [../initialization_parameters#rayleigh_damping_factor _factor] || ini || R || 0.0 || Factor for Rayleigh damping. 480 || [../initialization_parameters#rayleigh_damping_height rayleigh_damping] \\ [../initialization_parameters#rayleigh_damping_height _height] || ini || R || 2/3*zu(nzt),\\ (ocean: 2/3*zu(nzb)) || Height where the Rayleigh damping starts (in m). 491 || [../initialization_parameters#rayleigh_damping_height rayleigh_damping] \\ [../initialization_parameters#rayleigh_damping_height _height] || ini || R || 2/3*zu(nzt),\\ (ocean: 2/3*zu(nzb)) || Height where the Rayleigh damping starts (in m). 492 || [../radiation_parameters#raytrace_discrete_azims raytrace_discrete_azims] || rrtmg || I || 80 || Number of horizontal discrete directions (azimuths) for angular discretization used to calculate the sky view factors, surface-surface view factor, and direct solar visibility for all surfaces. 493 || [../radiation_parameters#raytrace_discrete_elevs raytrace_discrete_elevs] || rrtmg || I || 40 || Number of vertical descrete elevations for angular discretization used to calculate the sky view factors, surface-surface view factor, and direct solar visibility for all surfaces. 494 || [../radiation_parameters#raytrace_mpi_rma raytrace_mpi_rma] || rrtmg || L || .T. || Parameter to enable the one-sided MPI communication to access LAD array and grid surfaces for raytracing. 481 495 || [../chemistry_parameters#rcntrl rcntrl] || chem || R(20) || 0.0 || Steering of the chemistry solver. 482 496 || [../agent_parameters#read_agents_from_restartfile read_agents_from] \\ [../agent_parameters#read_agents_from_restartfile _restartfile] || agt || L ||.F.|| Flag to read agent data from restart file. … … 569 583 || [../chemistry_parameters#surface_csflux_name surface_csflux_name] || chem || C*11(99) || 'novalue' || Names of chemical species which are emitted. 570 584 || [../initialization_parameters#surface_heatflux surface_heatflux] || ini || R || no prescribed \\ heatflux || Kinematic sensible heat flux at the bottom surface (in K m/s). 571 || [../initialization_parameters#surface_pressure surface_pressure] || ini || R || 1013.25 || Atmospheric pressure at the surface (in hPa). 585 || [../initialization_parameters#surface_pressure surface_pressure] || ini || R || 1013.25 || Atmospheric pressure at the surface (in hPa). 586 || [../radiation_parameters#surface_reflections surface_reflections] || rrtmg || L || .T. || Parameter to switch off the surface-surface reflections in RTM. 572 587 || [../initialization_parameters#surface_scalarflux surface_scalarflux] || ini || R || 999999.9 || Scalar flux at the surface (in kg m^-2^ s^-1^ or ppm m s^-1^). 573 588 || [../land_surface_parameters#surface_type surface_type] || lsm || C*10 || 'netcdf' || Surface type classification. 574 || [../initialization_parameters#surface_waterflux surface_waterflux] || ini || R || 9999999.9 || Kinematic water flux near the surface (in m/s). 589 || [../initialization_parameters#surface_waterflux surface_waterflux] || ini || R || 9999999.9 || Kinematic water flux near the surface (in m/s). 590 || [../radiation_parameters#svfnorm_report_thresh svfnorm_report_thresh] || rrtmg || R || 1E21 || Thresholds for reporting of normalization factors in calculation of surface view factors to report. 575 591 || [../radiation_parameters#sw_radiation sw_radiation] || rrtmg || L || .T. || Parameter to switch on/off shortwave radiation. 576 592 || [../runtime_parameters#synchronous_exchange synchronous_exchange] || run || L || .F. || Defines how MPI handles the exchange of ghost points. … … 593 609 || [../wind_turbine_parameters#tower_cd tower_cd] || wtm || R(n_turbines_max) || 1.2 ||Drag coefficient for each tower. This parameter needs to be specified for each turbine. 594 610 || [../wind_turbine_parameters#tower_diameter tower_diameter] || wtm || R(n_turbines_max) || 0.0 || Diameter of the tower of the wind turbine used below the rotor. This parameter has to be non-zero if a tower should be included. The parameter needs to be specified for every turbine separately. 611 || [../radiation_parameters#trace_fluxes_above trace_fluxes_above] || rrtmg || R || -1.0 || This parameter enables tracing of values of radiative fluxes in RTM. 595 612 || [../initialization_parameters#transpose_compute_overlap transpose_compute] \\ [../initialization_parameters#transpose_compute_overlap _overlap] || ini || L || .F. || Parameter to switch on parallel execution of fft and transpositions (with MPI_ALLTOALL). 596 613 || [../initialization_parameters#tunnel_height tunnel_height] || ini || R || 9999999.9 || Height of outer-wall tunnel top. … … 608 625 || [../initialization_parameters#ug_vertical_gradient_level ug_vertical_gradient] \\ [../initialization_parameters#ug_vertical_gradient_level _level] || ini || R(10) || 10*0.0 || Height level above which the gradient defined by [../initialization_parameters#ug_vertical_gradient ug_vertical_gradient] is effective (in m). 609 626 || [../particle_parameters#unlimited_dimension unlimited_dimension] || lpm || L || .T. || 627 || [../radiation_parameters#unscheduled_radiation_calls unscheduled_radiation_calls] || rrtmg || L || .F. || Parameter to allow additional calls of the radiation code. 610 628 || [../initialization_parameters#use_free_convection_scaling use_free_convection] \\ [../initialization_parameters#use_free_convection_scaling _scaling] || ini || L || .F. || Parameter to switch on the use of the local free convection velocity scale. 611 629 || [../particle_parameters#use_sgs_for_particles use_sgs_for_particles] || lpm || L || .F. || Use subgrid-scale velocities for particle advection.