Changes between Version 110 and Version 111 of doc/app/errmsg


Ignore:
Timestamp:
Jul 19, 2012 9:51:09 AM (13 years ago)
Author:
hoffmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v110 v111  
    407407||[=#PA0350 PA0350]   ||unknown collision kernel: collision_kernel = "..." ||see package parameter [../parpar#collision_kernel collision_kernel] for allowed values ||
    408408||[=#PA0351 PA0351]   ||heatflux must not be set for pure neutral flow ||Inipar parameter [../inipar#neutral neutral] = .TRUE. has been set, but non-zero values for parameters [../inipar#surface_heatflux surface_heatflux] and / or [../inipar#top_heatflux top_heatflux] are given at the same time. This is not allowed for simulating a flow with pure neutral stratification where the temperature equation is switched off. Check your parameter file. ||
     409||[=#PA0351 PA0352]   || ... is/are not defined in data_output_pr. || Some profiles defined in cross_profiles are not defined in data_output_pr. Hence, they will not be written to cross_profiles in the netcdf header. ||
     410||[=#PA0351 PA0353]   || ... has/have been added to cross_profiles. || Some profiles defined in data_output_pr are not defined in cross_profiles. Hence, they will be added to cross_profiles in the netcdf header. ||
    409411||[=#UI0001 UI0001]   ||unknown location "..."   ||  ||
    410412||[=#UI0002 UI0002]   ||location "..." is not allowed to be called with parameters "i" and "j"   ||  ||
     
    419421||[=#UI0011 UI0011]   ||Spectra of ... are not defined   ||  ||
    420422||[=#UI0012 UI0012]   ||unknown variable named "..." found in data from prior run on PE   ||  ||
    421 ||[=#NC NC!**!**]   ||!**!** contains numbers in the range from 1-518   ||Internally, PALM calls the netCDF function {{{NF90_STRERROR}}} which returns an error message string provided by netCDF. Hence, no exact assignment between PALM error number and netCDF error string can be given. Most of the netCDF errors should never appear if the default code is used. The following list gives errors which may be caused by wrong steering or errors due to problems in the user interface. ||
     423||[=#NC NC!**!**]   ||!**!** contains numbers in the range from 1-521   ||Internally, PALM calls the netCDF function {{{NF90_STRERROR}}} which returns an error message string provided by netCDF. Hence, no exact assignment between PALM error number and netCDF error string can be given. Most of the netCDF errors should never appear if the default code is used. The following list gives errors which may be caused by wrong steering or errors due to problems in the user interface. ||
    422424||[=#NC0253 NC0253]   ||Name contains illegal characters   ||netCDF variable names consist of arbitrary sequences of alphanumeric characters. These names are e.g. assigned by the user in the user-interface to variables {{{dots_label}}} or {{{dopr_label}}}. Due to the netCDF convention, they must not start with a digit. Also, usage of {{{/}}} as special character is not allowed. Older netCDF versions (before 3.6.3) have further restrictions on special characters. [[BR]][[BR]] Please check if your string settings in the user-interface follow the above rules.  ||
    423425