Changes between Version 241 and Version 242 of doc/app/errmsg


Ignore:
Timestamp:
Apr 7, 2016 3:47:17 PM (9 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v241 v242  
    207207||[=#PA0165 PA0165]   ||re-open of unit 14 is not verified. Please check results!   ||The file with unit number 14 contains the binaries  [http://palm.muk.uni-hannover.de/wiki/doc/app/iofiles BINOUT]. It was opened at least a second time by user specific settings. This is not verified, so check the results carefully.  ||
    208208||[=#PA0166 PA0166]   ||re-opening of file-id ... is not allowed   || It was tried to re-open a file, which had already been opened once during the simulation. Only certain files are allowed to be re-opened to prevent errors. If you are shure that the file can be re-opened without causing any errors, you may add the file-id to the list in routine check_open. See also the list of [../iofiles I/O-files]. ||
    209 ||[=#PA0167 PA0167]   ||opening file-id ... not allowed for PE ...   || ||
    210 ||[=#PA0168 PA0168]   ||opening file-id ... is not allowed since it is used otherwise   || ||
     209||[=#PA0167 PA0167]   ||opening file-id ... not allowed for PE ...   || Certain files are only allowed to be opened on a certain PE (in most cases only on PE0). Please check if your file can be opened on this PE and choose a different file-id. ||
     210||[=#PA0168 PA0168]   ||opening file-id ... is not allowed since it is used otherwise   || Certain file-ids are reserved for files used outside of the main program. Please refer to the list of [../iofiles I/O-files] and choose an unused file-id. ||
    211211||[=#PA0169 PA0169]   ||current user-interface revision "..." does not match the required revision r.... ||You are using a user-interface which does not match the installed PALM revision. One reason might be that the default user-interface of the newest PALM revision has been changed by the PALM developers (e.g. because some parameters have been added to parameter-lists of subroutine calls). Please carefully read the [wiki:doc/tec/changelog source code change log], where these kind of changes are announced, and where also hints will be given for how to adjust existing user-interfaces. ||
    212212||[=#PA0170 PA0170]   ||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'').  ||
    213213||[=#PA0171 PA0171]   ||netCDF: netCDF4 format requested but no cpp-directive !__netcdf4 given switch back to 64-bit offset format  ||[../d3par#netcdf_data_format  netcdf_data_format ] > 2 has been set. This requires netCDF4 features, which have to be activated by setting the cpp-directive {{{__netcdf4}}} in the configuration file ({{{%cpp_options}}}). It also requires a netCDF4 library. Set {{{-I}}}, {{{-L}}} and {{{-l}}} options in compile ({{{%copts}}}) and load ({{{%lopts}}}) options of the configuration file appropriately.  ||
    214 ||[=#PA0172 PA0172]   ||no OPEN-statement for file-id ...   || ||
    215 ||[=#PA0173 PA0173]   ||wrong component: ...   || ||
     214||[=#PA0172 PA0172]   ||no OPEN-statement for file-id ...   || Routine check_open was called with an unknown file-id. Please check the file-id for a typo or open the file manually using an OPEN(...) statement. ||
     215||[=#PA0173 PA0173]   ||wrong component: ...   || Routine coriolis can only be called for component 1, 2 and 3, which correspond to the wind speed components u, v and w. Other components do not exist. ||
    216216||[=#PA0174 PA0174]   ||wrong argument expected: ... given:   ||Internal code error. Please inform the PALM developers. ||
    217217||[=#PA0175 PA0175]   ||   ||message number is unused  ||