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/2016/dev_INGV_UKMO_2016/NEMOGCM/TOOLS/SIREN/src/docsrc – NEMO

source: branches/2016/dev_INGV_UKMO_2016/NEMOGCM/TOOLS/SIREN/src/docsrc/6_perio.md @ 7351

Last change on this file since 7351 was 7351, checked in by emanuelaclementi, 7 years ago

ticket #1805 step 3: /2016/dev_INGV_UKMO_2016 aligned to the trunk at revision 7161

File size: 1.8 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@image latex perio0_20.png
9<dt>cyclic east-west boundary (in_perio=1)</dt>
10<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> 
11@image html perio1_20.png
12@image latex perio1_20.png
13<dt>symmetric boundary condition across the equator. (in_perio=2)</dt>
14<dd>last row, and first and last columns are closed. </dd> 
15@image html perio2_20.png
16@image latex perio2_20.png
17<dt>North fold boundary with a T -point pivot (in_perio=3)</dt>
18<dd>first row, and first and last columns are closed. </dd> 
19@image html perio3_20.png
20@image latex perio3_20.png
21<dt>North fold boundary with a T -point pivot and cyclic east-west boundary (in_perio=4)</dt>
22<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> 
23@image html perio4_20.png
24@image latex perio4_20.png
25<dt>North fold boundary with a F -point pivot (in_perio=5)</dt>
26<dd>first row, and first and last columns are closed. </dd> 
27@image html perio5_20.png
28@image latex perio5_20.png
29<dt>North fold boundary with a F -point pivot and cyclic east-west boundary (in_perio=6)</dt>
30<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> 
31@image html perio6_20.png
32@image latex perio6_20.png
33</dl>
34@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.