Changes between Version 731 and Version 732 of doc/app/errmsg


Ignore:
Timestamp:
Feb 27, 2021 11:16:57 AM (4 years ago)
Author:
wagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v731 v732  
    125125||[=#PA0100 PA0100]   ||momentum_advec of the restart run differs from momentum_advec of the initial run   ||The advection scheme for the momentum equations [../initialization_parameters#momentum_advec momentum_advec] used in the restart run differs from the advection scheme used in the corresponding initial run. The advection scheme that is used in a restart run must be the same as the one that was used in the initial run.  ||
    126126||[=#PA0101 PA0101]   ||scalar_advec of the restart run differs from scalar_advec of the initial run   ||The advection scheme for scalar quantities [../initialization_parameters#scalar_advec scalar_advec] used in the restart run differs from the advection scheme used in the corresponding initial run. The advection scheme that is used in a restart run must be the same as the one that was used in the initial run.  ||
    127 ||[=#PA0102 PA0102]   ||number of output quantities given by data_output and data_output_user exceeds the limit of 500   || The total number of output quantities listed in [../runtime_parameters#data_output data_output]  and [../userpar#data_output_user data_output_user] exceeds the maximum of 500. To increase this limit, the standard PALM code has to be modified. In case you have little experience with the PALM code use a [/newticket trouble ticket] for a query to increase the maximum output number.    ||
     127||[=#PA0102 PA0102]   ||number of output quantities given by data_output and data_output_user exceeds the limit of 500   || The total number of output quantities listed in [../runtime_parameters#data_output data_output]  and [../user_parameters#data_output_user data_output_user] exceeds the maximum of 500. To increase this limit, the standard PALM code has to be modified. In case you have little experience with the PALM code use a [/newticket trouble ticket] for a query to increase the maximum output number.    ||
    128128||[=#PA0103 PA0103]   ||output of "e" requires constant_diffusion = .FALSE.   ||Output of the subgrid TKE e listed in the parameter file under [../runtime_parameters#data_output data_output] or [../runtime_parameters#data_output_masks data_output_masks] is only available for [../initialization_parameters#constant_diffusion constant diffusion]= .F.. ||
    129129||[=#PA0104 PA0104]   ||output of "..." requires a "particles_par"-NAMELIST in the parameter file (PARIN)   ||Output of the particle concentration pc and/or particle radius pr listed in the parameter file under [../runtime_parameters#data_output data_output] or [../runtime_parameters#data_output_masks data_output_masks] is only available in case the [http://palm.muk.uni-hannover.de/wiki/doc/app/particle_parameters particle_parameters] namelist is set in the parameter file  ||
     
    221221||[=#PA0178 PA0178]   ||negative time interval occured PE ... L=STOP "..." sum=... mtime=...   || The time measurement via {{{cpu_log}}} gave a negative time interval. This error could be caused when {{{cpu_log}}} was called with option "stop" before the corresponding {{{cpu_log}}} was initialised with option "start" or before it was continued with option "continue". ||
    222222||[=#PA0179 PA0179]   ||unknown modus of time measurement: ...   || Possible options for {{{cpu_log}}} are "start", "pause", "continue" and "stop". Please refer to the description in the header of {{{cpulog_mod.f90}}}. ||
    223 ||[=#PA0180 PA0180]   ||unknown cross-section: ...   || Cross sections are only possible for xy-, xz- or yz-sections. Please check your variable list in your [../runtime_parameters#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. ||
    224 ||[=#PA0181 PA0181]   ||no output provided for: ...   || There is no 2D data output available for the selected variable. Please check your variable list in your [../runtime_parameters#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. ||
    225 ||[=#PA0182 PA0182]   ||no output provided for: ...   || There is no 3D data output available for the selected variable. Please check your variable list in your [../runtime_parameters#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. ||
     223||[=#PA0180 PA0180]   ||unknown cross-section: ...   || Cross sections are only possible for xy-, xz- or yz-sections. Please check your variable list in your [../runtime_parameters#data_output data_output] and [../user_parameters#data_output_user data_output_user] parameter for correct spelling. ||
     224||[=#PA0181 PA0181]   ||no output provided for: ...   || There is no 2D data output available for the selected variable. Please check your variable list in your [../runtime_parameters#data_output data_output] and [../user_parameters#data_output_user data_output_user] parameter for correct spelling. ||
     225||[=#PA0182 PA0182]   ||no output provided for: ...   || There is no 3D data output available for the selected variable. Please check your variable list in your [../runtime_parameters#data_output data_output] and [../user_parameters#data_output_user data_output_user] parameter for correct spelling. ||
    226226||[=#PA0183 PA0183]   ||end_time of the simulation exceeds the time dimension in the dynamic input file || time dimension in dynamic input file must cover the entire simulation time. ||
    227227||[=#PA0184 PA0184]   || unknown recycling method for thermodynamic quantities || Allowed input for recycling_method_for_thermodynamic_quantities is 'turbulent_fluctuation' or 'absolute_value'. ||
     
    346346||[=#PA0303 PA0303]   ||nz not found in restart data file   || nz is necessary for the main run to continue. This will happen if the [../initialization_parameters initialization parameter] list was altered between precursor and main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. Also check if you altered [../initialization_parameters#nz nz] between precursor and main run. ||
    347347||[=#PA0304 PA0304]   ||mismatch concerning number of gridpoints along z: nz on file = "..." nz from run = "..."   || The main run must have the same number of grid points in z-direction as the precursor run. x- and y-directions may differ. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. ||
    348 ||[=#PA0305 PA0305]   ||max_pr_user not found in restart data file   || max_pr_user is necessary for the main run to continue. This will happen if the [../initialization_parameters initialization parameter] list was altered between precursor and main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. Also check if you altered [../userpar#data_output_pr_user data_output_pr_user] between precursor and main run. ||
    349 ||[=#PA0306 PA0306]   ||number of user profiles on restart data file differs from the current run: max_pr_user on file = "..." max_pr_user from run = "..."   || This message is informative, the run will continue nonetheless. This will only happen in case the number of user [../userpar#data_output_pr_user profiles] was changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs.  ||
     348||[=#PA0305 PA0305]   ||max_pr_user not found in restart data file   || max_pr_user is necessary for the main run to continue. This will happen if the [../initialization_parameters initialization parameter] list was altered between precursor and main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. Also check if you altered [../user_parameters#data_output_pr_user data_output_pr_user] between precursor and main run. ||
     349||[=#PA0306 PA0306]   ||number of user profiles on restart data file differs from the current run: max_pr_user on file = "..." max_pr_user from run = "..."   || This message is informative, the run will continue nonetheless. This will only happen in case the number of user [../user_parameters#data_output_pr_user profiles] was changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs.  ||
    350350||[=#PA0307 PA0307]   ||statistic_regions not found in restart data file  || [../initialization_parameters#statistic_regions statistic_regions] are necessary for the main run to continue. This will happen if the [../initialization_parameters initialization parameter] list was altered between precursor and main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. ||
    351351||[=#PA0308 PA0308]   ||statistic regions on restart data file differ from the current run: statistic regions on file = "..." statistic regions from run = "..." statistic data may be lost!  || This message is a warning, the run will continue nonetheless. This will only happen in case the statistic [../initialization_parameters#statistic_regions regions] were changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. ||
     
    371371||[=#PA0327 PA0327]   ||no masked output available for: "..."  || See [../runtime_parameters#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. ||
    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 [../runtime_parameters#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 [../runtime_parameters#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. ||
     373||[=#PA0329 PA0329]   ||number of output quantitities given by data_output_mask and data_output_mask_user exceeds the limit of 100  || Check [../runtime_parameters#data_output_masks data_output_masks] and [../user_parameters#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. ||
    374374||[=#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 [../runtime_parameters#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 [../runtime_parameters#mask_x mask_x] (or [../runtime_parameters#mask_y y] or [../runtime_parameters#mask_z z]) ||
     
    958958||[=#UI0007 UI0007]   ||canopy_mode "..." not available yet   || There was no usable user-defined plant canopy found. ||
    959959||[=#UI0008 UI0008]   ||unknown canopy_mode "..."   || The requested identifier for the canopy mode was not found in the user interface [source:palm/trunk/SOURCE/user_init_plant_canopy.f90]. Check if the spelling in your input file matches the defined canopy mode. ||
    960 ||[=#UI0009 UI0009]   ||the number of user-defined profiles given in data_output_pr (...) does not match the one found in the restart file (...)   || This will only happen in case the number of user [../userpar#data_output_pr_user profiles] was changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. ||
     960||[=#UI0009 UI0009]   ||the number of user-defined profiles given in data_output_pr (...) does not match the one found in the restart file (...)   || This will only happen in case the number of user [../user_parameters#data_output_pr_user profiles] was changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. ||
    961961||[=#UI0010 UI0010]   ||Spectra of ... can not be calculated  || No CASE statement defined for '...' in [[source:palm/trunk/SOURCE/user_spectra.f90| user_spectra.f90]]. ||
    962962||[=#UI0011 UI0011]   ||Spectra of ... are not defined   || No CASE statement defined for '...' in [[source:palm/trunk/SOURCE/user_spectra.f90| user_spectra.f90]]. ||