Changes between Version 310 and Version 311 of doc/app/errmsg
- Timestamp:
- Jun 7, 2017 7:45:26 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v310 v311 631 631 ||[=#PA0403 PA0403] ||soil_type = 0 (user_defined) requires setting of ...||In case a user-defined soil type is used, all soil parameters must be explicitly set by the user. || 632 632 ||[=#PA0404 PA0404] ||output of ... requires land_surface = .TRUE. ||The requested output quantity is only available when using the LSM. || 633 ||[=#PA0405 PA0405] ||unknown radiation_scheme = ... ||For a list of available radiation schemes . See [wiki:doc/app/radpar#radiation_scheme radiation_scheme]. ||633 ||[=#PA0405 PA0405] ||unknown radiation_scheme = ... ||For a list of available radiation schemes, see [wiki:doc/app/radpar#radiation_scheme radiation_scheme]. || 634 634 ||[=#PA0406 PA0406] ||output of ... requires radiation = .TRUE. and radiation_scheme = "rrtmg"||The requested output quantity is only available when using the RRTMG [../radpar#radiation_scheme radiation_scheme]. || 635 635 ||[=#PA0407 PA0407] ||radiation_scheme = "rrtmg" requires compilation of PALM with pre-processor directive -D__rrtmg||In order to use RRTMG, the radiation code must be installed as external (shared or static) library and PALM must be compiled with {{{-D__rrtmg}}} listed in the {{{%cpp_options}}}. For further details, see [wiki:doc/tec/radiation#Installation here] ||