362 | | ||[=#PA0339 PA0339] ||coupling mode "...: nx+1 in ocean is not divisible without remainder with nx+1 in atmosphere || Jens || |
363 | | ||[=#PA0340 PA0340] ||'coupling mode "...": ny+1 in ocean is not divisible without remainder with ny+1 in atmosphere || Jens || |
| 362 | {{{#!tr |
| 363 | {{{#!td |
| 364 | [=#PA0339 PA0339] |
| 365 | }}} |
| 366 | {{{#!td |
| 367 | coupling mode "...: nx+1 in ocean is not divisible without remainder with nx+1 in atmosphere |
| 368 | }}} |
| 369 | {{{#!td |
| 370 | For the coupling between 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 in the x-direction then the atmosphere. In this case, the information must be interpolated for the data exchange between atmosphere and ocean. Therefor it must be ensured that each interpolation interval has the same number of gridpoints. This is ensured if the following equation is fulfilled: |
| 371 | {{{#!Latex |
| 372 | (nx_o + 1) - INT \left( \frac{nx_o + 1}{nx_a + 1} \right) * (nx_a + 1) = 0 \; , |
| 373 | }}} |
| 374 | with |
| 375 | {{{#!Latex |
| 376 | nx_o, nx_a |
| 377 | }}} |
| 378 | as the number of grid points in the x-direction for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the equation above is fulfilled. |
| 379 | }}} |
| 380 | }}} |
| 381 | {{{#!tr |
| 382 | {{{#!td |
| 383 | [=#PA0340 PA0340] |
| 384 | }}} |
| 385 | {{{#!td |
| 386 | coupling mode "...: ny+1 in ocean is not divisible without remainder with ny+1 in atmosphere |
| 387 | }}} |
| 388 | {{{#!td |
| 389 | For the coupling between 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 then the atmosphere. In this case, the information must be interpolated for the data exchange between atmosphere and ocean. Therefor it must be ensured that each interpolation interval has the same number of gridpoints. This is ensured if the following equation is fulfilled: |
| 390 | {{{#!Latex |
| 391 | (ny_o + 1) - INT \left( \frac{ny_o + 1}{ny_a + 1} \right) * (ny_a + 1) = 0 \; , |
| 392 | }}} |
| 393 | with |
| 394 | {{{#!Latex |
| 395 | ny_o, ny_a |
| 396 | }}} |
| 397 | as the number of grid points in the y-direction for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the equation above is fulfilled. |
| 398 | }}} |
| 399 | }}} |