Changes between Version 282 and Version 283 of doc/app/parlist
- Timestamp:
- Feb 4, 2021 5:02:12 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/parlist
v282 v283 166 166 || [../user_parameters#data_output_masks_user data_output_masks_user] || user || C*10 \\ (max_masks, \\ 100) || max_masks*100*' ' || User-defined quantities for which masked data are to be output. 167 167 || [../runtime_parameters#data_output_pr data_output_pr] || run || C*10(100) || 100*' ' || Quantities for which vertical profiles (horizontally averaged) are to be output. 168 || [../ runtime_parameters#data_output_pr_user data_output_pr_user] || user || C*10(200) || 200*' ' || User defined quantities for which horizontally averaged profile data is to be output.168 || [../user_parameters#data_output_pr_user data_output_pr_user] || user || C*10(200) || 200*' ' || User defined quantities for which horizontally averaged profile data is to be output. 169 169 ||[../spectra_parameters#data_output_sp data_output_sp] || spec ||C*10(10)|| 10*' ' ||Quantities for which horizontal spectra are to be calculated and output. 170 170 || [../user_parameters#data_output_user data_output_user] || user || C*10(100) || 100*' ' || User defined quantities for which 2d cross section and/or 3d volume data are to be output. 171 171 || [../radiation_parameters#day_of_year_init day_of_year_init] || ini || I ||172|| Day of the year at model start. 172 || [../chemistry_parameters#daytype_mdh daytype_mdh] || chem || C*80 || || Type of weekday required for the MDH (!MonthDayHour) case of the DEFAULT mode of the emissions module.172 || [../chemistry_parameters#daytype_mdh daytype_mdh] || chem || C*80 || 'workday' || Type of weekday required for the MDH (!MonthDayHour) case of the DEFAULT mode of the emissions module. 173 173 || [../agent_parameters#deallocate_memory_mas deallocate_memory_mas] || agt || L ||.T.|| Parameter to enable deallocation of unused memory. 174 174 || [../particle_parameters#density_ratio density_ratio] || lpm || R(10) || 0.0, 9*9999999.9 || Ratio of the density of the fluid and the density of the particles. … … 186 186 || [../runtime_parameters#disturbance_level_b disturbance_level_b] || run || R || zu(3) or zu(nz*2/3) || Lower limit of the vertical range for which random perturbations are to be imposed on the horizontal wind field (in m). 187 187 || [../runtime_parameters#disturbance_level_t disturbance_level_t] || run || R || zu(nz/3) or zu(nzt-3) || Upper limit of the vertical range for which random perturbations are to be imposed on the horizontal wind field (in m). 188 || [../nest par#domain_layouts domain_layouts] || nest || derived TYPE pmc_layout(64) || None || General information about the nested domains to be used.188 || [../nesting_parameters#domain_layouts domain_layouts] || nest || derived TYPE pmc_layout(64) || None || General information about the nested domains to be used. 189 189 || [../runtime_parameters#do2d_at_begin do2d_at_begin] || run || L || .F. || Output 2d cross section data by one or all processors. 190 190 || [../runtime_parameters#do3d_at_begin do3d_at_begin] || run || L || .F. || Output of 3d volume data at the beginning of a run. … … 193 193 || [../initialization_parameters#dp_level_b dp_level_b] || run || R || 0.0 || Lower limit of the vertical range for which the external pressure gradient is applied (in m). 194 194 || [../initialization_parameters#dpdxy dpdxy] || run || R(2) || 2*0.0 || Values of the external pressure gradient applied in x- and y-direction, respectively (in Pa/m). 195 || [../salsa_parameters#dpg dpg] || salsa || R(7) || 0.013, 0.054, 0.86, 0.2, 0.2, 0.2, 0.2 || The number geometric mean diameter per aerosol mode (in µm).195 || [../salsa_parameters#dpg dpg] || salsa || R(7) || 1.3E-8, 5.4E-8, 8.6E-7, 2.0E-7, 2.0E-7, 2.0E-7, 2.0E-7 || The number geometric mean diameter per aerosol mode (in m). 196 196 || [../bulk_cloud_parameters#dry_aerosol_radius dry_aerosol_radius] || bulkc || R || 0.05E-6 || The mean geometric radius of the dry aerosol spectrum. 197 197 || [../runtime_parameters#dt dt] || run || R || variable || Time step for the 3d-model (in s). … … 203 203 || [../runtime_parameters#dt_data_output dt_data_output] || run || R || 9999999.9 || Temporal interval at which data (3d volume data, cross sections, vertical profiles, spectra) shall be output (in s). 204 204 || [../runtime_parameters#dt_data_output_av dt_data_output_av] || run || R || value of \\ [../runtime_parameters#dt_data_output dt_data_output] || Temporal interval at which time averaged 3d volume data and/or 2d cross section data shall be output (in s). 205 || [../wind_turbine_parameters#dt_data_output_wtm ] || wtm || R || 0.0 || Output interval (s) for NetCDF data. this parameter does not affect the deprecated ASCII data output that is written at each time step. With the default value 0.0 data will be output every time step.205 || [../wind_turbine_parameters#dt_data_output_wtm dt_data_output_wtm] || wtm || R || 0.0 || Output interval (s) for NetCDF data. this parameter does not affect the deprecated ASCII data output that is written at each time step. With the default value 0.0 data will be output every time step. 206 206 || [../runtime_parameters#dt_disturb dt_disturb] || run || R || 9999999.9 || Temporal interval at which random perturbations are to be imposed on the horizontal velocity field (in s). 207 207 || [../runtime_parameters#dt_domask dt_domask] || run || R \\ (max_masks) || max_masks * value \\ of [../runtime_parameters#dt_data_output dt_data_output] || Temporal interval at which instantaneous masked data shall be output (in s). 208 208 || [../runtime_parameters#dt_dopr dt_dopr] || run || R || value of \\ [../runtime_parameters#dt_data_output dt_data_output] || Temporal interval at which data of vertical profiles shall be output (to local file [../iofiles#DATA_1D_PR_NETCDF DATA_1D_PR_NETCDF] (in s). 209 209 || [../runtime_parameters#dt_dopr_listing dt_dopr_listing] || run || R || 9999999.9 ||Temporal interval at which data of vertical profiles shall be output (output for printouts, local file [../iofiles#LIST_PROFIL LIST_PROFIL]) (in s). 210 || [../ runtime_parameters#dt_dopts dt_dopts] || lpm || R || value of \\ [../runtime_parameters#dt_data_output dt_data_output] || Temporal interval at which time series data of particle quantities shall be output (in s).211 || [../ runtime_parameters#dt_dosp dt_dosp] || spec || R || value of \\ [../runtime_parameters#dt_data_output dt_data_output] || Temporal interval at which spectra data shall be output (in s).210 || [../particle_parameters#dt_dopts dt_dopts] || lpm || R || value of \\ [../runtime_parameters#dt_data_output dt_data_output] || Temporal interval at which time series data of particle quantities shall be output (in s). 211 || [../spectra_parameters#dt_dosp dt_dosp] || spec || R || value of \\ [../runtime_parameters#dt_data_output dt_data_output] || Temporal interval at which spectra data shall be output (in s). 212 212 || [../runtime_parameters#dt_dots dt_dots] || run || R || see parameter \\ description || Temporal interval at which time series data shall be output (in s). 213 213 || [../runtime_parameters#dt_do2d_xy dt_do2d_xy] || run || R || value of \\ [../runtime_parameters#dt_data_output dt_data_output] || Temporal interval at which horizontal cross section data shall be output (in s). … … 225 225 || [../initialization_parameters#dt_run_control_1d dt_run_control_1d] || ini || R || 60.0 || Temporal interval of runtime control output of the 1d-model (in s). 226 226 || [../salsa_parameters#dt_salsa dt_salsa] || salsa || R || 0.1 || Time step for calling aerosol dynamic processes of SALSA. 227 || [../ particle_parameters#dt_spinup dt_spinup] || ini || R || 5.0 || Time step during integration of the land surface, urban surface, and radiation models during the spinup phase.227 || [../initialization_parameters#dt_spinup dt_spinup] || ini || R || 5.0 || Time step during integration of the land surface, urban surface, and radiation models during the spinup phase. 228 228 || [../agent_parameters#dt_write_agent_data dt_write_agent_data] || agt || R ||9999999.9|| Output interval for agent NetCDF output (in s). 229 229 || [../particle_parameters#dt_write_particle_data dt_write_particle] \\ [../particle_parameters#dt_write_particle_data _data] || lpm || R || 9999999.9 || Temporal interval for output of particle data (in s). 230 230 || [../initialization_parameters#dx dx] || ini || R || 1.0 || Horizontal grid spacing along the x-direction (in m). 231 231 || [../initialization_parameters#dy dy] || ini || R || 1.0 || Horizontal grid spacing along the y-direction (in m). 232 || [../initialization_parameters#dz dz] || ini || R || no default value|| Vertical grid spacing (in m).233 || [../initialization_parameters#dz_max dz_max] || ini || R || 999 9999.9|| Allowed maximum vertical grid spacing (in m).232 || [../initialization_parameters#dz dz] || ini || R(10) || 10 * -1 || Vertical grid spacing (in m). 233 || [../initialization_parameters#dz_max dz_max] || ini || R || 999.0 || Allowed maximum vertical grid spacing (in m). 234 234 || [../initialization_parameters#dz_stretch_factor dz_stretch_factor] || ini || R || 1.08 || Stretch factor for a vertically stretched grid (see [../initialization_parameters#dz_stretch_level dz_stretch_level]). 235 || [../initialization_parameters#dz_stretch_level dz_stretch_level] || ini || R || 100000.0|| Height level above/below which the grid is to be stretched vertically (in m).235 || [../initialization_parameters#dz_stretch_level dz_stretch_level] || ini || R || +/- 9999999.9 || Height level above/below which the grid is to be stretched vertically (in m). 236 236 || [../initialization_parameters#e_init e_init] [=#e] || ini || R || 0.0 || Initial TKE in m^2^s^-2^. 237 237 || [../initialization_parameters#e_min e_min] || ini || R || 0.0 || Minimum TKE in m^2^s^-2^. … … 344 344 || [../salsa_parameters#nbin nbin] || salsa || I(2) || 3, 7 || Number of aerosol size bins per subrange. 345 345 || [../bulk_cloud_parameters#nc_const nc_const] || bulkc || R || 70.0E6 || Fixed cloud droplet number density (in 1/m3). 346 || [../nest par#nesting_datatransfer_mode nesting_datatransfer_mode] || nest || C*7 || 'mixed' || Type of nesting data transfer mode.347 || [../nest par#nesting_mode nesting_mode] || nest || C*7 || 'two-way' || Type of nesting mode.346 || [../nesting_parameters#nesting_datatransfer_mode nesting_datatransfer_mode] || nest || C*7 || 'mixed' || Type of nesting data transfer mode. 347 || [../nesting_parameters#nesting_mode nesting_mode] || nest || C*7 || 'two-way' || Type of nesting mode. 348 348 || [../radiation_parameters#net_radiation net_radiation] || rrtmg || R || 0.0 || Net radiation at the surface (in W/m^2). 349 349 || [../runtime_parameters#netcdf_data_format netcdf_data_format] || run || I ||2|| Data format for netCDF files.