Changes between Version 201 and Version 202 of doc/app/errmsg


Ignore:
Timestamp:
May 4, 2015 2:09:30 PM (10 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v201 v202  
    634634||[=#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. ||
    635635||[=#PA0404 PA0404]   ||output of ... requires land_surface = .TRUE. ||The requested output quantity is only available when using the LSM. ||
    636 ||[=#PA0404 PA0405]   ||unknown radiation_scheme = ... ||For a list of available radiation schemes see [wiki:doc/app/radpar#radiation_scheme radiation_scheme]. ||
     636||[=#PA0405 PA0405]   ||unknown radiation_scheme = ... ||For a list of available radiation schemes see [wiki:doc/app/radpar#radiation_scheme radiation_scheme]. ||
     637||[=#PA0406 PA0406]   ||output of ... requires radiation = .TRUE. and radiation_scheme = "rrtmg"||The requested output quantity is only available when using the RRTMG radiation scheme. ||
     638||[=#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] ||
     639||[=#PA0408 PA0408]   ||data_output_pr = ... is not available for radiation = .FALSE. or radiation_scheme = "constant"||The desired output (here radiation fluxes) is only available for radiation_scheme = "clear-sky" or "rrtmg". ||
     640||[=#PA0409 PA0409]   ||output of ... requires radiation = .TRUE. and radiation_scheme = "rrtmg" || The desired output (here: surface albedos) is only available when using radiation_scheme = "rrtmg" ||
     641||[=#PA0410 PA0410]   ||radiation_scheme = "clear-sky" in combination with albedo_type = 0 requires setting of albedo /= 9999999.9' ||The choice of a user-defined albedo requires manual setting of the albedo as there is no default value set. ||
     642||[=#PA0411 PA0411]   ||radiation_scheme = "rrtmg" in combination with albedo_type = 0 requires setting of albedo_lw_dif /= 9999999.9, albedo_lw_dir /= 9999999.9, albedo_sw_dif /= 9999999.9 and albedo_sw_dir /= 9999999.9 ||The choice of a user-defined albedo requires manual setting of all four albedos for direct/diffuse longwave/shortwave radiation as there is no default value set. ||
    637643||[=#UI0001 UI0001]   ||unknown location "..."   ||The location has to be either 'time_int' or 'nudging'.  ||
    638644||[=#UI0002 UI0002]   ||location "..." is not allowed to be called with parameters "i" and "j"   ||  ||