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


Ignore:
Timestamp:
Jun 30, 2022 4:04:54 PM (3 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v808 v809  
    769769||[=#PA0551 PA0551]   || Incorrect chemistry mechanism selected, check spelling in namelist and/or chem_gasphase_mod ||  ||
    770770||[=#PA0552 PA0552]   || Reading 3D building data - too much data points along the vertical coordinate ||  ||
    771 ||[=#PA0553 PA0553]   || Reading 3D building data - vertical coordinate do not match numeric grid || The z-dimension in the static input file needs to match with the vertical numerical grid of the scalar grid points (center of the grid volume). The vertical grid for 3D buildings starts at the surface, i.e. at z=0.  ||
     771||[=#PA0553 PA0553]   || Reading 3D building data - vertical coordinate do not match numeric grid at z(k= ... ). || The z-dimension in the static input file needs to match with the vertical numerical grid of the scalar grid points (center of the grid volume). The vertical grid for 3D buildings starts at the surface, i.e. at z=0.  ||
    772772||[=#PA0554 PA0554]   || Minimum requirement for surface classification is not fulfilled. At least vegetation_type, pavement_type, soil_type and water_type are required. If urban-surface model is applied, also building_type ist required || ||
    773773||[=#PA0555 PA0555]   || If vegetation_type = 0 at any location, vegetation_pars is required || ||
     
    10121012||[=#PA0818 PA0818]   || initializing_actions = "inifor" is deprecated and will be removed. Please use "read_from_file" instead.  || ||
    10131013||[=#PA0819 PA0819]   || surface_type = "netcdf" is deprecated and will be removed. Please use "read_from_file" instead.  || ||
     1014||[=#PA0820 PA0820]   || Reading canopy data - too much data points along the vertical coordinate. || The size of the vertical canopy grid on the static input file exceeds the vertical model domain size. ||
     1015||[=#PA0821 PA0821]   || Reading canopy data - vertical coordinate do not match numeric grid at zlad(k= ...). || The values of zlad differ from the vertical numeric grid. ||
     1016||[=#PA0821 PA0821]   || Reading canopy data - vertical dimension "zlad" missing. || ||
    10141017||[=#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'.   ||
    10151018||[=#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' ||