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 9667 for NEMO/trunk/src/OCE/DOM – NEMO

Ignore:
Timestamp:
2018-05-28T17:47:05+02:00 (6 years ago)
Author:
smasson
Message:

trunk: cyclic north-south periodicity and nperio cleaning, see #2093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/DOM/dom_oce.F90

    r9598 r9667  
    6666   !! space domain parameters 
    6767   !!---------------------------------------------------------------------- 
    68    INTEGER, PUBLIC ::   jperio   !: Global domain lateral boundary type (between 0 and 6) 
     68   INTEGER, PUBLIC ::   jperio   !: Global domain lateral boundary type (between 0 and 7) 
    6969   !                                !  = 0 closed                 ;   = 1 cyclic East-West 
    70    !                                !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
     70   !                                !  = 2 cyclic North-South     ;   = 3 North fold T-point pivot 
    7171   !                                !  = 4 cyclic East-West AND North fold T-point pivot 
    7272   !                                !  = 5 North fold F-point pivot 
    7373   !                                !  = 6 cyclic East-West AND North fold F-point pivot 
    74    INTEGER, PUBLIC ::   nperio   !: Local domain lateral boundary type (deduced from jperio and MPP decomposition) 
     74   !                                !  = 7 bi-cyclic East-West AND North-South 
     75   LOGICAL, PUBLIC ::   l_Iperio, l_Jperio   !   should we explicitely take care I/J periodicity  
    7576 
    7677   !                                 !  domain MPP decomposition parameters 
Note: See TracChangeset for help on using the changeset viewer.