Changes between Version 232 and Version 233 of doc/app/parlist


Ignore:
Timestamp:
Nov 6, 2018 8:23:15 AM (6 years ago)
Author:
weniger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/parlist

    v232 v233  
    55The NAMELIST names used in PALM are given in brackets.
    66
     7agt:   Agent parameters ({{{&agent_parameters}}})\\
    78dvr:   DVR graphics ({{{&dvr_graphics_par}}})\\
    89ini:   initialization parameters ({{{&initialization_parameters}}})\\
     
    2324
    2425||='''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).
    2630|| [../parpar#aero_type aero_type] || lpm || C*15 || 'maritime' || Define a aerosol spectrum using three log-normal distributions.
    2731|| [../parpar#aero_weight aero_weight] || lpm || R || 1.0 || Scale the number concentration defined by aero_type.
    2832|| [../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).
    3035|| [../radpar#albedo albedo] || rrtmg || R || 0.2 || Surface albedo.
    3136|| [../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°.
     
    3540|| [../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°.
    3641|| [../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.
    3743|| [../canpar#alpha_lad alpha_lad] || pcm || R || 9999999.9 || Coefficient for constructing leaf area density profile.
    3844|| [../inipar#alpha_surface alpha_surface] || ini || R || 0.0 || Inclination of the model domain with respect to the horizontal (in degrees).
    3945|| [../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
    4046||[../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).
    4153|| [../d3par#averaging_interval averaging_interval] || run || R || 0.0 || Averaging interval for all output of temporally averaged data (in s).
    4254|| [../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).