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.
Changeset 7646 for trunk/NEMOGCM/TOOLS/SIREN/src/docsrc/6_perio.md – NEMO

Ignore:
Timestamp:
2017-02-06T10:25:03+01:00 (7 years ago)
Author:
timgraham
Message:

Merge of dev_merge_2016 into trunk. UPDATE TO ARCHFILES NEEDED for XIOS2.
LIM_SRC_s/limrhg.F90 to follow in next commit due to change of kind (I'm unable to do it in this commit).
Merged using the following steps:

1) svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk .
2) Resolve minor conflicts in sette.sh and namelist_cfg for ORCA2LIM3 (due to a change in trunk after branch was created)
3) svn commit
4) svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
5) svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2016/dev_merge_2016 .
6) At this stage I checked out a clean copy of the branch to compare against what is about to be committed to the trunk.
6) svn commit #Commit code to the trunk

In this commit I have also reverted a change to Fcheck_archfile.sh which was causing problems on the Paris machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/TOOLS/SIREN/src/docsrc/6_perio.md

    r6393 r7646  
    66<dd>ghost cells (solid walls) are imposed at all model boundaries.</dd>  
    77@image html perio0_20.png  
    8 @image latex perio0_20.png 
     8<center>@image latex perio0_20.png  
     9</center> 
    910<dt>cyclic east-west boundary (in_perio=1)</dt> 
    1011<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>   
    1112@image html perio1_20.png  
    12 @image latex perio1_20.png 
     13<center>@image latex perio1_20.png  
     14</center> 
    1315<dt>symmetric boundary condition across the equator. (in_perio=2)</dt> 
    1416<dd>last row, and first and last columns are closed. </dd>  
    1517@image html perio2_20.png  
    16 @image latex perio2_20.png 
     18<center>@image latex perio2_20.png  
     19</center> 
    1720<dt>North fold boundary with a T -point pivot (in_perio=3)</dt> 
    1821<dd>first row, and first and last columns are closed. </dd>  
    1922@image html perio3_20.png  
    20 @image latex perio3_20.png 
     23<center>@image latex perio3_20.png  
     24</center> 
    2125<dt>North fold boundary with a T -point pivot and cyclic east-west boundary (in_perio=4)</dt> 
    2226<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>  
    2327@image html perio4_20.png  
    24 @image latex perio4_20.png 
     28<center>@image latex perio4_20.png  
     29</center> 
    2530<dt>North fold boundary with a F -point pivot (in_perio=5)</dt> 
    2631<dd>first row, and first and last columns are closed. </dd>  
    2732@image html perio5_20.png  
    28 @image latex perio5_20.png 
     33<center>@image latex perio5_20.png  
     34</center> 
    2935<dt>North fold boundary with a F -point pivot and cyclic east-west boundary (in_perio=6)</dt> 
    3036<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>  
    3137@image html perio6_20.png  
    32 @image latex perio6_20.png 
     38<center>@image latex perio6_20.png  
     39</center> 
    3340</dl> 
    3441@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 TracChangeset for help on using the changeset viewer.