Changes between Version 781 and Version 782 of doc/app/errmsg
- Timestamp:
- Dec 20, 2021 11:17:08 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/errmsg
v781 v782 30 30 ||[=#PA0005 PA0005] ||dt_coupling <= 0.0 is not allowed || This error occurs if an invalid value for [../runtime_parameters#dt_coupling dt_coupling] is used in the parameter file. [../runtime_parameters#dt_coupling dt_coupling] must be > 0.0 and equal in both models ([../runtime_parameters#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). || 31 31 ||[=#PA0006 PA0006] ||time averaging of a static quantity ("...") is not provided ||Remove this quantity from the list of output quantities in runtime parameter [../runtime_parameters#data_output data_output], or just remove the {{{_av}}} from the respective string. Time averaging of static quantities is not provided, because these quantities do not change in time. || 32 ||[=#PA0007 PA0007] || unused ||||32 ||[=#PA0007 PA0007] ||illegal nesting boundary conditions: ... ||Allowed values for [../nesting_parameters#nesting_bounds nesting_bounds] are '3d_nested', 'cyclic_along_x', 'cyclic_along_y', or 'vertical_only'. || 33 33 ||[=#PA0008 PA0008] ||mismatch between atmosphere and ocean model: time from reference point (atmosphere) = "..." time_from reference point (ocean) = "..." || The simulated time from the reference point is stored internally in the variable {{{time_to_be_simulated_from_reference_point}}}. In coupled mode both times must be equal. This error might occur when precursor runs are used with different startup times and the coupling is initiated inappropiately. See [../examples/coupled coupled runs] for a detailed description of the setup for precursor runs. || 34 34 ||[=#PA0009 PA0009] ||dx in atmosphere is smaller than dx in ocean ||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not allowed to use a finer grid resolution in the atmosphere than in the ocean. || … … 637 637 ||[=#PA0415 PA0415] ||water_type = 0 (user_defined) requires setting of z0_water /= 9999999.9' ||If the [../land_surface_parameters#water_type water_type] is set to be user-specific, it is essential to prescribe a roughness length for momentum (in m) for water surface types. || 638 638 ||[=#PA0416 PA0416] ||nesting grid-spacing ratio ( parent dx / child dx [or dy or dz, respectively] ) must have an integer value [for each z-level] || Parent / child grid spacing ratios in each coordinate direction must be integer valued. This also implies that vertical grid stretching is not allowed in nested runs except in the root domain above the top level of the highest nest-domain || 639 ||[=#PA0417 PA0417] ||illegal nesting mode: ... ||Allowed values for [../nesting_parameters#nesting_mode nesting_mode] are 'one-way' , 'two-way' or 'vertical'. ||639 ||[=#PA0417 PA0417] ||illegal nesting mode: ... ||Allowed values for [../nesting_parameters#nesting_mode nesting_mode] are 'one-way' or 'two-way'. || 640 640 ||[=#PA0418 PA0418] ||illegal nesting datatransfer mode: ... ||Allowed values for [../nesting_parameters#nesting_datatransfer_mode nesting_datatransfer_mode] are 'cascade', 'mixed' or 'overlap'. || 641 641 ||[=#PA0419 PA0419] ||mismatch between root model and child settings: \\ <parameter name>(root) = ... \\ <parameter name>(child) = ... \\ child value is set to root value ||The displayed parameter has been assigned different values for the root domain and a child domain (the id of the child domain is listed in the first line of the message) but it must have the same value for all domains. PALM automatically adjusts the child domain value to the one given for the root domain. In order to get rid of this warning message, adjust the parameter in the respective NAMELIST-parameter file of the child (or root) domain.|| … … 648 648 ||[=#PA0426 PA0426] ||nested parallel child domains overlap || Two or more parallel nest domains overlap each other in space. Parallel nest domains must never overlap. || 649 649 ||[=#PA0427 PA0427] ||at least one dimension of lower left corner of one domain is not 0. All lower left corners were set to (0, 0) || In case of vertical nesting mode all domains must have lower left corner at x=0, y=0. If defined otherwise in PARIN, palm will reset it. || 650 ||[=#PA0428 PA0428] ||bc_ lr and bc_ns were set to cyclic for vertical nesting || In case of vertical nesting mode bc_lr and bc_ns must be cyclic for all domains. If defined otherwise in PARIN_*, palm will reset them. ||650 ||[=#PA0428 PA0428] ||bc_** changed to cyclic for "..." nesting || If a child extends over the complete root domain along x and/or y, it must use cyclic boundary conditions along that direction. If defined otherwise within the initializing_parameters namelist, palm will reset them, respectively. || 651 651 ||[=#PA0429 PA0429] ||parent buffer too small ...|| Error happens in PALM model coupler for the parent domain ([source:palm/trunk/SOURCE/pmc_parent_mod.f90]): parent buffer too small. This should not happen. Please submit a [/newticket trouble ticket]. || 652 652 ||[=#PA0430 PA0430] ||hole(s) resolved by only one grid point were filled || Topography was filtered, i.e. holes resolved by only one grid point are filled. These holes are suspected to possibly lead to a velocity blow-up. Moreover, continuity equation cannot be fulfilled in such holes on a discrete grid. ||