Changes between Version 688 and Version 689 of doc/app/errmsg
- Timestamp:
- Apr 22, 2020 11:52:06 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v688 v689 796 796 ||[=#PA0594 PA0594] || salsa = .T. is not allowed with humidity = .F. ||Applying the salsa module requires running PALM in humid mode. See parameter [/wiki/doc/app/initialization_parameters#humidity humidity].|| 797 797 ||[=#PA0595 PA0595] || unknown boundary condition: [/wiki/doc/app/salsa#bc_salsa_b bc_salsa_b] = "..." || || 798 ||[=#PA0596 PA0596] || unknown boundary condition: [/wiki/doc/app/salsa#bc_ salsa_t bc_salsa_t] = "..." || See parameter [/wiki/doc/app/salsa#bc_salsa_t bc_salsa_t] for allowed values, and appropriately correct your parameter file. ||798 ||[=#PA0596 PA0596] || unknown boundary condition: [/wiki/doc/app/salsa#bc_aer_t bc_aer_t] = "..." || See parameter [/wiki/doc/app/salsa#bc_aer_t bc_aer_t] for allowed values, and appropriately correct your parameter file. || 799 799 ||[=#PA0597 PA0597] || unknown nj3 (must be 1-3) || See parameter [/wiki/doc/app/salsa#nj3 nj3] for allowed values, and appropriately correct your parameter file. || 800 ||[=#PA0598 PA0598] || [/wiki/doc/app/salsa#salsa_emission_mode salsa_emission_mode] /= "no_emission" for requires [/wiki/doc/app/salsa#bc_ salsa_b bc_salsa_b] = "Neumann"|| If aerosol surface emissions are given, a Neumann boundary condition should be set at the bottom. See parameter [/wiki/doc/app/salsa#bc_salsa_b bc_salsa_b] for allowed values, and appropriately correct your parameter file. ||800 ||[=#PA0598 PA0598] || [/wiki/doc/app/salsa#salsa_emission_mode salsa_emission_mode] /= "no_emission" for requires [/wiki/doc/app/salsa#bc_aer_b bc_aer_b] = "Neumann"|| If aerosol surface emissions are given, a Neumann boundary condition should be set at the bottom. See parameter [/wiki/doc/app/salsa#bc_aer_b bc_aer_b] for allowed values, and appropriately correct your parameter file. || 801 801 ||[=#PA0599 PA0599] || SALSA is run together with chemistry but not all gaseous components are provided by kpp (H2SO4, HNO3, NH3, OCNV, OCSC). || Some gaseous compound(s) needed in the aerosol module SALSA are missing from the chemical mechanism applied. Check the {{{chem_gashase_mod.f90}}}. || 802 802 ||[=#PA0600 PA0600] || Unknown aerosol species/component(s) given in the initialization || Unknown chemical components included in the parameter file. See parameter [/wiki/doc/app/salsa#listspec listspec] for allowed components. || … … 826 826 ||[=#PA0624 PA0624] || error: zvfrac < 0 || When updating the aerosol size distribution after aerosol processes, the volume fraction of aerosols to be moved to the larger bin has gone negative. || 827 827 ||[=#PA0625 PA0625] || Error: Aerosol bin update not converged || When updating the aerosol size distribution after aerosol processes, the solution does not converge. || 828 ||[=#PA0626 PA0626] || unknown decycling method: [/wiki/doc/app/salsa#decycling_method decycling_method] "..." || See parameter [/wiki/doc/app/salsa#decycling_method decycling_method] for allowed values, and appropriately correct your parameter file. ||829 ||[=#PA0627 PA0627] || unknown decycling method: [/wiki/doc/app/salsa#decycling_method decycling_method] "..." || See parameter [/wiki/doc/app/salsa#decycling_method decycling_method] for allowed values, and appropriately correct your parameter file. ||830 ||[=#PA0628 PA0628] || Error in itype! || The input parameter in bin_mixrat falsely set. Review the code. ||828 ||[=#PA0626 PA0626] || unknown boundary condition: [/wiki/doc/app/salsa#bc_aer_l bc_aer_l] "..." || See parameter [/wiki/doc/app/salsa#bc_aer_l bc_aer_l] for allowed values, and appropriately correct your parameter file. || 829 ||[=#PA0627 PA0627] || unknown boundary condition: [/wiki/doc/app/salsa#bc_aer_r bc_aer_r] "..." || See parameter [/wiki/doc/app/salsa#bc_aer_r bc_aer_r] for allowed values, and appropriately correct your parameter file. || 830 ||[=#PA0628 PA0628] || Error in itype! || The input parameter in bin_mixrat is falsely set. Review the code. || 831 831 ||[=#PA0629 PA0629] || Input file PIDS_SALSA... missing! || Emission information for the aerosol particles is set to be read from a NetCDF input file ([/wiki/doc/app/salsa#salsa_emission_mode salsa_emission_mode] == 'read_from_file'), but the file {{{<run_identifier>_salsa}}} is missing. || 832 832 ||[=#PA0630 PA0630] || None of the aerosol chemical components in PIDS_SALSA... correspond to ones applied in SALSA. || If the aerosol emissions are read from {{{<run_identifier>_salsa}}} (parameter [/wiki/doc/app/salsa#salsa_emission_mode salsa_emission_mode] == 'read_from_file'), the chemical composition must include at least one chemical component applied in the model. || … … 902 902 ||[=#PA0707 PA0707] || Run will be terminated because virtual measurement times index exceeds its maximum value in the output files. A restart run is forced. ||Please see comment under PA0706. || 903 903 ||[=#PA0708 PA0708] || If virtual measurements are taken, parallel NetCDF is required. ||The PALM code need to be compiled with a parallel NetCDF library. || 904 ||[=#PA0627 PA0709] || unknown boundary condition: [/wiki/doc/app/salsa#bc_aer_n bc_aer_n] "..." || See parameter [/wiki/doc/app/salsa#bc_aer_n bc_aer_n] for allowed values, and appropriately correct your parameter file. || 904 905 ||[=#PA0710 PA0710] || raytrace_mpi_rma = .T. not allowed in serial mode. ||You have compiled the PALM code for serial mode, i.e. without setting the preprocessor switch {{{-D __parallel}}} in the configuration file. Radiation calculations for the urban environment with ray tracing using one-sided MPI communication only works for the parallel mode. Either set the switch {{{-D __parallel}}} in your config file, or set raytrace_mpi_rma = .F. in your NAMELIST file. || 906 ||[=#PA0711 PA0711] || unknown boundary condition: [/wiki/doc/app/salsa#bc_aer_s bc_aer_s] "..." || See parameter [/wiki/doc/app/salsa#bc_aer_s bc_aer_s] for allowed values, and appropriately correct your parameter file. || 907 ||[=#PA0712 PA0712] || boundary conditions bc_aer_l and bc_aer_r must both be cyclic or non-cyclic. || See parameter descriptions under [/wiki/doc/app/salsa#bc_aer_l bc_aer_l] and [/wiki/doc/app/salsa#bc_aer_r bc_aer_r], and appropriately correct your parameter file. || 908 ||[=#PA0713 PA0713] || boundary conditions bc_aer_n and bc_aer_s must both be cyclic or non-cyclic. || See parameter descriptions under [/wiki/doc/app/salsa#bc_aer_n bc_aer_n] and [/wiki/doc/app/salsa#bc_aer_s bc_aer_s], and appropriately correct your parameter file. || 905 909 ||[=#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'. || 906 910 ||[=#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' ||