Changes between Version 628 and Version 629 of doc/app/errmsg


Ignore:
Timestamp:
Jun 27, 2019 9:16:21 AM (6 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified doc/app/errmsg

    v628 v629  
    236236||[=#PA0193 PA0193]   ||unknown initializing problem   || This should not happen during the initialization of the model variables in the routine {{{init_3d_model}}}. Please submit a [/newticket trouble ticket] if you have run into this error. ||
    237237||[=#PA0194 PA0194]   ||number of time series quantities exceeds its maximum of dots_max = ... Please increase dots_max in modules.f90.   ||In case that the output of user defined [../userint/output/#part_2 timeseries] is done and the number of the user defined timeseries exceeds the maximum number, the maximum number {{{dots_max}}}, which is currently set to 100, has to be increased. Please increase {{{dots_max}}} in [[source:palm/trunk/SOURCE/modules.f90| modules.f90]] according to your needs. ||
    238 ||[=#PA0195 PA0195]   ||dvrp_username is undefined   ||This error occurs due to a non-defined [../dvrpar#dvrp_username dvrp_username] when you want to use the dvr software ([../dvr#Plotsofisosurfaces2dcrosssectionsandparticleswithdvr DVR graphics]) which is still implemented in PALM. '''dvr software currently not used by PALM group. Future deactivation of this function probable'''. ||
    239 ||[=#PA0196 PA0196]   ||dvrp_output="..." not allowed   ||This error occurs due to an illegal value of [../dvrpar#dvrp_output dvrp_output] when you want to use the dvr software ([../dvr#Plotsofisosurfaces2dcrosssectionsandparticleswithdvr DVR graphics]) which is still implemented in PALM. '''dvr software currently not used by PALM group. Future deactivation of this function probable'''. ||
    240 ||[=#PA0197 PA0197]   ||dvrp_file="..." not allowed   ||This error occurs due to an illegal value of [../dvrpar#dvrp_file dvrp_file] when you want to use the dvr software ([../dvr#Plotsofisosurfaces2dcrosssectionsandparticleswithdvr DVR graphics]) which is still implemented in PALM. '''dvr software currently not used by PALM group. Future deactivation of this function probable'''. ||
    241 ||[=#PA0198 PA0198]   ||mode_dvrp="..." not allowed   ||This error occurs due to an illegal value of [../dvrpar#mode_dvrp mode_dvrp] when you want to use the dvr software ([../dvr#Plotsofisosurfaces2dcrosssectionsandparticleswithdvr DVR graphics]) which is still implemented in PALM. '''dvr software currently not used by PALM group. Future deactivation of this function probable'''. ||
    242 ||[=#PA0199 PA0199]   ||split of communicator not realized with MPI1 coupling atmosphere-ocean   || This error occurs when you want to use the dvr software ([../dvr#Plotsofisosurfaces2dcrosssectionsandparticleswithdvr DVR graphics]) in combination with an atmosphere-ocean coupling. Internally, the variable {{{coupling_mode}}} defines the coupling setup used for the current respective model run. When {{{coupling_mode/=uncoupled}}} this message can occur. '''dvr software currently not used by PALM group. Future deactivation of this function probable'''. ||
     238||[=#PA0195 PA0195]   ||unused   || ||
     239||[=#PA0196 PA0196]   ||unused   || ||
     240||[=#PA0197 PA0197]   ||unused   || ||
     241||[=#PA0198 PA0198]   ||unused   || ||
     242||[=#PA0199 PA0199]   ||unused   || ||
    243243||[=#PA0200 PA0200]   ||missing dz   || No value for [../inipar#dz dz] was given in the parameter file. ||
    244244||[=#PA0201 PA0201]   ||dz=... <= 0.0   || The value given for [../inipar#dz dz] must be greater than 0.0. ||