Changes between Version 85 and Version 86 of doc/app/errmsg


Ignore:
Timestamp:
Nov 15, 2011 2:03:21 PM (13 years ago)
Author:
fricke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v85 v86  
    360360||[=#PA0337 PA0337]   ||NetCDF file for "..." data for mask "..." from previous run found but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead.  ||  ||
    361361||[=#PA0338 PA0338]   ||NetCDF file for "..." data for mask "..." from previous run found. This file will be extended.  ||  ||
    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
     367coupling mode "...: nx+1 in ocean is not divisible without remainder with nx+1 in atmosphere
     368   }}}
     369   {{{#!td
     370For 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}}}
     374with
     375{{{#!Latex
     376 nx_o,  nx_a
     377}}}
     378as 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
     386coupling mode "...: ny+1 in ocean is not divisible without remainder with ny+1 in atmosphere
     387   }}}
     388   {{{#!td
     389For 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}}}
     393with
     394{{{#!Latex
     395 ny_o,  ny_a
     396}}}
     397as 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}}}
    364400||[=#PA0341 PA0341]   ||Topography is still not allowed with momentum_advec = 'ws-scheme' or scalar_advec = 'ws-scheme'. || Matthias ||
    365401||[=#PA0342 PA0342]   ||Non-cyclic lateral boundaries do not allow loop_optimization = 'vector' and ws-scheme'. || Matthias ||