Changes between Version 420 and Version 421 of doc/app/errmsg


Ignore:
Timestamp:
Jun 9, 2017 7:33:30 AM (8 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v420 v421  
    235235||[=#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. ||
    236236||[=#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. ||
    237 ||[=#PA0195 PA0195]   ||dvrp_username is undefined   ||  ||
    238 ||[=#PA0196 PA0196]   ||dvrp_output="..." not allowed   ||  ||
    239 ||[=#PA0197 PA0197]   ||dvrp_file="..." not allowed   ||  ||
    240 ||[=#PA0198 PA0198]   ||mode_dvrp="..." not allowed   ||  ||
    241 ||[=#PA0199 PA0199]   ||split of communicator not realized with MPI1 coupling atmosphere-ocean'   ||[[span(style=color: #FF0000, Siggi)]]  ||
     237||[=#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'''. ||
     238||[=#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'''. ||
     239||[=#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'''. ||
     240||[=#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'''. ||
     241||[=#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'''.  ||
    242242||[=#PA0200 PA0200]   ||missing dz   || No value for [../inipar#dz dz] was given in the parameter file. ||
    243243||[=#PA0201 PA0201]   ||dz=... <= 0.0   || The value given for [../inipar#dz dz] must be greater than 0.0. ||