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 2185 for branches/devukmo2010/NEMO/OPA_SRC/BDY/bdy_par.F90 – NEMO

Ignore:
Timestamp:
2010-10-07T17:17:57+02:00 (14 years ago)
Author:
rfurner
Message:

adding updates from bdy branch, revision 2100:2168

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devukmo2010/NEMO/OPA_SRC/BDY/bdy_par.F90

    r2128 r2185  
    88   !!            3.3  !  2010-09  (D. Storkey and E. O'Dea) update for Shelf configurations 
    99   !!---------------------------------------------------------------------- 
    10 #if defined key_bdy 
     10#if defined   key_bdy 
    1111   !!---------------------------------------------------------------------- 
    1212   !!   'key_bdy' :                    Unstructured Open Boundary Condition 
     
    1616   PUBLIC 
    1717 
    18  
    19    LOGICAL, PUBLIC, PARAMETER ::   lk_bdy  = .TRUE.  !: Unstructured Ocean Boundary Condition flag 
     18   LOGICAL, PUBLIC, PARAMETER ::   lk_bdy  = .TRUE.   !: Unstructured Ocean Boundary Condition flag 
    2019   INTEGER, PUBLIC, PARAMETER ::   jpbdta  = 20000    !: Max length of bdy field in file 
    2120   INTEGER, PUBLIC, PARAMETER ::   jpbdim  = 20000    !: Max length of bdy field on a processor 
    22    INTEGER, PUBLIC, PARAMETER ::   jpbtime = 1000    !: Max number of time dumps per file 
    23    INTEGER, PUBLIC, PARAMETER ::   jpbgrd  = 6       !: Number of horizontal grid types used  (T, u, v, f) 
     21   INTEGER, PUBLIC, PARAMETER ::   jpbtime = 1000     !: Max number of time dumps per file 
     22   INTEGER, PUBLIC, PARAMETER ::   jpbgrd  = 6        !: Number of horizontal grid types used  (T, u, v, f) 
    2423#else 
    2524   !!---------------------------------------------------------------------- 
     
    3029 
    3130   !!---------------------------------------------------------------------- 
    32    !! NEMO/OPA 3.0 , LOCEAN-IPSL (2008)  
     31   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    3332   !! $Id$  
    3433   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
Note: See TracChangeset for help on using the changeset viewer.