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 1528 for trunk/NEMO/OPA_SRC/par_oce.F90 – NEMO

Ignore:
Timestamp:
2009-07-23T16:38:47+02:00 (15 years ago)
Author:
rblod
Message:

Suppress rigid-lid option, see ticket #486

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/par_oce.F90

    r1152 r1528  
    114114 
    115115      ! Domain characteristics 
    116       jperio  =  0,                 &  !: lateral cond. type (between 0 and 6) 
     116      jperio  =  0                     !: lateral cond. type (between 0 and 6) 
    117117         !                             !  = 0 closed 
    118118         !                             !  = 1 cyclic East-West 
     
    122122         !                             !  = 5 North fold F-point pivot 
    123123         !                             !  = 6 cyclic East-West AND North fold F-point pivot 
    124       jpisl   =  0,                 &  !: number of islands (rigid-lid only) 
    125       jpnisl  =  0                     !: maximum number of points per island 
    126124 
    127125      !!  Values set to pp_not_used indicates that this parameter is not used in THIS config. 
Note: See TracChangeset for help on using the changeset viewer.