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 10841 for utils/tools – NEMO

Changeset 10841 for utils/tools


Ignore:
Timestamp:
2019-04-05T14:58:11+02:00 (5 years ago)
Author:
cbricaud
Message:

fix for ticket #2268

Location:
utils/tools/OBSTOOLS/src
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/OBSTOOLS/src/par_oce.F90

    r9598 r10841  
    4545   INTEGER       ::   jpjzoom          !: in data domain indices 
    4646 
    47    ! Domain characteristics 
    48    INTEGER       ::   jperio           !: lateral cond. type (between 0 and 6) 
    49    !                                       !  = 0 closed                 ;   = 1 cyclic East-West 
    50    !                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
    51    !                                       !  = 4 cyclic East-West AND North fold T-point pivot 
    52    !                                       !  = 5 North fold F-point pivot 
    53    !                                       !  = 6 cyclic East-West AND North fold F-point pivot 
     47!   ! Domain characteristics 
     48!   INTEGER       ::   jperio           !: lateral cond. type (between 0 and 6) 
     49!   !                                       !  = 0 closed                 ;   = 1 cyclic East-West 
     50!   !                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
     51!   !                                       !  = 4 cyclic East-West AND North fold T-point pivot 
     52!   !                                       !  = 5 North fold F-point pivot 
     53!   !                                       !  = 6 cyclic East-West AND North fold F-point pivot 
    5454 
    5555   ! Input file read offset 
Note: See TracChangeset for help on using the changeset viewer.