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 2239 for branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/DOM – NEMO

Ignore:
Timestamp:
2010-10-13T00:03:11+02:00 (14 years ago)
Author:
rblod
Message:

First commit to compile ORCA2_LIM for next nemo v3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/DOM/dom_oce.F90

    r2236 r2239  
    232232   LOGICAL, PUBLIC, PARAMETER ::   lk_agrif = .FALSE.   !: agrif flag 
    233233 
    234    !!---------------------------------------------------------------------- 
    235    !! mpp reproducibility 
    236    !!---------------------------------------------------------------------- 
    237 #if defined key_mpp_rep1 || defined key_mpp_re2 
    238    LOGICAL, PUBLIC, PARAMETER ::   lk_mpp_rep = .TRUE.    !: agrif flag 
    239 #else 
    240    LOGICAL, PUBLIC, PARAMETER ::   lk_mpp_rep = .FALSE.   !: agrif flag 
    241 #endif 
    242  
    243234CONTAINS 
    244235   LOGICAL FUNCTION Agrif_Root() 
Note: See TracChangeset for help on using the changeset viewer.