Changes between Version 550 and Version 551 of doc/app/errmsg


Ignore:
Timestamp:
May 30, 2018 2:12:07 PM (7 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v550 v551  
    313313||[=#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]. ||
    314314||[=#PA0271 PA0271]   ||errors in &initialization_parameters or no &initialization_parameters-namelist found (CRAY-machines only)   ||One possible explanation: An old, meanwhile modified variable has been used in &initialization_parameters (e.g. ws_vertical_gradient (old) instead of [../inipar#subs_vertical_gradient subs_vertical_gradient] (new)). Please carefully check your initialization-NAMELIST and compare parameters and their values with those given and explained in the [wiki:doc/app/inipar initialization]-section of the model steering parameters.  ||
    315 ||[=#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 this [/wiki/doc/tut/tec/control example parameter file] and appropriately correct your parameter file. One possible error might be a typo in the NAMELIST name, e.g. ''inpar'' instead of ''inipar''. ||
     315||[=#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''. ||
    316316||[=#PA0273 PA0273]   ||no value or wrong value given for nx: nx=...   || See parameter [../inipar#nx nx] for allowed values, and check the &initialization_parameters-namelist in your parameter file. ||
    317317||[=#PA0274 PA0274]   ||no value or wrong value given for ny: ny=...   || See parameter [../inipar#ny ny] for allowed values, and check the &initialization_parameters-namelist in your parameter file. ||