Changes between Version 207 and Version 208 of doc/app/errmsg


Ignore:
Timestamp:
Nov 11, 2015 2:05:52 PM (10 years ago)
Author:
boeske
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v207 v208  
    390390For 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:
    391391{{{#!Latex
    392 (nx_o + 1) - INT \left( \frac{nx_o + 1}{nx_a + 1} \right) * (nx_a + 1) = 0 \; ,
     392\[ (nx_o + 1) - INT \left( \frac{nx_o + 1}{nx_a + 1} \right) * (nx_a + 1) = 0 \; , \]
    393393}}}
    394394with
    395395{{{#!Latex
    396  nx_o,  nx_a
     396\[ nx_o,  nx_a \]
    397397}}}
    398398as 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.
     
    409409For 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:
    410410{{{#!Latex
    411 (ny_o + 1) - INT \left( \frac{ny_o + 1}{ny_a + 1} \right) * (ny_a + 1) = 0 \; ,
     411\[ (ny_o + 1) - INT \left( \frac{ny_o + 1}{ny_a + 1} \right) * (ny_a + 1) = 0 \; , \]
    412412}}}
    413413with
    414414{{{#!Latex
    415  ny_o,  ny_a
     415\[ ny_o,  ny_a \]
    416416}}}
    417417as 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.
     
    469469In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
    470470      {{{#!Latex
    471        \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; .
     471      \[ \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; . \]
    472472      }}}
    473473The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xy skip_time_do2d_xy] and [wiki:doc/app/d3par#dt_do2d_xy dt_do2d_xy] can be set by the user.
     
    486486In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
    487487      {{{#!Latex
    488        \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; .
     488      \[ \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; . \]
    489489      }}}
    490490The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xz skip_time_do2d_xz] and [wiki:doc/app/d3par#dt_do2d_xz dt_do2d_xz] can be set by the user.
     
    503503In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
    504504      {{{#!Latex
    505        \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; .
     505      \[ \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; . \]
    506506      }}}
    507507The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_yz skip_time_do2d_yz] and [wiki:doc/app/d3par#dt_do2d_yz dt_do2d_yz] can be set by the user.
     
    520520In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
    521521      {{{#!Latex
    522        \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; .
     522      \[ \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; . \]
    523523      }}}
    524524The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do3d skip_time_do3d] and [wiki:doc/app/d3par#dt_do3d dt_do3d] can be set by the user.
     
    537537In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
    538538      {{{#!Latex
    539        \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; .
     539      \[ \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; . \]
    540540      }}}
    541541The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do3d skip_time_do3d] and [wiki:doc/app/d3par#dt_do3d dt_do3d] can be set by the user.
     
    553553In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
    554554      {{{#!Latex
    555        \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; .
     555      \[ \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; . \]
    556556      }}}
    557557The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xy skip_time_do2d_xy] and [wiki:doc/app/d3par#dt_do2d_xy dt_do2d_xy] can be set by the user.
     
    569569In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
    570570      {{{#!Latex
    571        \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; .
     571      \[ \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; . \]
    572572      }}}
    573573The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xz skip_time_do2d_xz] and [wiki:doc/app/d3par#dt_do2d_xz dt_do2d_xz] can be set by the user.
     
    585585In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
    586586      {{{#!Latex
    587        \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; .
     587      \[ \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; . \]
    588588      }}}
    589589The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_yz skip_time_do2d_yz] and [wiki:doc/app/d3par#dt_do2d_yz dt_do2d_yz] can be set by the user.