Changes between Version 692 and Version 693 of doc/app/errmsg


Ignore:
Timestamp:
Apr 30, 2020 11:46:36 AM (5 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v692 v693  
    796796||[=#PA0591 PA0591]  || dt_radiation must be > 0.0 || ||
    797797||[=#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].||
    798 ||[=#PA0595 PA0595]  || unknown boundary condition: [/wiki/doc/app/salsa#bc_aer_b bc_aer_b] = "..."  ||    ||
    799 ||[=#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.   ||
    800 ||[=#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. ||
    801 ||[=#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. ||
     798||[=#PA0595 PA0595]  || unknown boundary condition: [wiki:doc/app/salsa_parameters#bc_aer_b bc_aer_b] = "..."  || See parameter [wiki:doc/app/salsa_parameters#bc_aer_b bc_aer_b] for allowed values, and appropriately correct your parameter file.   ||
     799||[=#PA0596 PA0596]  || unknown boundary condition: [wiki:doc/app/salsa_parameters#bc_aer_t bc_aer_t] = "..."  || See parameter [wiki:doc/app/salsa_parameters#bc_aer_t bc_aer_t] for allowed values, and appropriately correct your parameter file.   ||
     800||[=#PA0597 PA0597]  || unknown nj3 (must be 1-3) || See parameter [wiki:doc/app/salsa_parameters#nj3 nj3] for allowed values, and appropriately correct your parameter file. ||
     801||[=#PA0598 PA0598]  || [wiki:doc/app/salsa_parameters#salsa_emission_mode salsa_emission_mode] /= "no_emission" for requires [wiki:doc/app/salsa_parameters#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_parameters#bc_aer_b bc_aer_b] for allowed values, and appropriately correct your parameter file. ||
    802802||[=#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}}}.  ||
    803 ||[=#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.  ||
     803||[=#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_parameters#listspec listspec] for allowed components.  ||
    804804||[=#PA0601 PA0601]  || Number of inifor horizontal grid points does not match the number of numeric grid points. || Dimensions in dynamic input file must match the dimension of prognostic grid points for the respective variable. ||
    805 ||[=#PA0602 PA0602]  || None of the aerosol chemical components in PIDS_DYNAMIC... correspond to ones applied in SALSA. || If the initial aerosol concentrations are read from the dynamic input file   (parameter [/wiki/doc/app/salsa#isdtyp isdtyp] = 1), the chemical composition must include at least one chemical component applied in the model. ||
     805||[=#PA0602 PA0602]  || None of the aerosol chemical components in PIDS_DYNAMIC... correspond to ones applied in SALSA. || If the initial aerosol concentrations are read from the dynamic input file   (parameter [wiki:doc/app/salsa_parameters#isdtyp isdtyp] = 1), the chemical composition must include at least one chemical component applied in the model. ||
    806806||[=#PA0603 PA0603]  || Currently only lod=1 accepted for init_atmosphere_aerosol || Initialization of the aerosol module via dynamic input file is only allowed with profiles (LOD=1). ||
    807 ||[=#PA0604 PA0604]  || The number of size bins in init_atmosphere_aerosol does not match with that applied in the model set-up|| The number of aerosol size bins in the dynamic input file does not correspond to the size distribution information given in the parameter file. See parameters [/wiki/doc/app/salsa#nbin nbin] and [/wiki/doc/app/salsa#reglim reglim], and appropriately correct the discrepancy. ||
    808 ||[=#PA0605 PA0605]  || Mean diameters of the aerosol size bins in PIDS_DYNAMIC... do not match with the sectional representation of the model. || The mean diameters of the aerosol size bins in the dynamic input file does not correspond to the size distribution information given in the parameter file. See parameters [/wiki/doc/app/salsa#nbin nbin] and [/wiki/doc/app/salsa#reglim reglim], and appropriately correct the discrepancy. ||
    809 ||[=#PA0606 PA0606]  || Error in initialising mass fractions of chemical components. Check that all chemical components are included in parameter file! || The chemical composition in the dynamic input file does not overlap with the one applied in the model. See parameter [/wiki/doc/app/salsa#listspec listspec] for allowed components. ||
    810 ||[=#PA0607 PA0607]   || Input file PIDS_DYNAMIC... for SALSA missing! || The initial aerosol size distribution is set to be read from the dynamic input file (parameter [/wiki/doc/app/salsa#isdtyp isdtyp] = 1) but the file {{{<run_identifier>_dynamic}}} is missing. ||
    811 ||[=#PA0608 PA0608]   || isdtyp = 1 but preprocessor directive __netcdf is not used in complicing! || You have set [/wiki/doc/app/salsa#isdtyp isdtyp] = 1, but netcdf-code has not been activated by the corresponding cpp-preprocessor switch. Add {{{'-D__netcdf'}}} to the %cpp_options line in the configuration file and re-compile (i.e. call {{{palmbuild}}}. ||
     807||[=#PA0604 PA0604]  || The number of size bins in init_atmosphere_aerosol does not match with that applied in the model set-up|| The number of aerosol size bins in the dynamic input file does not correspond to the size distribution information given in the parameter file. See parameters [wiki:doc/app/salsa_parameters#nbin nbin] and [wiki:doc/app/salsa_parameters#reglim reglim], and appropriately correct the discrepancy. ||
     808||[=#PA0605 PA0605]  || Mean diameters of the aerosol size bins in PIDS_DYNAMIC... do not match with the sectional representation of the model. || The mean diameters of the aerosol size bins in the dynamic input file does not correspond to the size distribution information given in the parameter file. See parameters [wik:doc/app/salsa_parameters#nbin nbin] and [wiki:doc/app/salsa_parameters#reglim reglim], and appropriately correct the discrepancy. ||
     809||[=#PA0606 PA0606]  || Error in initialising mass fractions of chemical components. Check that all chemical components are included in parameter file! || The chemical composition in the dynamic input file does not overlap with the one applied in the model. See parameter [wiki:doc/app/salsa_parameters#listspec listspec] for allowed components. ||
     810||[=#PA0607 PA0607]   || Input file PIDS_DYNAMIC... for SALSA missing! || The initial aerosol size distribution is set to be read from the dynamic input file (parameter [wiki:doc/app/salsa_parameters#isdtyp isdtyp] = 1) but the file {{{<run_identifier>_dynamic}}} is missing. ||
     811||[=#PA0608 PA0608]   || isdtyp = 1 but preprocessor directive __netcdf is not used in complicing! || You have set [wiki:doc/app/salsa_parameters#isdtyp isdtyp] = 1, but netcdf-code has not been activated by the corresponding cpp-preprocessor switch. Add {{{'-D__netcdf'}}} to the %cpp_options line in the configuration file and re-compile (i.e. call {{{palmbuild}}}. ||
    812812||[=#PA0609 PA0609]  || Number of inifor horizontal grid points does not match the number of numeric grid points. || Dimensions in dynamic input file must match the dimension of prognostic grid points for the respective variable. ||
    813 ||[=#PA0610 PA0610]  || Input file PIDS_DYNAMIC... for SALSA missing! || The initial aerosol size distribution is set to be read from the dynamic input file (parameter [/wiki/doc/app/salsa#isdtyp isdtyp] = 1) but the file {{{<run_identifier>_dynamic}}} is missing. ||
    814 ||[=#PA0611 PA0611]  || igctyp = 1 but preprocessor directive __netcdf is not used in complicing! || You have set [/wiki/doc/app/salsa#igctyp igctyp] = 1, but netcdf-code has not been activated by the corresponding cpp-preprocessor switch. Add {{{'-D__netcdf'}}} to the %cpp_options line in the configuration file and re-compile (i.e. call {{{palmbuild}}}. ||
    815 ||[=#PA0612 PA0612]  || Either OC or SO4 must be active for aerosol region 1a! || Either organic carbon (OC) or sulphates (SO4) have to be included as aerosol chemical components in parameter [/wiki/doc/app/salsa#listspec listspec]. Correct your parameter file. ||
    816 ||[=#PA0613 PA0613]  || depo_pcm_type not set correctly. || See [/wiki/doc/app/salsa#depo_pcm_type depo_pcm_type]. Correct your parameter file. ||
     813||[=#PA0610 PA0610]  || Input file PIDS_DYNAMIC... for SALSA missing! || The initial aerosol size distribution is set to be read from the dynamic input file (parameter [wiki:doc/app/salsa_parameters#isdtyp isdtyp] = 1) but the file {{{<run_identifier>_dynamic}}} is missing. ||
     814||[=#PA0611 PA0611]  || igctyp = 1 but preprocessor directive __netcdf is not used in complicing! || You have set [wiki:doc/app/salsa_parameters#igctyp igctyp] = 1, but netcdf-code has not been activated by the corresponding cpp-preprocessor switch. Add {{{'-D__netcdf'}}} to the %cpp_options line in the configuration file and re-compile (i.e. call {{{palmbuild}}}. ||
     815||[=#PA0612 PA0612]  || Either OC or SO4 must be active for aerosol region 1a! || Either organic carbon (OC) or sulphates (SO4) have to be included as aerosol chemical components in parameter [wiki:doc/app/salsa_parameters#listspec listspec]. Correct your parameter file. ||
     816||[=#PA0613 PA0613]  || depo_pcm_type not set correctly. || See [wiki:doc/app/salsa_parameters#depo_pcm_type depo_pcm_type]. Correct your parameter file. ||
    817817||[=#PA0614 PA0614]  || No vegetation type defined. || The land surface model is applied, but vegetation type needed for the dry deposition is not defined. Check the static input file.||
    818818||[=#PA0615 PA0615]  || No pavement type defined. || The land surface model is applied, but pavement type needed for the dry deposition is not defined. Check the static input file.||
     
    827827||[=#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.  ||
    828828||[=#PA0625 PA0625]  || Error: Aerosol bin update not converged || When updating the aerosol size distribution after aerosol processes, the solution does not converge.   ||
    829 ||[=#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. ||
    830 ||[=#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. ||
     829||[=#PA0626 PA0626]  || unknown boundary condition: [wiki:doc/app/salsa_parameters#bc_aer_l bc_aer_l] "..." || See parameter [wik:doc/app/salsa_parameters#bc_aer_l bc_aer_l] for allowed values, and appropriately correct your parameter file. ||
     830||[=#PA0627 PA0627]  || unknown boundary condition: [wiki:doc/app/salsa_parameters#bc_aer_r bc_aer_r] "..." || See parameter [wiki:doc/app/salsa_parameters#bc_aer_r bc_aer_r] for allowed values, and appropriately correct your parameter file. ||
    831831||[=#PA0628 PA0628]  || Error in itype! || The input parameter in bin_mixrat is falsely set. Review the code. ||
    832 ||[=#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.  ||
    833 ||[=#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. ||
     832||[=#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_parameters#salsa_emission_mode salsa_emission_mode] == 'read_from_file'), but the file {{{<run_identifier>_salsa}}} is missing.  ||
     833||[=#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_parameters#salsa_emission_mode salsa_emission_mode] == 'read_from_file'), the chemical composition must include at least one chemical component applied in the model. ||
    834834||[=#PA0631 PA0631]  || unknown unit for aerosol emissions: ... (lod1) || Aerosol emission values given in the NetCDF input file {{{<run_identifier>_salsa}}} are incorrect when lod=1 is applied. \\\\ Aerosol emissions are given as total particulate mass concentrations per emission category and should be given in units: \\ kg/m^2^/yr or g/m^2^/yr. ||
    835835||[=#PA0632 PA0632]  || None of the emission categories in PIDS_SALSA... match with the ones in the model. || Emission categories in {{{<run_identifier>_salsa}}} do not match with ones applied in the model ('traffic exhaust', 'road dust', 'wood combustion', 'other'). ||
    836836||[=#PA0633 PA0633]  || emission_time_factors should be given for each nhoursyear OR nmonthdayhour || Emission time factors for aerosol emissions (LOD=1) are not given or they are not correctly named in {{{<run_identifier>_salsa}}}. ||
    837837||[=#PA0634 PA0634]  || unknown unit for aerosol emissions: ... || Aerosol emission values given in the NetCDF input file {{{<run_identifier>_salsa}}} are incorrect when lod=2 is applied. \\\\ Aerosol emissions are given as number emission per aersol size bin and should be given in units: \\ #/m^2^/s. ||
    838 ||[=#PA0635 PA0635]  || The number of size bins in aerosol input data does not match with that applied in the model set-up|| The number of aerosol size bins in {{{<run_identifier>_salsa}}} does not correspond to the size distribution information given in the parameter file. See parameters [/wiki/doc/app/salsa#nbin nbin] and [/wiki/doc/app/salsa#reglim reglim], and appropriately correct the discrepancy. ||
    839 ||[=#PA0636 PA0636]  || Mean diameters of the aerosol size bins in PIDS_SALSA... do not mmatch with the ones in the model. || The mean diameters of the aerosol size bins in {{{<run_identifier>_salsa}}} does not correspond to the size distribution information given in the parameter file. See parameters [/wiki/doc/app/salsa#nbin nbin] and [/wiki/doc/app/salsa#reglim reglim], and appropriately correct the discrepancy. ||
     838||[=#PA0635 PA0635]  || The number of size bins in aerosol input data does not match with that applied in the model set-up|| The number of aerosol size bins in {{{<run_identifier>_salsa}}} does not correspond to the size distribution information given in the parameter file. See parameters [wiki:doc/app/salsa_parameters#nbin nbin] and [wiki:doc/app/salsa_parameters#reglim reglim], and appropriately correct the discrepancy. ||
     839||[=#PA0636 PA0636]  || Mean diameters of the aerosol size bins in PIDS_SALSA... do not mmatch with the ones in the model. || The mean diameters of the aerosol size bins in {{{<run_identifier>_salsa}}} does not correspond to the size distribution information given in the parameter file. See parameters [wiki:doc/app/salsa_parameters#nbin nbin] and [wiki:doc/app/salsa_parameters#reglim reglim], and appropriately correct the discrepancy. ||
    840840||[=#PA0637 PA0637]  || Unknown lod for aerosol_emission_values. || The level of detail (LOD) for aerosol_emission_values in {{{<run_identifier>_salsa}}} should be either 1 or 2. ||
    841 ||[=#PA0638 PA0638]  || salsa_emission_mode = "read_from_file", but preprocessor directive __netcdf is not used in compiling! || You have set [/wiki/doc/app/salsa#salsa_emission_mode salsa_emission_mode] = "read_from_file", but netcdf-code has not been activated by the corresponding cpp-preprocessor switch. Add {{{'-D__netcdf'}}} to the %cpp_options line in the configuration file and re-compile (i.e. call {{{palmbuild}}}. ||
    842 ||[=#PA0639 PA0639]  || unknown salsa_emission_mode: ... || The parameter [/wiki/doc/app/salsa#salsa_emission_mode salsa_emission_mode] is not correctly set. ||
    843 ||[=#PA0640 PA0640]  || Input file PIDS_CHEM... missing! || Emission information for SALSA 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>_chemistry}}} is missing. The chemistry module is not applied and therefore gaseous emissions are read in within salsa_mod.f90.  ||
     841||[=#PA0638 PA0638]  || salsa_emission_mode = "read_from_file", but preprocessor directive __netcdf is not used in compiling! || You have set [wiki:doc/app/salsa_parameters#salsa_emission_mode salsa_emission_mode] = "read_from_file", but netcdf-code has not been activated by the corresponding cpp-preprocessor switch. Add {{{'-D__netcdf'}}} to the %cpp_options line in the configuration file and re-compile (i.e. call {{{palmbuild}}}. ||
     842||[=#PA0639 PA0639]  || unknown salsa_emission_mode: ... || The parameter [wiki:doc/app/salsa_parameters#salsa_emission_mode salsa_emission_mode] is not correctly set. ||
     843||[=#PA0640 PA0640]  || Input file PIDS_CHEM... missing! || Emission information for SALSA is set to be read from a NetCDF input file ([wiki:doc/app/salsa_parameters#salsa_emission_mode salsa_emission_mode] == 'read_from_file'), but the file {{{<run_identifier>_chemistry}}} is missing. The chemistry module is not applied and therefore gaseous emissions are read in within salsa_mod.f90.  ||
    844844||[=#PA0641 PA0641]  || emission_time_factors should be given for each nhoursyear OR nmonthdayhour || Emission time factors for gaseous emissions (LOD=1) are not given or they are not correctly named in {{{<run_identifier>_chemistry}}}. ||
    845845||[=#PA0642 PA0642]  || Unknown lod for emission_values. || The level of detail (LOD) for emission_values (gaseous emissions) in {{{<run_identifier>_chemistry}}} should be either 1 or 2. ||
    846 ||[=#PA0643 PA0643]  || salsa_emission_mode = "read_from_file", but preprocessor directive __netcdf is not used in compiling! || You have set [/wiki/doc/app/salsa#salsa_emission_mode salsa_emission_mode] = "read_from_file", but netcdf-code has not been activated by the corresponding cpp-preprocessor switch. Add {{{'-D__netcdf'}}} to the %cpp_options line in the configuration file and re-compile (i.e. call {{{palmbuild}}}. ||
     846||[=#PA0643 PA0643]  || salsa_emission_mode = "read_from_file", but preprocessor directive __netcdf is not used in compiling! || You have set [wiki:doc/app/salsa_parameters#salsa_emission_mode salsa_emission_mode] = "read_from_file", but netcdf-code has not been activated by the corresponding cpp-preprocessor switch. Add {{{'-D__netcdf'}}} to the %cpp_options line in the configuration file and re-compile (i.e. call {{{palmbuild}}}. ||
    847847||[=#PA0644 PA0644]  || unknown unit for gaseous emissions: ... || Unknown units applied for the gaseous emissions in the NetCDF input file {{{<run_identifier>_chemistry}}}. \\\\ Units should be:\\ #/m2/s or g/m2/s or ppm/m2/s or mumol/m2/s or kg/m2/yr or g/m2/yr\\\\ Note that gases are not imported to SALSA from the chemistry module since the chemistry module is not applied! ||
    848848||[=#PA0645 PA0645]   || surface element at grid point (j,i) = ( ... ) is not a water surface, so that information given in water_pars is neglected. || ||
     
    903903||[=#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. ||
    904904||[=#PA0708 PA0708]  || If virtual measurements are taken, parallel NetCDF is required. ||The PALM code need to be compiled with a parallel NetCDF library. ||
    905 ||[=#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. ||
     905||[=#PA0627 PA0709]  || unknown boundary condition: [wiki:doc/app/salsa_parameters#bc_aer_n bc_aer_n] "..." || See parameter [wik:doc/app/salsa_parameters#bc_aer_n bc_aer_n] for allowed values, and appropriately correct your parameter file. ||
    906906||[=#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. ||
    907 ||[=#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. ||
    908 ||[=#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. ||
    909 ||[=#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. ||
     907||[=#PA0711 PA0711]  || unknown boundary condition: [wiki:doc/app/salsa_parameters#bc_aer_s bc_aer_s] "..." || See parameter [wiki:doc/app/salsa_parameters#bc_aer_s bc_aer_s] for allowed values, and appropriately correct your parameter file. ||
     908||[=#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_parameters#bc_aer_l bc_aer_l] and [wiki:doc/app/salsa_parameters#bc_aer_r bc_aer_r], and appropriately correct your parameter file. ||
     909||[=#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_parameters#bc_aer_n bc_aer_n] and [wiki:doc/app/salsa_parameters#bc_aer_s bc_aer_s], and appropriately correct your parameter file. ||
     910||[=#PA0714 PA0714]  || unknown boundary condition: [wiki:doc/app/chemistry_parameters#bc_cs_n bc_cs_n] "..." || See parameter [wiki:doc/app/chemistry_parameters#bc_cs_n bc_cs_n] for allowed values, and appropriately correct your parameter file. ||
     911||[=#PA0715 PA0715]  || unknown boundary condition: [wiki:doc/app/chemistry_parameters#bc_cs_s bc_cs_s] "..." || See parameter [wiki:doc/app/chemistry_parameters#bc_cs_s bc_cs_s] for allowed values, and appropriately correct your parameter file. ||
     912||[=#PA0716 PA0716]  || boundary conditions bc_cs_l and bc_cs_r must both be cyclic or non-cyclic. || See parameter descriptions under [wiki:doc/app/chemistry_parameters#bc_cs_l bc_cs_l] and [wiki:doc/app/chemistry_parameters#bc_cs_r bc_cs_r], and appropriately correct your parameter file. ||
     913||[=#PA0717 PA0717]  || boundary conditions bc_cs_n and bc_cs_s must both be cyclic or non-cyclic. || See parameter descriptions under [wiki:doc/app/chemistry_parameters#bc_cs_n bc_cs_n] and [wiki:doc/app/chemistry_parameters#bc_cs_s bc_cs_s], and appropriately correct your parameter file. ||
    910914||[=#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'.   ||
    911915||[=#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' ||