Changes between Version 820 and Version 821 of doc/app/errmsg
- Timestamp:
- Oct 13, 2022 6:32:50 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v820 v821 311 311 ||[=#PA0269 PA0269] ||unused || || 312 312 ||[=#PA0270 PA0270] ||mode "..." not supported || The mode which steers the netcdf output can not be processed in [source:palm/trunk/SOURCE/netcdf_interface_mod.f90 netcdf_interface_mod.f90]). Possible modes are 3d, ma (mask), xy, xz, yz, pr (profiles), ps (particle timeseries), fl (flight data), ts (timeseries), sp (spectra). In addition, the extension (_ext) and the creation of netcdf files is possible. If you run into this error please submit a [/newticket trouble ticket]. || 313 ||[=#PA0271 PA0271] ||Error(s) in namelist <parameter_list>\\Reading fails on line <line_number> at\\<line> ||There is an error in your INPUT file in the given line. Most likely this is a typo or outdated steering parameter. \\ **NOTE:** According to the Fortran Standard, the line on which reading stops in case of an error is not clearly defined. To our knowledge the current implementation works, but it is not guaranteed to do so. If you encounter this error message and you are sure that the given line is correct, please submit a [/newticket trouble ticket].||313 ||[=#PA0271 PA0271] ||Error(s) in namelist <parameter_list>\\Reading fails on line <line_number> at\\<line> ||There is an error in your INPUT file in the given line. Most likely this is a typo or outdated steering parameter. \\ **NOTE:** In case of a missing prime, e.g. {{{var = 'string}}} instead of {{{var = 'string'}}} the error may be located somewhere before the line that is indicated by the line number in the error message. || 314 314 ||[=#PA0272 PA0272] ||no &initialization_parameters-namelist found || Your parameter file must contain an &initialization_parameters-namelist. Parameters given in this namelist are required for model steering. Please take a look at our [wiki:doc/tut/palm#Exercisepresentations beginners' simulation examples] and appropriately correct your parameter file. One possible error might be a typo in the NAMELIST name, e.g. ''inialization_parameters'' instead of ''initialization_parameters''. || 315 315 ||[=#PA0273 PA0273] ||no value or wrong value given for nx: nx=... || See parameter [../initialization_parameters#nx nx] for allowed values, and check the &initialization_parameters-namelist in your parameter file. ||