Changes between Version 589 and Version 590 of doc/app/errmsg


Ignore:
Timestamp:
Jan 14, 2019 1:25:19 PM (6 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v589 v590  
    146146||[=#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]). ||
    147147||[=#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]. ||
    148 ||[=#PA0116 PA0116]   || most_method = "lookup" cannot be used in combination with a prescribed roughness heterogeneity  || Please choose a different [../inipar#most_method most_method].  ||
     148||[=#PA0116 PA0116]   ||  ||   ||
    149149||[=#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}}}).  ||
    150150||[=#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. ||
     
    643643||[=#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. ||
    644644||[=#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. ||
    645 ||[=#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". ||
     645||[=#PA0414 PA0414]   || || ||
    646646||[=#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. ||
    647 ||[=#PA0416 PA0416]   ||most_method = "..." is unknown ||Allowed values for [../inipar#most_method most_method] are "circular", "newton", or "lookup". ||
     647||[=#PA0416 PA0416]   || || ||
    648648||[=#PA0417 PA0417]   ||illegal nesting mode: ... ||Allowed values for [../nestpar#nesting_mode nesting_mode] are 'one-way', 'two-way' or 'vertical'. ||
    649649||[=#PA0418 PA0418]   ||illegal nesting datatransfer mode: ... ||Allowed values for [../nestpar#nesting_datatransfer_mode nesting_datatransfer_mode] are 'cascade', 'mixed' or 'overlap'. ||