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 7430 for branches/2016/dev_merge_2016/NEMOGCM/NEMO/OPA_SRC/DIA – NEMO

Ignore:
Timestamp:
2016-12-02T10:31:10+01:00 (8 years ago)
Author:
cbricaud
Message:

correct bugs of merge in dev_merge_2016

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/NEMO/OPA_SRC/DIA/diahsb.F90

    r7421 r7430  
    387387      surf_tot  = glob_sum( surf(:,:) )                   ! total ocean surface area 
    388388 
    389       IF( lk_bdy ) CALL ctl_warn( 'dia_hsb_init: heat/salt budget does not consider open boundary fluxes' )          
     389      IF( ln_bdy ) CALL ctl_warn( 'dia_hsb_init: heat/salt budget does not consider open boundary fluxes' )          
    390390      ! 
    391391      ! ---------------------------------- ! 
Note: See TracChangeset for help on using the changeset viewer.