Changes between Version 299 and Version 300 of doc/app/errmsg
- Timestamp:
- Jun 6, 2017 3:33:52 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v299 v300 648 648 ||[=#PA0420 PA0420] ||unknown collision algorithm: collision_algorithm = ... || The only allowed collision algorithms are 'all_or_nothing' and 'average_impact'. Make sure the spelling is correct. || 649 649 ||[=#PA0421 PA0421] ||recycling_yshift = .T. requires more than one processor in y direction|| The distance of the y-shift is calculated by INT( npey / 2 ). With only one processor in y direction, no y-shift is possible. || 650 ||[=#PA0422 PA0422] ||data_output_pr = ... is not available for cloud_scheme = saturation_adjust || If the output is not necessary, delete the variable from the namelist. If it is necessary, use cloud_scheme= kessler or seifert_beheng. ||651 ||[=#PA0423 PA0423] ||output of "..." is not available for cloud_scheme = saturation_adjust || If the output is not necessary, delete the variable from the namelist. If it is necessary, use cloud_scheme= kessler or seifert_beheng. ||650 ||[=#PA0422 PA0422] ||data_output_pr = ... is not available for cloud_scheme = saturation_adjust || If the output is not necessary, delete the variable from the namelist. If it is necessary, use [../inipar#cloud_scheme cloud_scheme] = kessler or seifert_beheng. || 651 ||[=#PA0423 PA0423] ||output of "..." is not available for cloud_scheme = saturation_adjust || If the output is not necessary, delete the variable from the namelist. If it is necessary, use [../inipar#cloud_scheme cloud_scheme] = kessler or seifert_beheng. || 652 652 ||[=#PA0424 PA0424] ||roughness_length must be smaller than dz/2 || The roughness length has to be smaller than the constant flux layer, which is dz/2. || 653 653 ||[=#PA0425 PA0425] ||nested child domain does not fit into its parent domain || A nest domain does not completely fit in its parent domain, or in case of vertical nesting mode, the horizontal boundaries of a nest domain do not exactly match the horizontal boundaries of its parent domain. ||