Changes between Version 664 and Version 665 of doc/app/errmsg
- Timestamp:
- Dec 2, 2019 1:08:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v664 v665 849 849 ||[=#PA0647 PA0647] || surface element at grid point (j,i) = ( ... ) is not a pavement surface, so that information given in pavement_pars is neglected. || || 850 850 ||[=#PA0648 PA0648] || No grid coarsening possible, multigrid approach effectively reduces to a Gauss-Seidel scheme. || The convergence of the pressure solver might be insufficient and the simulation can become unstable. This case, it is worthwhile to increase the number of Gauss-Seidel iterations ([../inipar#ngsrb ngsrb]). || 851 ||[=#PA0648 ~~PA0648~~ ?] || Invalid input value: ptemp || Air temperature given to the subroutine for ternary nucleation ({{{ternucl}}}) is not within the allowed temperature range of 240-300 K. ||852 851 ||[=#PA0649 PA0649] || Invalid input value: prh || Relative humidity given to the subroutine for ternary nucleation ({{{ternucl}}}) is not within the allowed humidity range of 5-95 %. || 853 852 ||[=#PA0650 PA0650] || Invalid input value: pc_sa || Number concentration of gaseous sulphuric acid given to the subroutine for ternary nucleation ({{{ternucl}}}) is not within the allowed range of 1e4-1e9 cm^-3^. || … … 884 883 ||[=#PA0686 PA0686] || The relative material fractions do not sum-up to one at horizotal/vertical surface. (i,j) = ... || If building_pars is specified within a static input file, all parameters indicating the relative fraction of wall / window / green surfaces must be given. || 885 884 ||[=#PA0688 PA0688] || surface fractions at grid point (j,i) = ( ) are all zero. || || 885 ||[=#PA0689 PA0689] || Invalid input value: ptemp || Air temperature given to the subroutine for ternary nucleation ({{{ternucl}}}) is not within the allowed temperature range of 240-300 K. || 886 ||[=#PA0690 PA0690] || end_time of the simulation exceeds the time dimension in the dynamic input file. || Time dimension in {{{<run_identifier>_dynamic}}} must cover the entire simulation time. || 887 ||[=#PA0691 PA0691] || Offline nesting: time dimension must start at time_utc_init. || Time dimension in {{{<run_identifier>_dynamic}}} must start at the start of the simulation in time utc. For example, for a simulation starting at 7 am in UTC+3 time, this is 14400. || 888 ||[=#PA0692 PA0692] || end_time of the simulation exceeds the time dimension in the salsa input file. || Time dimension in {{{<run_identifier>_salsa}}} must cover the entire simulation time. || 889 ||[=#PA0693 PA0693] || None of the aerosol chemical components in {{{<run_identifier>_dynamic}}} correspond to ones applied in SALSA. || None of the chemical components given in '''composition_name''' in {{{<run_identifier>_dynamic}}} correspond to the ones applied in SALSA. Please check the file and spelling. || 890 ||[=#PA0694 PA0694] || Missing emission_mass_fracs in {{{<run_identifier>_salsa}}} || Variable '''emission_mass_fracs''' missing from {{{<run_identifier>_salsa}}}. || 891 ||[=#PA0695 PA0695] || salsa_emission_mode = "parameterized", but the street_type data is missing. || When salsa_emission_mode = "parameterized", the variable street_type must be provided in {{{<run_identifier>_static}}}. || 886 892 ||[=#UI0001 UI0001] ||unknown location "..." ||The location of the CALL of user_actions has to be one of 'before_timestep', 'after_integration', 'after_timestep', 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. The location of the CALL of user_actions_ij has to be one of 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. || 887 893 ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || The location of the CALL of user_actions_ij must not be 'before_timestep', 'after_integration', 'after_timestep' ||