Changes between Version 540 and Version 541 of doc/app/errmsg
- Timestamp:
- May 25, 2018 9:22:00 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v540 v541 139 139 ||[=#PA0114 PA0114] ||illegal value for data_output or data_output_user = "..." || No matching variable was found for the given identifier in the parameter file. Possible reasons are: (a) a typo in the parameter file, (b) a user-defined variable has not been defined in {{{user_check_data_output.f90}}}, (c) the string length of the user-defined variable exceeds the current limits (see [../userint/output here]). || 140 140 ||[=#PA0115 PA0115] ||illegal value for data_output = "..." || No matching variable was found for the given identifier in the parameter file. This error is most likely related to a typo in the parameter file (a output variable was used that does not exist in PALM). For possible output quantities see [../d3par#data_output data_output]. || 141 ||[=#PA0116 PA0116] || || Message number is unused. ||141 ||[=#PA0116 PA0116] || most_method = "lookup" cannot be used in combination with a prescribed roughness heterogeneity || Please choose a different [../inipar#most_method most_method]. || 142 142 ||[=#PA0117 PA0117] ||pointer for array ".." can't be associated ||This is an internal error message from the pmc (PALM model coupler) which is responsible for data exchange in nested runs. Please submit a trouble ticket if you are sure that you did not modify the source code of the model coupler ({{{pmc_interface_mod.f90}}}). || 143 143 ||[=#PA0118 PA0118] ||using the beta function for the construction of the leaf area density profile requires both alpha_lad and beta_lad to be /= 9999999.9 ||If the lad (leaf area density) profile of a vegetation canopy is to be constructed using a beta distribution, parameters [/wiki/doc/app/canpar#alpha_lad alpha_lad], [/wiki/doc/app/canpar#beta_lad beta_lad] must be set and [/wiki/doc/app/canpar#lai_beta lai_beta] must be given a non-zero value. || … … 636 636 ||[=#PA0412 PA0412] ||radiation_scheme = "rrtmg" requires the use of NetCDF (preprocessor directive -D_netcdf' ||The RRTMG library reads atmospheric profiles unsing NetCDF by default. Therefore NetCDf must be activated when using RRTMG. || 637 637 ||[=#PA0413 PA0413] ||data_output_pr = "..." is not avalable for radiation = .FALSE. or radiation_scheme /= "rrtmg" ||Radiative heating rates are only available when using the full RRTMG radiation scheme. || 638 ||[=#PA0414 PA0414] || radiation scheme cannot be used in combination with topography /= "flat" ||At the moment, the radiation schemes are not adapted for use with non-flat topography||638 ||[=#PA0414 PA0414] ||surface_type = ...is not allowed in combination with most_method = ... || The [../lsmpar#surface_type surface_type] water is not allowed in combination with [../inipar#most_method most_method] = "lookup". || 639 639 ||[=#PA0415 PA0415] ||water_type = 0 (user_defined) requires setting of z0_water /= 9999999.9' ||If the [../lsmpar#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. || 640 640 ||[=#PA0416 PA0416] ||most_method = "..." is unknown ||Allowed values for [../inipar#most_method most_method] are "circular", "newton", or "lookup". || 641 641 ||[=#PA0417 PA0417] ||illegal nesting mode: ... ||Allowed values for [../nestpar#nesting_mode nesting_mode] are 'one-way', 'two-way' or 'vertical'. || 642 642 ||[=#PA0418 PA0418] ||illegal nesting datatransfer mode: ... ||Allowed values for [../nestpar#nesting_datatransfer_mode nesting_datatransfer_mode] are 'cascade', 'mixed' or 'overlap'. || 643 ||[=#PA0419 PA0419] ||mismatch between root model and c lient settings \\ <parameter name>(root) = ... \\ <parameter name>(client) = ... \\ client value is set to root value ||The displayed parameter has been assigned different values for the root domain and a client domain (the id of the client domain is listed in the first line of the message) but it must have the same value for all domains. PALM automatically adjusts the client 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 client(or root) domain.||644 ||[=#PA0420 PA0420] || || Not used anymore. ||643 ||[=#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.|| 644 ||[=#PA0420 PA0420] || || Message number is unused. || 645 645 ||[=#PA0421 PA0421] ||recycling_yshift = .T. requires more than one processor in y direction|| The distance of the y-shift is calculated by INT( npey / 2 ). With only one processor in y direction, no y-shift is possible. || 646 ||[=#PA0422 PA0422] ||data_output_pr = ... is not available for cloud_scheme = saturation_adjust || If the output is not necessary, delete the variable from the namelist. If it is necessary, use [../inipar#cloud_scheme cloud_scheme] = kessler or seifert_beheng. ||646 ||[=#PA0422 PA0422] ||data_output_pr = ... is not available for cloud_scheme = saturation_adjust || If the output is not necessary, delete the variable from the namelist. If it is necessary, use [../inipar#cloud_scheme cloud_scheme] = kessler, seifert_beheng or morrison. || 647 647 ||[=#PA0423 PA0423] ||output of "..." is not available for cloud_scheme = saturation_adjust || If the output is not necessary, delete the variable from the namelist. If it is necessary, use [../inipar#cloud_scheme cloud_scheme] = kessler or seifert_beheng. || 648 648 ||[=#PA0424 PA0424] ||roughness_length must be smaller than dz/2 || The roughness length has to be smaller than the constant flux layer, which is dz/2. || … … 651 651 ||[=#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. || 652 652 ||[=#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. || 653 ||[=#PA0429 PA0429] ||parent buffer too small || Pmc: parent buffer too small||653 ||[=#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]. || 654 654 ||[=#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. || 655 655 ||[=#PA0431 PA0431] || Start x position is outside the model domain || Start position for virtual flight must be within the model domain. ||