Changes between Version 179 and Version 180 of doc/app/errmsg
- Timestamp:
- Mar 24, 2014 6:14:29 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v179 v180 48 48 ||[=#PA0023 PA0023] ||momentum_advec or scalar_advec = "..." is not allowed with timestep_scheme = "..." ||The 5th order advection scheme is conditional unstable in conjunction with ''euler'' or ''runge-kutta-2'' integration. Instead, use [../inipar#timestep_scheme timestep_scheme] = ''runge-kutta-3''. || 49 49 ||[=#PA0024 PA0024] ||unknown advection scheme: scalar_advec = "..." ||See parameter [../inipar#scalar_advec scalar_advec] for allowed values, and appropriately correct your parameter file. || 50 ||[=#PA0025 PA0025] ||use_upstream_for_tke set .TRUE. because use_sgs_for_particles = .TRUE. ||This is just a warning telling you that the simple upstream discretization is used for the advection term of the TKE equation instead of the one that you have set with parameter [../inipar#scalar_advec scalar_advec] (or which would have been used by default). This is required in case of using SGS velocity components for particle transport, because the higher order advection schemes may cause large artificial vertical gradients near the surface, which create numerical instabilities in the particle transport. You can avoid output of this warning by explicitly setting parameter [../inipar#use_upstream_for_tke use_upstream_for_tke] in the parameter file (inipar-NAMELIST).||50 ||[=#PA0025 PA0025] ||use_upstream_for_tke set .TRUE. because use_sgs_for_particles = .TRUE. and scalar_advec /= 'ws-scheme' ||This is just a warning telling you that the simple upstream discretization is used for the advection term of the TKE equation instead of the one that you have set with parameter [../inipar#scalar_advec scalar_advec]. This is required in case of using SGS velocity components for particle transport, because non-diffusiv advection schemes may cause large artificial vertical gradients near the surface, which create numerical instabilities in the particle transport. You can avoid output of this warning by explicitly setting parameter [../inipar#use_upstream_for_tke use_upstream_for_tke] in the parameter file (inipar-NAMELIST). This warning will not occur if || 51 51 ||[=#PA0026 PA0026] ||advection_scheme scalar_advec = "bc-scheme" not implemented for loop_optimization = "cache" ||For the Bott-Chlond scheme loop_optimization = "vector" must to be set. || 52 52 ||[=#PA0027 PA0027] ||unknown timestep scheme: timestep_scheme = "..." ||See parameter [../inipar#timestep_scheme timestep_scheme] for allowed values, and appropriately correct your parameter file. ||