Changes between Version 541 and Version 542 of doc/app/errmsg


Ignore:
Timestamp:
May 25, 2018 9:44:17 AM (7 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v541 v542  
    661661||[=#PA0437 PA0437]   || y_start position must be <= y_end position for return legs || For return legs y start position must be <= y end position. ||
    662662||[=#PA0438 PA0438]   || Flight level is outside the model domain || Flight level is above domain top or below 0. ||
    663 ||[=#PA0439 PA0439]   || netcdf_data_format must be > 2 || Data output for virtual flights has 4 unlimited dimensions - time, x-, y-, and z-position. Unfortunately, assignment of more than one unlimited dimension per NC file is only possible with NetCDF4 / HDF5. ||
     663||[=#PA0439 PA0439]   || netcdf_data_format must be > 2 || Data output for virtual flights has 4 unlimited dimensions - time, x-, y-, and z-position. Unfortunately, assignment of more than one unlimited dimension per NC file is only possible with NetCDF4 / HDF5. Adjust [../d3par#netcdf_data_format netcdf_data_format] appropriately ||
    664664||[=#PA0440 PA0440]   || The usage of large scale forcing from external file LSF_DATA is not implemented for passive scalars || So far, large-scale forcing for passive scalars is not implemented. ||
    665665||[=#PA0441 PA0441]   ||boundary condition: bc_s_t = "..." is not allowed with top_scalarflux /= 0.0'   ||You have tried to set both, a Dirichlet boundary condition for scalar at the top (with [../inipar#bc_s_t bc_s_t] = '' 'dirichlet' ''), or an initial-gradient boundary condition, and a scalar flux at the top (with [../inipar#top_scalarflux top_scalarflux] /= ''0.0''). ||
     
    668668||[=#PA0444 PA0444]   ||wall_humidityflux additionally requires setting of surface_waterflux ||As [../inipar#wall_humidityflux wall_humidityflux] only describes the kinematic flux at topography walls at non-zero height levels, additional setting of [../inipar#surface_waterflux surface_waterflux] is required for the kinematic flux at the surface. ||
    669669||[=#PA0445 PA0445]   ||wall_scalarflux additionally requires setting of surface_scalarflux ||As [../inipar#wall_scalarflux wall_scalarflux] only describes the kinematic flux at topography walls at non-zero height levels, additional setting of [../inipar#surface_scalarflux surface_scalarflux] is required for the kinematic flux at the surface. ||
    670 ||[=#PA0446 PA0446]   ||unknown approximation ||This error message appears if the parameter [../inipar#approximation approximation] is not set to one of the allowed values 'boussinesq' or 'anelastic'. ||
    671 ||[=#PA0447 PA0447]   ||invalid advection scheme ||The anelastic approximation requires: [../inipar#momentum_advec momentum_advec] = 'ws-scheme'. Currently no other advection scheme is allowed with [../inipar#approximation approximation] = 'anelastic'. ||
    672 ||[=#PA0448 PA0448]   ||invalid pressure solver ||The anelastic approximation requires: [../inipar#psolver psolver] to be set to one of 'poisfft', 'sor' or 'multigrid_noopt'. Currently no other pressure solver is allowed with [../inipar#approximation approximation] = 'anelastic'. ||
    673 ||[=#PA0449 PA0449]   ||volume flow conservation not allowed ||The anelastic approximation is not allowed with: [../inipar#conserve_volume_flow conserve_volume_flow] = .TRUE. ||
    674 ||[=#PA0450 PA0450]   ||unknown flux input mode ||This error message appears if the parameter [../inipar#flux_input_mode flux_input_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'approximation-specific'. ||
    675 ||[=#PA0451 PA0451]   ||unknown flux output mode ||This error message appears if the parameter [../inipar#flux_output_mode flux_output_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'approximation-specific'. ||
     670||[=#PA0446 PA0446]   ||unknown approximation: approximation = ... ||This error message appears if the parameter [../inipar#approximation approximation] is not set to one of the allowed values 'boussinesq' or 'anelastic'. ||
     671||[=#PA0447 PA0447]   ||Anelastic approximation requires momentum_advec = "ws-scheme ||The anelastic approximation requires: [../inipar#momentum_advec momentum_advec] = 'ws-scheme'. Currently no other advection scheme is allowed with [../inipar#approximation approximation] = 'anelastic'. ||
     672||[=#PA0448 PA0448]   ||Anelastic approximation currently only supports: psolver = "poisfft", psolver = "sor" and psolver = "multigrid_noopt" ||The anelastic approximation requires: [../inipar#psolver psolver] to be set to one of 'poisfft', 'sor' or 'multigrid_noopt'. Currently no other pressure solver is allowed with [../inipar#approximation approximation] = 'anelastic'. ||
     673||[=#PA0449 PA0449]   ||Anelastic approximation is not allowed with conserve_volume_flow = .TRUE. ||The anelastic approximation is not allowed with: [../inipar#conserve_volume_flow conserve_volume_flow] = .TRUE. ||
     674||[=#PA0450 PA0450]   ||unknown flux input mode: flux_input_mode = ... ||This error message appears if the parameter [../inipar#flux_input_mode flux_input_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'approximation-specific'. ||
     675||[=#PA0451 PA0451]   ||unknown flux output mode: flux_output_mode = ... ||This error message appears if the parameter [../inipar#flux_output_mode flux_output_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'approximation-specific'. ||
    676676||[=#PA0452 PA0452]   ||no nopointer version for USM ||The urban surface module (USM) so far only runs with POINTER version. Pre-processor directive {{{-D__nopointer}}} must not be used. ||
    677677||[=#PA0453 PA0453]   ||incompatible integer arithmetic ||This error message appears if the compiler integer arithmetic is not compatible with the assumptions made for the parallel random number generator. ||