Changes between Version 535 and Version 536 of doc/app/errmsg


Ignore:
Timestamp:
May 24, 2018 1:40:24 PM (7 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v535 v536  
    4141||[=#PA0016 PA0016]   ||unknown solver for perturbation pressure: psolver = "..."   ||See parameter [../inipar#psolver psolver] for allowed values, and correct your parameter file. ||
    4242||[=#PA0017 PA0017]   ||namelist &inipar is deprecated and will be removed in near future. Please use namelist &initialization_parameters instead || This is a warning which is self-explanatory. ||
    43 ||[=#PA0018 PA0018]   || illegal value for data_output_masks or data_output_masks_user: ...  ||Check [../d3par#data_output_masks data_output_masks] and [../userpar#data_output_masks_user data_output_masks_user] for a typo/variables that can not be outputted as masked data.  ||
     43||[=#PA0018 PA0018]   || illegal value for data_output_masks or data_output_masks_user: ...  || Possible reasons are: (a) a typo in the parameter file related to masked data output, (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]). For possible output quantities see [../d3par#data_output_masks data_output_masks].  ||
    4444||[=#PA0019 PA0019]   || unknown surface type: surface_type = "..."  ||See parameter [../lsmpar#surface_type surface_type] for allowed values, and appropriately correct your parameter file. ||
    4545||[=#PA0020 PA0020]   ||unknown multigrid cycle: cycle_mg = "..."   ||See parameter [../inipar#cycle_mg cycle_mg] for allowed values, and appropriately correct your parameter file. ||
     
    372372||[=#PA0328 PA0328]   ||netCDF file formats 5 and 6 (with parallel I/O support) are currently not supported.  || Parallel mask output not yet supported. Choose another value for [../d3par#netcdf_data_format netcdf_data_format]. ||
    373373||[=#PA0329 PA0329]   ||number of output quantitities given by data_output_mask and data_output_mask_user exceeds the limit of 100  || Check [../d3par#data_output_masks data_output_masks] and [../userpar#data_output_masks_user data_output_masks_user] and reduced the quantities you want to output Otherwise you have to change the limit of 100 in the code. ||
    374 ||[=#PA0330 PA0330]   ||illegal value for data_output_masks: "..."  ||Check [../d3par#data_output_masks data_output_masks] for a typo/variables that can not be outputted as masked data. ||
     374||[=#PA0330 PA0330]   ||illegal value for data_output_masks: "..."  || 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_masks data_output_masks] ||
    375375||[=#PA0331 PA0331]   ||"..." in mask "..." along dimension "..." exceeds "..." = "..."  || Your masked output exeeds the model domain in x-, y- or z- direction. Check the documentation of [../maskedoutput masked output] and [../d3par#mask_x mask_x] (or [../d3par#mask_y y] or [../d3par#mask_z z]) ||
    376376||[=#PA0332 PA0332]   ||mask_loop("...","...",1)="..." and/or mask_loop("...","...",2)="..." exceed "..."*"..."/="..."  || Your looped output mask exeeds the model domain in x- or y-direction. Check [../d3par#mask_x_loop mask_x_loop] ([../d3par#mask_y_loop or y]) and [../d3par#mask_scale_x mask_scale_x] ([../d3par#mask_scale_y or y]). ||