Changes between Version 350 and Version 351 of doc/app/errmsg


Ignore:
Timestamp:
Jun 7, 2017 2:05:37 PM (8 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v350 v351  
    430430||[=#PA0355 PA0355]   ||netcdf_deflate out of range \\ given value: ..., allowed range: 0-9  ||Set d3par-parameter [../d3par#netcdf_deflate netcdf_deflate] to a value within the allowed range ||
    431431||[=#PA0356 PA0356]   ||netcdf_deflate reset to 0  ||You have set [../d3par#netcdf_data_format netcdf_data_format] /= 3 and [../d3par#netcdf_deflate netcdf_deflate] > 0 in the d3par-NAMELIST. However, data compression only works for the NetCDF4/HDF5 non-parallel format ([../d3par#netcdf_data_format netcdf_data_format] = 3).  ||
    432 ||[=#PA0357 PA0357]   ||unknown cloud microphysics scheme cloud_scheme = "..."   || Unknown cloud microphysics scheme. Allowed cloud microphysics schemes are "kessler" or "seifert_beheng". ||
    433 ||[=#PA0358 PA0358]   ||data_output_pr = '...' is not implemented for cloud_scheme /= seifert_beheng || Output of profiles of rain drop number concentration (nr) or rain water content (qr) is only allowed for cloud_scheme = "seifert_beheng". ||
    434 ||[=#PA0359 PA0359]   ||output of "..." requires cloud_scheme = seifert_beheng || Output of 3d-data or cross-sections of rain drop number concentration (nr) or rain water content (qr) is only allowed for cloud_scheme = "seifert_beheng". ||
    435 ||[=#PA0360 PA0360]   ||plant_canopy = .TRUE. requires cloud_scheme /= seifert_beheng || It is not allowed to use plant_canopy with the cloud_scheme = "seifert_beheng". ||
     432||[=#PA0357 PA0357]   ||unknown cloud microphysics scheme cloud_scheme = "..."   || Unknown cloud microphysics scheme. Allowed [../inipar#cloud_scheme cloud] microphysics schemes are "kessler" or "seifert_beheng". ||
     433||[=#PA0358 PA0358]   ||data_output_pr = '...' is not implemented for cloud_scheme /= seifert_beheng || Output of profiles of rain drop number concentration (nr) or rain water content (qr) is only allowed for [../inipar#cloud_scheme cloud_scheme] = "seifert_beheng". ||
     434||[=#PA0359 PA0359]   ||output of "..." requires cloud_scheme = seifert_beheng || Output of 3d-data or cross-sections of rain drop number concentration (nr) or rain water content (qr) is only allowed for [../inipar#cloud_scheme cloud_scheme] = "seifert_beheng". ||
     435||[=#PA0360 PA0360]   ||plant_canopy = .TRUE. requires cloud_scheme /= seifert_beheng || It is not allowed to use [../canpar plant_canopy] with the [../inipar#cloud_scheme cloud_scheme] = "seifert_beheng". ||
    436436||[=#PA0361 PA0361]   || output of ssws requires passive_scalar=.TRUE.   || Variables connected with passive_scalar, e.g. like the resolved-scale turbulent scalar flux w*s*, can only be output if [../inipar#passive_scalar passive_scalar] = '''.TRUE.'''   ||
    437437||[=#PA0362 PA0362]   ||cloud_scheme = seifert_beheng requires loop_optimization = "cache" or "vector" || Currently, the cloud microphysics scheme according to Seifert and Beheng (2006) is only available for [../inipar#loop_optimization loop_optimization] = "cache" or "vector" ||