Changes between Version 807 and Version 808 of doc/app/errmsg


Ignore:
Timestamp:
Jun 24, 2022 11:31:32 AM (3 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v807 v808  
    759759||[=#PA0541 PA0541]   || NetCDF attribute lod is not set properly for buildings_2d. || only LoD = 2 possible ||
    760760||[=#PA0542 PA0542]   || If building heigths are prescribed in static input file, also an ID is required. ||  ||
    761 ||[=#PA0543 PA0543]   || Number of inifor vertical 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. ||
     761||[=#PA0543 PA0543]   || Number of vertical grid points in dynamic input file 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. ||
    762762||[=#PA0544 PA0544]   || Missing initial data for ... || Data is missing in dynamic input file. ||
    763763||[=#PA0545 PA0545]   || NetCDF input for ... must not contain any _FillValues || Data is dynamic input file must not contain any _FillValues. ||
    764764||[=#PA0546 PA0546]   || nesting_offline = .TRUE. requires dynamic input file || ||
    765 ||[=#PA0547 PA0547]   || initializing_actions = 'inifor' requires dynamic requires dynamic input file || ||
     765||[=#PA0547 PA0547]   || initializing_actions = 'read_from_file' requires dynamic requires dynamic input file || ||
    766766||[=#PA0548 PA0548]   || Static input file: horizontal dimension in x- and/or y-direction do not match the respective model dimension || ||
    767767||[=#PA0549 PA0549]   || Static input file: horizontal grid spacing in x- and/or y-direction do not match the respective model dimension || ||
     
    814814||[=#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}}}.  ||
    815815||[=#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.  ||
    816 ||[=#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. ||
     816||[=#PA0601 PA0601]  || Number of horizontal grid points in dynamic input file 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. ||
    817817||[=#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. ||
    818818||[=#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). ||
     
    822822||[=#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. ||
    823823||[=#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}}}. ||
    824 ||[=#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. ||
     824||[=#PA0609 PA0609]  || Number of horizontal grid points in dynamic input file 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. ||
    825825||[=#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. ||
    826826||[=#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}}}. ||
     
    10091009||[=#PA0811 PA0811]   ||  Wrong value of type of urban length scale parametrization ("iurb_ls") || Use 1 "iurb_ls" ||
    10101010||[=#PA0812 PA0812]   ||  output of individual particle time series data requires preprocessor switches {{{-D__netcdf}}}, {{{-D__netcdf4}}}, and {{{-D__netcdf4_parallel}}} || Set the required switches in the configuration file .palm.config and re-compile. Be aware that you need a NetCDF-library with parallel I/O support. ||
    1011 ||[=#PA0817 PA0817]   ||  Mesoscale nesting requires initializing_actions = "inifor". || If lateral and top boundary conditions are obtained from a mesoscale model simulation, the initial profiles of the velocity components, potential temperature and mixing ratio need to be in line with the mesoscale data. As boundary conditions from mesoscale model data are handed over via the dynamic input file, the initial profiles should also handed over this way. If other initial data is used instead, this could result in large discrepancies between the initial data and the boundary data at the inflow boundaries, which can lead to strong numerical oscillations. In particular for the mixing ratio, this could produce even values close to zero or supersaturated conditions, possibly leading to numerical instabilities in conjunction with the energy-balance schemes. ||
     1011||[=#PA0817 PA0817]   ||  Mesoscale nesting requires initializing_actions = "read_from_file". || If lateral and top boundary conditions are obtained from a mesoscale model simulation, the initial profiles of the velocity components, potential temperature and mixing ratio need to be in line with the mesoscale data. As boundary conditions from mesoscale model data are handed over via the dynamic input file, the initial profiles should also handed over this way. If other initial data is used instead, this could result in large discrepancies between the initial data and the boundary data at the inflow boundaries, which can lead to strong numerical oscillations. In particular for the mixing ratio, this could produce even values close to zero or supersaturated conditions, possibly leading to numerical instabilities in conjunction with the energy-balance schemes. ||
     1012||[=#PA0818 PA0818]   || initializing_actions = "inifor" is deprecated and will be removed. Please use "read_from_file" instead.  || ||
     1013||[=#PA0819 PA0819]   || surface_type = "netcdf" is deprecated and will be removed. Please use "read_from_file" instead.  || ||
    10121014||[=#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'.   ||
    10131015||[=#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' ||