Changes between Version 370 and Version 371 of doc/app/errmsg
- Timestamp:
- Jun 8, 2017 8:05:00 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v370 v371 176 176 ||[=#PA0134 PA0134] ||illegal value for recycling_width: ... || See parameter [../inipar#recycling_width recycling_width] for allowed values, and appropriately correct your parameter file. || 177 177 ||[=#PA0135 PA0135] ||unknown random generator: random_generator = "..." ||See parameter [../inipar#random_generator random_generator] for allowed values, and appropriately correct your parameter file. || 178 ||[=#PA0136 PA0136] ||damp_level_1d = ... must be > 0.0 and < ... (zu(nzt+1)) ||Follow these instructions for [../inipar#damp_level_1d damp_level_1d].||178 ||[=#PA0136 PA0136] ||damp_level_1d = ... must be >= 0.0 and <= ... (zu(nzt+1)) ||The value of [../inipar#damp_level_1d damp_level_1d] must be within the range [0, zu(nzt+1)] || 179 179 ||[=#PA0137 PA0137] ||mixing_length_1d = "..." is unknown ||See parameter [../inipar#mixing_length_1d mixing_length_1d] for allowed values, and appropriately correct your parameter file. || 180 180 ||[=#PA0138 PA0138] ||dissipation_1d = "..." is unknown ||See parameter [../inipar#dissipation_1d dissipation_1d] for allowed values, and appropriately correct your parameter file. ||