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_ORCA_R2.h90 – 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_ORCA_R2.h90

    r1152 r1528  
    4141      jpjzoom =   1   ,      &  !: in data domain indices 
    4242      ! Domain characteristics 
    43       jperio  =   1   ,      &  !: lateral cond. type (between 0 and 6) 
    44       jpisl   =   3   ,      &  !: number of islands 
    45       jpnisl  = 400             !: maximum number of points per island 
     43      jperio  =   1             !: lateral cond. type (between 0 and 6) 
    4644 
    4745#elif defined key_arctic 
     
    5957      jpjzoom =  97   ,      &  !: in data domain indices 
    6058      ! Domain characteristics 
    61       jperio  =   3   ,      &  !: lateral cond. type (between 0 and 6) 
    62       jpisl   =   7   ,      &  !: number of islands 
    63       jpnisl  = 400             !: maximum number of points per island 
     59      jperio  =   3             !: lateral cond. type (between 0 and 6) 
    6460 
    6561#elif defined key_c1d 
     
    8985      jpjzoom =    7   ,    &  !: in data domain indices (160W,75S) 
    9086      ! Domain characteristics 
    91       jperio  =   0   ,      &  !: lateral cond. type (between 0 and 6) 
    92       jpisl   =  18   ,      &  !: number of islands 
    93       jpnisl  = 800             !: maximum number of points per island 
     87      jperio  =   0            !: lateral cond. type (between 0 and 6) 
    9488#else 
    9589      ! global domain size     !!! *  global domain  * 
     
    106100      jpjzoom =   1   ,      &  !: in data domain indices 
    107101      ! Domain characteristics 
    108       jperio  =   4   ,      &  !: lateral cond. type (between 0 and 6) 
    109       jpisl   =  18   ,      &  !: number of islands 
    110       jpnisl  = 800             !: maximum number of points per island 
     102      jperio  =   4             !: lateral cond. type (between 0 and 6) 
    111103 
    112104#endif 
Note: See TracChangeset for help on using the changeset viewer.