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

Ignore:
Timestamp:
2008-06-23T11:05:02+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: BDY package code review (coding rules), see ticket: #214

File:
1 edited

Legend:

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

    r1037 r1125  
    5353   USE bdy_par         ! unstructured open boundary cond. parameters 
    5454   USE bdyini          ! unstructured open boundary cond. initialization (bdy_init routine) 
    55    USE bdytides        ! tides at open boundaries initialization (lk_bdy_tides) 
    5655   USE istate          ! initial state setting          (istate_init routine) 
    5756   USE eosbn2          ! equation of state            (eos bn2 routine) 
     
    272271      IF( lk_obc    )   CALL obc_init       ! Open boundaries  
    273272 
    274       IF( lk_bdy .OR. lk_bdy_tides )   & 
    275          &              CALL bdy_init       ! Unstructured open boundaries 
     273      IF( lk_bdy    )   CALL bdy_init       ! Unstructured open boundaries 
    276274 
    277275      CALL istate_init                      ! ocean initial state (Dynamics and tracers) 
Note: See TracChangeset for help on using the changeset viewer.