Changes between Version 380 and Version 381 of doc/app/errmsg
- Timestamp:
- Jun 8, 2017 8:50:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v380 v381 371 371 ||[=#PA0330 PA0330] ||illegal value for data_output: "..." || || 372 372 ||[=#PA0331 PA0331] ||"..." in mask "..." along dimension "..." exceeds "..." = "..." || Björn || 373 ||[=#PA0332 PA0332] ||mask_loop("...","...",1)="..." and/or mask_loop("...","...",2)="..." exceed "..."*"..."/="..." || Björn||373 ||[=#PA0332 PA0332] ||mask_loop("...","...",1)="..." and/or mask_loop("...","...",2)="..." exceed "..."*"..."/="..." || Your looped output mask exeeds the model domain in x- or y-direction. Check [../d3par#mask_x_loop mask_x_loop] ([../d3par#mask_y_loop or y]) and [../d3par#mask_scale_x mask_scale_x] ([../d3par#mask_scale_x or y]). || 374 374 ||[=#PA0333 PA0333] ||mask_loop("...","...",1)="..." and/or mask_loop("...","...",2)="..." exceed zw(nz)/mask_scale("...")="..." || Your looped output mask exeeds the model domain in z-direction. Check [../d3par#mask_z_loop mask_z_loop] and [../d3par#mask_scale_z mask_scale_z]. || 375 375 ||[=#PA0334 PA0334] ||mask_loop("...","...",2)="..." exceeds dz_stretch_level="...". Vertical mask locations will not match the desired heights within the stretching region. || Recommendation: use mask instead of mask_loop. ||