Changes between Version 208 and Version 209 of doc/app/errmsg


Ignore:
Timestamp:
Feb 5, 2016 1:57:24 PM (9 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v208 v209  
    8383||[=#PA0058 PA0058]   ||unknown boundary condition: bc_e_b = "..."   ||See parameter [../inipar#bc_e_b bc_e_b] for allowed values, and appropriately correct your parameter file. ||
    8484||[=#PA0059 PA0059]   ||unknown boundary condition: bc_p_b = "..."   ||See parameter [../inipar#bc_p_b bc_p_b] for allowed values, and appropriately correct your parameter file. ||
    85 ||[=#PA0060 PA0060]   ||  ||error number free to use ||
     85||[=#PA0060 PA0060]   || Output at every timestep is desired ("dt_..." = 0.0). Setting the output interval to the fixed timestep dt = "..."s. || Occurs only when [../d3par#netcdf_data_format netcdf_data_format] > 4 and [../d3par#dt dt] /= -1. When using parallel NetCDF the output time interval must be  >0. Using dt_do = 0.0 (output at every time step) is equal to setting the output interval to [../d3par#dt dt]. ||
    8686||[=#PA0061 PA0061]   ||unknown boundary condition: bc_p_t = "..."   ||See parameter [../inipar#bc_p_t bc_p_t] for allowed values, and appropriately correct your parameter file. ||
    8787||[=#PA0062 PA0062]   ||unknown boundary condition: bc_pt_b = "..."   ||See parameter [../inipar#bc_pt_b bc_pt_b] for allowed values, and appropriately correct your parameter file.  ||
     
    104104||[=#PA0079 PA0079]   ||rayleigh_damping_height = ... out of range [0.0, ...]  ||Adjust the value of [../inipar#rayleigh_damping_height rayleigh_damping_height] in your parameter file to the allowed range. This error may appear if you have reduced the domain height in your current run (e.g. by reducing the number of vertical grid points) without adjusting the height at which Rayleigh damping shall start. ||
    105105||[=#PA0080 PA0080]   ||preprocessor switch for fftw is missing ||You have set [../inipar#fft_method fft_method] = '' 'fftw' '', but the fftw-code has not been activated by the corresponding cpp-preprocessor switch. Add '' {{{'-D__fftw'}}} '' to the {{{%cpp_options}}} line in the configuration file, touch file {{{fft_xy.f90}}} (e.g. by executing command {{{"touch trunk/SOURCE/fft_xy.f90"}}} and re-compile. ||
    106 ||[=#PA0081 PA0081]   ||   ||error number free to use ||
     106||[=#PA0081 PA0081]   || "..." = 0.0 while using a variable timestep and parallel netCDF4 is not allowed. || When using parallel NetCDF output ([../d3par#netcdf_data_format netcdf_data_format]>4) the number of output time levels must be calculated in the beginning of the simulation (see e.g. [#PA0384]). With a variable time step it is not possible to determine how many output time levels are needed to do an output at every time step. ||
    107107||[=#PA0082 PA0082]   ||number of statistic_regions = ... but only 10 regions are allowed ||Adjust parameter [../inipar#statistic_regions statistic_regions] in your parameter file to a value <= ''9''.  ||
    108108||[=#PA0083 PA0083]   ||normalizing_region = ... must be >= 0 and <= ... (value of statistic_regions)  ||The region number given by [../d3par#normalizing_region normalizing_region] must be within the range [0, [../inipar#statistic_regions statistic_regions] ]. Adjust [../d3par#normalizing_region normalizing_region] appropriately in your parameter file. ||