Changes between Version 708 and Version 709 of doc/app/errmsg


Ignore:
Timestamp:
Dec 2, 2020 9:22:06 PM (5 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v708 v709  
    733733||[=#PA0510 PA0510]   || ocean mode not allowed for nesting || Nesting is not available for the ocean mode. ||
    734734||[=#PA0511 PA0511]   || ocean mode does not allow cyclic-fill initialization || Main runs with [wiki:doc/app/initialization_parameters#initializing_actions initializing_actions] = 'cyclic_fill' cannot use ocean mode so far. ||
     735||[=#PA0512 PA0512]   || output of "..." requires uv_exposure = .TRUE. in namelist "biometeorology_parameters" || To output the requested variable, the UV exposure calculation must be switched on which is part of the biometeorology module. See the [wiki:doc/tec/biomet#UVExposureModelUVEM UVEM documentation] for more details. ||
     736||[=#PA0513 PA0513]   || uv_exposure = .TRUE. but input file "PIDS_UVEM" is not present. Calculating UV exposure impossible. || The UV exposure calculation requires an additional input file which is not given. See the [wiki:doc/tec/biomet#UVExposureModelUVEM UVEM documentation] for more details. ||
     737||[=#PA0514 PA0514]   || uv_exposure = .TRUE. but one or more required input varaibles are not present in file "PIDS_UVEM". Calculating UV exposure impossible. || The UV exposure calculation requires special input variables given in the input file PIDS_UVEM. See the [wiki:doc/tec/biomet#UVExposureModelUVEM UVEM documentation] for more details. ||
     738||[=#PA0515 PA0515]   || consider_obstructions = .TRUE. but varaible "obstruction" is not present in file "PIDS_UVEM". Calculating UV exposure impossible. || To consider obstruction, e.g. by buildings, for UV exposure, the obstruction must be pre-calculated for each grid point and be provided within the input file PIDS_UVEM. See the [wiki:doc/tec/biomet#UVExposureModelUVEM UVEM documentation] for more details. ||
    735739||[=#PA0519 PA0519]   || If building_type is provided, also building_id is required || ||
    736740||[=#PA0520 PA0520]   || Synthetic turbulence generator is required if offline nesting is applied and PALM operates in LES mode. || In order to trigger turbulence, synthetic turbulence need to be imposed at the lateral boundaries, else very larger adjustment zones in the order of O(10 km) are required. ||