Changes between Version 772 and Version 773 of doc/app/errmsg
- Timestamp:
- Aug 26, 2021 2:52:36 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v772 v773 385 385 }}} 386 386 {{{#!td 387 coupling mode "...":nx+1 in ocean is not divisible by nx+1 in atmosphere without remainder388 }}} 389 {{{#!td 390 For coupling of atmosphere and ocean, a smaller grid length in the y-direction can be chosen for the ocean, so that the ocean has more grid points in the y-direction than the atmosphere. In this case, the information must be interpolated for the data exchange between atmosphere and ocean. It must therefore be ensured that each interpolation interval has the same number ofgridpoints. This is ensured if the following holds:387 nx+1 in ocean is not divisible by nx+1 in atmosphere without remainder 388 }}} 389 {{{#!td 390 For coupling of atmosphere and ocean, a smaller grid length in the x-direction can be chosen for the ocean, so that the ocean has more grid points along x than the atmosphere. In that case, data must be interpolated from the atmosphere to the ocean grid. Therefore, it must be ensured that each atmosphere grid interval contains the same number of ocean gridpoints. This is ensured if the following holds: 391 391 {{{#!Latex 392 392 \[ (nx_o + 1) - INT \left( \frac{nx_o + 1}{nx_a + 1} \right) * (nx_a + 1) = 0 \; , \] … … 396 396 \[ nx_o, nx_a \] 397 397 }}} 398 the number of grid points in the y-direction for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the above equation is fulfilled.398 the number of grid points along x for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the above equation is fulfilled, i.e. that nx_o+1 is a multiple of nx_a+1. 399 399 }}} 400 400 }}} … … 407 407 }}} 408 408 {{{#!td 409 For coupling of atmosphere and ocean, a smaller grid length in the y-direction can be chosen for the ocean, so that the ocean has more grid points in the y-direction than the atmosphere. In this case, the information must be interpolated for the data exchange between atmosphere and ocean. It must therefore be ensured that each interpolation interval has the same number ofgridpoints. This is ensured if the following holds:409 For coupling of atmosphere and ocean, a smaller grid length in the y-direction can be chosen for the ocean, so that the ocean has more grid points along y than the atmosphere. In that case, data must be interpolated from the atmosphere to the ocean grid. Therefore, it must be ensured that each atmosphere grid interval contains the same number of ocean gridpoints. This is ensured if the following holds: 410 410 {{{#!Latex 411 411 \[ (ny_o + 1) - INT \left( \frac{ny_o + 1}{ny_a + 1} \right) * (ny_a + 1) = 0 \; , \] … … 415 415 \[ ny_o, ny_a \] 416 416 }}} 417 the number of grid points in the y-direction for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the above equation is fulfilled.417 the number of grid points along y for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the above equation is fulfilled, i.e. that ny_o+1 is a multiple of ny_a+1. 418 418 }}} 419 419 }}}