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 4328 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DIA/diahsb.F90 – NEMO

Ignore:
Timestamp:
2013-12-06T11:25:13+01:00 (10 years ago)
Author:
davestorkey
Message:

Remove OBC module at NEMO 3.6. See ticket #1189.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DIA/diahsb.F90

    r4234 r4328  
    1919   USE lib_mpp         ! distributed memory computing library 
    2020   USE trabbc          ! bottom boundary condition 
    21    USE obc_par         ! (for lk_obc) 
    2221   USE bdy_par         ! (for lk_bdy) 
    2322   USE timing          ! preformance summary 
     
    263262         ! ----------------------------------------------- ! 
    264263         IF(lwp) WRITE(numout,*) "dia_hsb: heat salt volume budgets activated" 
    265          IF( lk_obc .or. lk_bdy ) THEN 
     264         IF( lk_bdy ) THEN 
    266265            CALL ctl_warn( 'dia_hsb does not take open boundary fluxes into account' )          
    267266         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.