Changes between Version 815 and Version 816 of doc/app/errmsg
- Timestamp:
- Aug 19, 2022 7:45:42 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v815 v816 659 659 ||[=#PA0437 PA0437] || If topography information is provided (via Netcdf or ASCII input) topography = "read_from_file" is required. || || 660 660 ||[=#PA0438 PA0438] || Flight level is outside the model domain || Flight level is above domain top or below 0. || 661 ||[=#PA0439 PA0439] || The variable XXXis defined at least twice. Duplication(s) is removed || This warning appears if a variable is defined at least twice in the list [../surface_data_output_parameters/#data_output_surf data_output_surf]. Please avoid assigning variables multiple times in your output lists. ||661 ||[=#PA0439 PA0439] || The variable .... is defined at least twice. Duplication(s) is removed || This warning appears if a variable is defined at least twice in the list [../surface_data_output_parameters/#data_output_surf data_output_surf]. Please avoid assigning variables multiple times in your output lists. || 662 662 ||[=#PA0440 PA0440] || The usage of large scale forcing from external file LSF_DATA is not implemented for passive scalars || So far, large-scale forcing for passive scalars is not implemented. || 663 663 ||[=#PA0441 PA0441] ||boundary condition: bc_s_t = "..." is not allowed with top_scalarflux /= 0.0' ||You have tried to set both, a Dirichlet boundary condition for scalar at the top (with [../initialization_parameters#bc_s_t bc_s_t] = '' 'dirichlet' ''), or an initial-gradient boundary condition, and a scalar flux at the top (with [../initialization_parameters#top_scalarflux top_scalarflux] /= ''0.0''). || … … 753 753 ||[=#PA0535 PA0535] || Attribue featureType = ... is not allowed. || only 'timeseries', 'timeseriesProfile', or 'trajectory' is allowed. || 754 754 ||[=#PA0536 PA0536] || averaging_interval_surf must be <= dt_dosurf_av || || 755 ||[=#PA0537 PA0537] || Variableis not yet implemented in the surface output || ||756 ||[=#PA0538 PA0538] || Variableis not part of the surface output || ||757 ||[=#PA0539 PA0539] || Output of surface data is not given at t= ' 'because the maximum number of output time levels is exceeded. || see e.g. PA0384 for more explanation on this ||755 ||[=#PA0537 PA0537] || .... is not yet implemented in the surface output || || 756 ||[=#PA0538 PA0538] || .... is not part of the surface output || || 757 ||[=#PA0539 PA0539] || Output of surface data is not given at t= .... s because the maximum number of output time levels is exceeded. || see e.g. PA0384 for more explanation on this || 758 758 ||[=#PA0540 PA0540] || NetCDF attribute lod is not set properly for buildings_2d. || only LoD = 1 possible || 759 759 ||[=#PA0541 PA0541] || NetCDF attribute lod is not set properly for buildings_2d. || only LoD = 2 possible || … … 804 804 ||[=#PA0586 PA0586] || For chemistry variables only LOD=1 is allowed. || Initialization of chemistry via dynamic input file is only allowed with profiles (LOD=1). || 805 805 ||[=#PA0587 PA0587] || Child subdomain width in x[or y]-direction must not be smaller than its parent grid dx[or dy]. Change the PE-grid setting (npex, npey) to satisfy this requirement. || In nested runs child domain decomposition must be such that the subdomain size is never smaller than the parent grid-spacing in the respective direction. || 806 ||[=#PA0588 PA0588] || .... requires the indoor model || Switch on the indoor model or remove the respective variable from namelist parameter data_output_surf. || 806 807 ||[=#PA0589 PA0589] || bc_lr = "..." and bc_ns = "..." are not allowed to be set at the same time || Dirichlet/radiation boundary conditions are only allowed to be set along x '''or''' along y. Cyclic conditions must be set along the respective other direction. If you like to set non-cyclic conditions along x '''and''' y you need to use the offline-nesting feature. || 807 808 ||[=#PA0591 PA0591] || dt_radiation must be > 0.0 || ||