Changes between Version 386 and Version 387 of doc/app/errmsg
- Timestamp:
- Jun 8, 2017 9:27:26 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/errmsg
v386 v387 365 365 ||[=#PA0324 PA0324] ||Applying large scale vertical motion is not allowed for ocean runs ||The large scale subsidence is only reasonable and implemented for atmospheric runs. The setting of [../inipar#subs_vertical_gradient subs_vertical_gradient] and [../inipar#subs_vertical_gradient_level subs_vertical_gradient_level] is not possible. || 366 366 ||[=#PA0325 PA0325] ||illegal value: masks must be >= 0 and <= "..."(=max_masks) || Björn || 367 ||[=#PA0326 PA0326] ||illegal value: mask_scale_x, mask_scale_y and mask_scale_z must be > 0.0 || ||367 ||[=#PA0326 PA0326] ||illegal value: mask_scale_x, mask_scale_y and mask_scale_z must be > 0.0 || [../d3par#mask_scale_x mask_scale_x] (or [../d3par#mask_scale_y y] or [../d3par#mask_scale_z z]) || 368 368 ||[=#PA0327 PA0327] ||no output available for: "..." || || 369 369 ||[=#PA0328 PA0328] ||netCDF file formats 3 (netCDF 4) and 4 (netCDF 4 Classic model) are currently not supported (not yet tested). || || … … 371 371 ||[=#PA0330 PA0330] ||illegal value for data_output: "..." || || 372 372 ||[=#PA0331 PA0331] ||"..." in mask "..." along dimension "..." exceeds "..." = "..." || Your masked output exeeds the model domain in x-, y- or z- direction. Check the documentation of [../maskedoutput masked output] and [../d3par#mask_x mask_x] (or [../d3par#mask_y y] or [../d3par#mask_z z]) || 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_ xor y]). ||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_y 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. ||