Changes between Version 364 and Version 365 of doc/app/errmsg


Ignore:
Timestamp:
Jun 7, 2017 3:27:30 PM (8 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v364 v365  
    402402   }}}
    403403   {{{#!td
    404 coupling mode "...: ny+1 in ocean is not divisible without remainder with ny+1 in atmosphere
    405    }}}
    406    {{{#!td
    407 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:
     404coupling mode "...": ny+1 in ocean is not divisible by ny+1 in atmosphere without remainder
     405   }}}
     406   {{{#!td
     407For 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 of gridpoints. This is ensured if the following holds:
    408408{{{#!Latex
    409409\[ (ny_o + 1) - INT \left( \frac{ny_o + 1}{ny_a + 1} \right) * (ny_a + 1) = 0 \; , \]
     
    413413\[ ny_o,  ny_a \]
    414414}}}
    415 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.
     415the 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.
    416416   }}}
    417417}}}