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 3291 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/OBC/obc_par.F90 – NEMO

Ignore:
Timestamp:
2012-01-27T16:43:58+01:00 (12 years ago)
Author:
rblod
Message:

Agrif for OBC/BDY

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/OBC/obc_par.F90

    r2715 r3291  
    101101   !!   Default option :                         NO open boundary condition 
    102102   !!---------------------------------------------------------------------- 
    103    LOGICAL, PUBLIC, PARAMETER ::   lk_obc = .FALSE.  !: Ocean Boundary Condition flag 
     103#if ! defined key_agrif 
     104   LOGICAL, PUBLIC, PARAMETER ::   lk_obc = .FALSE.     !: Ocean Boundary Condition flag 
     105#else 
     106   LOGICAL, PUBLIC            ::   lk_obc = .FALSE.     !: Ocean Boundary Condition flag 
     107#endif 
    104108#endif 
    105109 
Note: See TracChangeset for help on using the changeset viewer.