Changes between Version 357 and Version 358 of doc/app/errmsg


Ignore:
Timestamp:
Jun 7, 2017 2:34:23 PM (8 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v357 v358  
    138138||[=#PA0113 PA0113]   ||temporal averaging of precipitation amount "pra*" is not possible  ||The quantity precipitation_amount pra* listed in  [../d3par#data_output data_output] contains already the summed precipitation of the last [../d3par#precipitation_amount_interval precipitation_amount_interval]. Therefore, remove the substring _av of pra*.   ||
    139139||[=#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 ||[=#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. ||
     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]. ||
    141141||[=#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 (routine names starting with ''pmc'').  ||
    142142||[=#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 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. ||