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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v534 v535  
    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]   || ||message number is unused.  ||
     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.  ||
    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. ||
     
    369369||[=#PA0325 PA0325]   ||illegal value: masks must be >= 0 and <= "..."(=max_masks)  || If more than max_masks are needed, the value for max_maskes can be changed in [[source:palm/trunk/SOURCE/modules.f90| modules.f90]]. See documentation of the [../userint user interface] and [../d3par#data_output_masks data_output_masks]. ||
    370370||[=#PA0326 PA0326]   ||illegal value: mask_scale_x, mask_scale_y and mask_scale_z must be > 0.0  || [../d3par#mask_scale_x mask_scale_x] (or [../d3par#mask_scale_y y] or [../d3par#mask_scale_z z]) ||
    371 ||[=#PA0327 PA0327]   ||no output available for: "..."  || ** ||
    372 ||[=#PA0328 PA0328]   ||netCDF file formats 3 (netCDF 4) and 4 (netCDF 4 Classic model) are currently not supported (not yet tested).  || ** ||
    373 ||[=#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]. ||
    374 ||[=#PA0330 PA0330]   ||illegal value for data_output: "..."  ||** ||
     371||[=#PA0327 PA0327]   ||no masked output available for: "..."  || See [../d3par#data_output_masks data_output_masks] for allowed variables. If you want to have user-defined masked output check also [[source:palm/trunk/SOURCE/user_data_output_mask.f90| user_data_output_mask.f90]] and add the respective CASE. ||
     372||[=#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]. ||
     373||[=#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. ||
    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]). ||