Changes between Version 232 and Version 233 of doc/app/parlist
- Timestamp:
- Nov 6, 2018 8:23:15 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/parlist
v232 v233 5 5 The NAMELIST names used in PALM are given in brackets. 6 6 7 agt: Agent parameters ({{{&agent_parameters}}})\\ 7 8 dvr: DVR graphics ({{{&dvr_graphics_par}}})\\ 8 9 ini: initialization parameters ({{{&initialization_parameters}}})\\ … … 23 24 24 25 ||='''Parameter Name'''=||='''NAMELIST \\ Group'''=||='''[../fortrantypes FORTRAN] \\ [../fortrantypes Type]'''=||='''Default \\ Value'''=||='''Explanation'''= 25 || [../salsa#advect_particle_water advect_particle_water] || salsa || L || .T. || Parameter to switch on the advection of condensed water in aerosol particles. 26 || [../agtpar#a_rand_target a_rand_target] [=#a] || agt || L(100) || 100 * .F. || Flag for agents within a group to have random targets outside of model domain. 27 || [../salsa#advect_particle_water advect_particle_water] || salsa || L || .T. || Parameter to switch on the advection of condensed water in aerosol particles. 28 || [../agtpar#adx adx] || agt || R(100) || 100 * 9999999.9 || Distance along x between agents within an agent source (in m). 29 || [../agtpar#ady ady] || agt || R(100) || 100 * 9999999.9 || Distance along y between agents within an agent source (in m). 26 30 || [../parpar#aero_type aero_type] || lpm || C*15 || 'maritime' || Define a aerosol spectrum using three log-normal distributions. 27 31 || [../parpar#aero_weight aero_weight] || lpm || R || 1.0 || Scale the number concentration defined by aero_type. 28 32 || [../parpar#aerosol_bulk aerosol_bulk] || lpm || C*20 || 'nacl' || Parameter to choose the used aerosol type. 29 || [../wind_turbine_par#air_dens air_dens] [=#a] || wtm || R ||1.225|| The air density (in kg/m^3^) is necessary to convert the aerodynamic torque of the rotor into a power (in W). 33 || [../agtpar#agent_maximum_age agent_maximum_age] || agt || R(100) || 100 * 9999999.9 || Maximum time an agent can spend in the simulation before it is deleted. 34 || [../wind_turbine_par#air_dens air_dens] || wtm || R ||1.225|| The air density (in kg/m^3^) is necessary to convert the aerodynamic torque of the rotor into a power (in W). 30 35 || [../radpar#albedo albedo] || rrtmg || R || 0.2 || Surface albedo. 31 36 || [../radpar#albedo_lw_diff albedo_lw_diff] || rrtmg || R || depends on \\ [../radpar#albedo_type albedo_type] || Surface albedo for longwave diffuse radiation for a solar angle of 60°. … … 35 40 || [../radpar#albedo_type albedo_type] || rrtmg || I ||5|| Controls the choice of the surface albedos for direct/diffuse/broadband albedo for a solar angle of 80°. 36 41 || [../parpar#alloc_factor alloc_factor] || lpm || R || 20.0 || Factor (in percent) describing the memory allocated additionally to the memory needed for initial particles at a given grid cell. 42 || [../agtpar#alloc_factor_mas alloc_factor_mas ] || agt || R || 20.0 || Factor (in percent) describing the memory allocated additionally to the memory needed for initial agents at a given grid cell. 37 43 || [../canpar#alpha_lad alpha_lad] || pcm || R || 9999999.9 || Coefficient for constructing leaf area density profile. 38 44 || [../inipar#alpha_surface alpha_surface] || ini || R || 0.0 || Inclination of the model domain with respect to the horizontal (in degrees). 39 45 || [../lsmpar#alpha_vangenuchten alpha_vangenuchten] || lsm || R || depends on [../lsnpar#soil_type soil_type] || Value of the coefficient alpha for the calculation of the hydraulic conductivity of soil in the parametrization after Van Genuchten 40 46 ||[../inipar#approximation approximation] || ini || C*20 || 'boussinesq' || Parameter to choose the approximation of the model equations. 47 || [../agtpar#asl asl ] || agt || R(100) || 100 * 9999999.9 || Left border of agent source(s) (in m). 48 || [../agtpar#asn asn ] || agt || R(100) || 100 * 9999999.9 || North border of agent source(s) (in m). 49 || [../agtpar#asr asr ] || agt || R(100) || 100 * 9999999.9 || Right border of agent source(s) (in m). 50 || [../agtpar#ass ass ] || agt || R(100) || 100 * 9999999.9 || South border of agent source(s) (in m). 51 || [../agtpar#at_x at_x ] || agt || R(100) || 100 * 9999999.9 || x-coordinate of agent group target (in m). 52 || [../agtpar#at_y at_y ] || agt || R(100) || 100 * 9999999.9 || y-coordinate of agent group target (in m). 41 53 || [../d3par#averaging_interval averaging_interval] || run || R || 0.0 || Averaging interval for all output of temporally averaged data (in s). 42 54 || [../d3par#averaging_interval_pr averaging_interval_pr] || run || R || value of [../d3par#averaging_interval averaging_interval] || Averaging interval for vertical profiles output to local file [../iofiles#DATA_1D_PR_NETCDF DATA_1D_PR_NETCDF] (in s).