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 10350 for NEMO/trunk/src – NEMO

Changeset 10350 for NEMO/trunk/src


Ignore:
Timestamp:
2018-11-21T15:12:15+01:00 (5 years ago)
Author:
mathiot
Message:

fix #2169 (call to tra_bbl_init)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/nemogcm.F90

    r10068 r10350  
    409409      IF( ln_traqsr    )   CALL tra_qsr_init      ! penetrative solar radiation qsr 
    410410                           CALL tra_bbc_init      ! bottom heat flux 
    411       IF( ln_trabbl    )   CALL tra_bbl_init      ! advective (and/or diffusive) bottom boundary layer scheme 
     411                           CALL tra_bbl_init      ! advective (and/or diffusive) bottom boundary layer scheme 
    412412                           CALL tra_dmp_init      ! internal tracer damping 
    413413                           CALL tra_adv_init      ! horizontal & vertical advection 
Note: See TracChangeset for help on using the changeset viewer.