Changes between Version 159 and Version 160 of doc/app/errmsg
- Timestamp:
- Mar 19, 2014 10:52:44 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v159 v160 98 98 ||[=#PA0073 PA0073] ||boundary condition: bc_..._b = "..." is not allowed with prescribed surface flux ||You have tried to set both, a Dirichlet surface boundary condition for humidity / passive scalar (with [../inipar#bc_q_b bc_q_b] / [../inipar#bc_s_b bc_s_b] = '' 'dirichlet' ''), and a surface latent heatflux / scalar flux (with [../inipar#surface_waterflux surface_waterflux] / [../inipar#surface_scalarflux surface_scalarflux] /= ''0.0''). Please decide, if you like to give either the surface humidity / scalar or the surface latent heatflux / scalar flux as boundary condition, and omit one of the two parameters in the parameter file. || 99 99 ||[=#PA0074 PA0074] ||a prescribed surface flux is not allowed with ..._surface_initial_change (/=0) = ... ||If you give the latent heatflux / scalar flux as surface boundary condition (using parameter [../inipar#surface_waterflux surface_waterflux] / [../inipar#surface_scalarflux surface_scalarflux]), you must not specify anything about the surface humidity / scalar at the same time (e.g. with parameter [../inipar#q_surface_initial_change q_surface_initial_change] / [../inipar#s_surface_initial_change s_surface_initial_change]). || 100 ||[=#PA0075 PA0075] ||boundary condition: bc_uv_b = "..." is not allowed with prandtl_layer = .TRUE. ||||100 ||[=#PA0075 PA0075] ||boundary condition: bc_uv_b = "..." is not allowed with prandtl_layer = .TRUE. ||You have tried to set both, a Neumann surface boundary condition for horizontal velocity (with [../inipar#bc_uv_b bc_uv_b] = '' 'neumann' ''), and a Prandtl layer between the surface and the first vertical grid point (with [../inipar#prandtl_layer prandtl_layer] = ''.TRUE.''), which are contradicting conditions. Either set [../inipar#prandtl_layer prandtl_layer] = ''.FALSE.'' or [../inipar#bc_uv_b bc_uv_b] = '' 'dirichlet' '' in the parameter file. || 101 101 ||[=#PA0076 PA0076] ||unknown boundary condition: bc_uv_b = "..." ||See parameter [../inipar#bc_uv_b bc_uv_b] for allowed values, and appropriately correct your parameter file. || 102 102 ||[=#PA0077 PA0077] ||unknown boundary condition: bc_uv_t = "..." ||See parameter [../inipar#bc_uv_b bc_uv_b] for allowed values, and appropriately correct your parameter file. || 103 ||[=#PA0078 PA0078] ||rayleigh_damping_factor = ... out of range [0.0,1.0] ||||104 ||[=#PA0079 PA0079] ||rayleigh_damping_height = ... out of range [0.0, ...] || 105 ||[=#PA0080 PA0080] ||preprocessor switch for fftw is missing || User has set [../inipar#fft_method fft_method] = '' 'fftw' '', but the fftw-code has not been activated by the corresponding cpp-preprocessor switch. Add '' {{{'-D__fftw'}}} '' to the {{{%cpp_options}}} line in the configuration fileand re-compile. ||103 ||[=#PA0078 PA0078] ||rayleigh_damping_factor = ... out of range [0.0,1.0] ||Adjust the value of [../inipar#rayleigh_damping_factor rayleigh_damping_factor] in your parameter file to the allowed range. || 104 ||[=#PA0079 PA0079] ||rayleigh_damping_height = ... out of range [0.0, ...] ||Adjust the value of [../inipar#rayleigh_damping_height rayleigh_damping_height] in your parameter file to the allowed range. This error may appear if you have reduced the domain height in your current run (e.g. by reducing the number of vertical grid points) without adjusting the height at which Rayleigh damping shall start. || 105 ||[=#PA0080 PA0080] ||preprocessor switch for fftw is missing ||You have set [../inipar#fft_method fft_method] = '' 'fftw' '', but the fftw-code has not been activated by the corresponding cpp-preprocessor switch. Add '' {{{'-D__fftw'}}} '' to the {{{%cpp_options}}} line in the configuration file, touch file {{{fft_xy.f90}}} (e.g. by executing command {{{"touch trunk/SOURCE/fft_xy.f90"}}} and re-compile. || 106 106 ||[=#PA0081 PA0081] || ||error number free to use || 107 ||[=#PA0082 PA0082] ||number of statistic_regions = ... but only 10 regions are allowed ||||108 ||[=#PA0083 PA0083] ||normalizing_region = ... must be >= 0 and <= ... (value of statistic_regions) ||||107 ||[=#PA0082 PA0082] ||number of statistic_regions = ... but only 10 regions are allowed ||Adjust parameter [../inipar#statistic_regions statistic_regions] in your parameter file to a value <= ''9''. || 108 ||[=#PA0083 PA0083] ||normalizing_region = ... must be >= 0 and <= ... (value of statistic_regions) ||The region number given by [../d3par#normalizing_region normalizing_region] must be within the range [0, [../inipar#statistic_regions statistic_regions] ]. Adjust [../d3par#normalizing_region normalizing_region] appropriately in your parameter file. || 109 109 ||[=#PA0084 PA0084] ||dt_sort_particles is reset to 0.0 because of cloud_droplets = .TRUE. || || 110 110 ||[=#PA0085 PA0085] ||averaging_interval = ... must be <= dt_data_output = ... || ||