Changes between Version 192 and Version 193 of doc/app/errmsg


Ignore:
Timestamp:
Oct 13, 2014 4:56:43 PM (11 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v192 v193  
    354354||[=#PA0312 PA0312]   ||Time step has reached minimum limit. \\dt = ... s Simulation is terminated.\\old_dt = ... s\\dt_u = ... s\\dt_v = ... s\\dt_w = ... s\\dt_diff = ... s\\u_max = ... m/s k=... j=... i=...\\v_max = ... m/s k=... j=... i=...\w_max = ... m/s k=... j=... i=...   ||The time step is determined according to the CFL criterion to assure a stable numerical solution. This error message means that the required minimum time step, determined from the three velocity components, is several orders of magnitude smaller than [../d3par#dt_max dt_max]. Due to the large number of complex reasons it should be noted that this list is not complete, but it is intended to give general hints how to proceed in case of this error message. First, check for a unrealistic value of [../d3par#dt_max dt_max] in the NAMELIST file. Moreover, this error message may indicate for unrealistic settings of e.g. [../inipar#bc boundary conditions] or other NAMELIST parameters. For very small vertical grid spacing [../inipar#dz dz] this error might also occur if [../inipar#roughness_length roughness_length] >= [../inipar#dz dz]. Please also check if this error appears if you run without USERCODE. To compile and run the PALM and USERCODE with DEBUG-options might also give sometimes valuable hints.
    355355To be continued.||
    356 ||[=#PA0313 PA0313]   ||illegal value for parameter particle_color: ...   || Farah ||
    357 ||[=#PA0314 PA0314]   ||illegal value for parameter particle_dvrpsize: ...   || Farah ||
    358 ||[=#PA0315 PA0315]   ||color_interval(2) <= color_interval(1)   || ||
    359 ||[=#PA0316 PA0316]   ||dvrpsize_interval(2) <= dvrpsize_interval(1)   || ||
     356||[=#PA0313 PA0313]   ||illegal value for parameter particle_color: ...   || The parameter [../dvrpar#particle_color particle_color] allows to bind the displayed particle color to certain flow quantities. Possible values for this parameter are '' 'absuv' '', '' 'pt*' '' or '' 'z' ''. The default value is '' 'none' ''. Other values for [../dvrpar#particle_color particle_color] are not enabled. For detailed information see [../dvrpar#particle_color particle_color]. ||
     357||[=#PA0314 PA0314]   ||illegal value for parameter particle_dvrpsize: ...   || The parameter [../dvrpar#particle_dvrpsize particle_dvrpsize] allows to bind the displayed particle size to certain flow quantities. Possible value for this parameter is '' 'absw' ''. The default value is '' 'none' ''. Other values for [../dvrpar#particle_dvrpsize particle_dvrpsize] are not enabled. For detailed information see [../dvrpar#particle_dvrpsize particle_dvrpsize]. ||
     358||[=#PA0315 PA0315]   ||color_interval(2) <= color_interval(1)   || Two values can be given for parameter [../dvrpar#color_interval color_interval], but the first value must be smaller than the second value, e.g. [../dvrpar#color_interval color_interval] = 0.0, 1.0. For details see parameters [../dvrpar#color_interval color_interval] and [../dvrpar#particle_color particle_color]. ||
     359||[=#PA0316 PA0316]   ||dvrpsize_interval(2) <= dvrpsize_interval(1)   || Two values can be given for parameter [../dvrpar#dvrpsize_interval dvrpsize_interval], but the first value must be smaller than the second value, e.g. [../dvrpar#dvrpsize_interval dvrpsize_interval] = 0.0, 1.0. For details see parameters [../dvrpar#dvrpsize_interval dvrpsize_interval] and [../dvrpar#particle_dvrpsize particle_dvrpsize]. ||
    360360||[=#PA0317 PA0317]   ||ocean = .F. does not allow coupling_char = ... set by mrun-option "-y"   || The mrun option "-y" must not be used for atmosphere runs. The option is only required for ocean precursor runs, which are followed by [../examples/coupled atmosphere-ocean coupled] restart runs. ||
    361361||[=#PA0318 PA0318]   ||inflow_damping_height must be explicitly specified because the inversion height calculated by the prerun is zero   ||  ||
     
    363363||[=#PA0320 PA0320]   ||section_xz must be <= ny + 1 = ...   ||  ||
    364364||[=#PA0321 PA0321]   ||section_yz must be <= nx + 1 = ...   ||  ||
    365 ||[=#PA0322 PA0322]   ||output of q*w*(0) requires humidity=.TRUE.  || Farah ||
    366 ||[=#PA0323 PA0323]   ||output of averaged quantity "..." requires to set a non-zero averaging interval  || Farah ||
     365||[=#PA0322 PA0322]   ||output of w*q*(0) requires humidity=.TRUE.  || Variables connected with humidity, e.g. like the resolved-scale turbulent water flux w*q*, can only be output if the moist version of PALM is used, i.e. if [../inipar#humidity humidity] = '''.TRUE.''' ||
     366||[=#PA0323 PA0323]   ||output of averaged quantity "..." requires to set a non-zero averaging interval  || If 2d or 3d data shall be output as a time average over a certain time interval, the parameter [../d3par#averaging_interval averaging_interval] must be set to a non-zero value. The default is [../d3par#averaging_interval averaging_interval] = 0.0, i.e. by default no averaging is applied to the output variables. ||
    367367||[=#PA0324 PA0324]   ||Applying large scale vertical motion is not allowed for ocean runs  ||The large scale subsidence is only reasonable and implemented for atmospheric runs. The setting of [../inipar#subs_vertical_gradient subs_vertical_gradient] and [../inipar#subs_vertical_gradient_level subs_vertical_gradient_level] is not possible.  ||
    368368||[=#PA0325 PA0325]   ||illegal value: masks must be >= 0 and <= "..."(=max_masks)  || Björn ||