New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
6_perio.md in branches/UKMO/dev_r5518_obs_oper_update_icethick/NEMOGCM/TOOLS/SIREN/src/docsrc – NEMO

source: branches/UKMO/dev_r5518_obs_oper_update_icethick/NEMOGCM/TOOLS/SIREN/src/docsrc/6_perio.md @ 9987

Last change on this file since 9987 was 9987, checked in by emmafiedler, 6 years ago

Merge with GO6 FOAMv14 package branch r9288

File size: 2.2 KB
Line 
1# NEMO periodicity
2
3NEMO periodicity is defined as follow :<br/>
4<dl>
5<dt>closed boundary (in_perio=0)</dt>
6<dd>ghost cells (solid walls) are imposed at all model boundaries.</dd> 
7@image html perio0_20.png
8@latexonly
9\begin{center}
10\includegraphics{perio0_20.png}
11\end{center}
12@endlatexonly
13<dt>cyclic east-west boundary (in_perio=1)</dt>
14<dd>first and last rows are closed, whilst the first column is set to the value of the last-but-one column and the last column to the value of the second one.</dd> 
15@image html perio1_20.png
16@latexonly
17\begin{center}
18\includegraphics{perio1_20.png}
19\end{center}
20@endlatexonly
21<dt>symmetric boundary condition across the equator. (in_perio=2)</dt>
22<dd>last row, and first and last columns are closed. </dd> 
23@image html perio2_20.png
24@latexonly
25\begin{center}
26\includegraphics{perio2_20.png}
27\end{center}
28@endlatexonly
29<dt>North fold boundary with a T -point pivot (in_perio=3)</dt>
30<dd>first row, and first and last columns are closed. </dd> 
31@image html perio3_20.png
32@latexonly
33\begin{center}
34\includegraphics{perio3_20.png}
35\end{center}
36@endlatexonly
37<dt>North fold boundary with a T -point pivot and cyclic east-west boundary (in_perio=4)</dt>
38<dd>first row is closed. The first column is set to the value of the last-but-one column and the last column to the value of the second one. </dd> 
39@image html perio4_20.png
40@latexonly
41\begin{center}
42\includegraphics{perio4_20.png}
43\end{center}
44@endlatexonly
45<dt>North fold boundary with a F -point pivot (in_perio=5)</dt>
46<dd>first row, and first and last columns are closed. </dd> 
47@image html perio5_20.png
48@latexonly
49\begin{center}
50\includegraphics{perio5_20.png}
51\end{center}
52@endlatexonly
53<dt>North fold boundary with a F -point pivot and cyclic east-west boundary (in_perio=6)</dt>
54<dd>first row is closed. The first column is set to the value of the last-but-one column and the last column to the value of the second one.</dd> 
55@image html perio6_20.png
56@image html perio5_20.png
57@latexonly
58\begin{center}
59\includegraphics{perio6_20.png}
60\end{center}
61@endlatexonly
62</dl>
63@sa For more information about NEMO periodicity, see _Model Boundary Condition_ chapter in [NEMO documentation](http://www.nemo-ocean.eu/About-NEMO/Reference-manuals))
Note: See TracBrowser for help on using the repository browser.