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 196 – NEMO

Changeset 196


Ignore:
Timestamp:
2004-12-22T16:46:34+01:00 (19 years ago)
Author:
opalod
Message:

CT : BUGFIX137 : set the atrbbl parameter with a PUBLIC status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/trabbl.F90

    r106 r196  
    3030   !! * Shared module variables 
    3131   LOGICAL, PUBLIC, PARAMETER ::   &  !: 
    32       lk_trabbl_dif = .TRUE.   !: diffusive bottom boundary layer flag 
     32      lk_trabbl_dif = .TRUE.          !: diffusive bottom boundary layer flag 
     33   REAL(wp), PUBLIC ::            &  !!: * bbl namelist * 
     34      atrbbl = 1.e+3                  !: lateral coeff. for bottom boundary  
     35      !                               !  layer scheme (m2/s) 
    3336# if defined key_trabbl_adv 
    3437   LOGICAL, PUBLIC, PARAMETER ::    &  !: 
     
    4649   INTEGER, DIMENSION(jpi,jpj) ::   &  !: 
    4750      mbkt, mbku, mbkv                 ! ??? 
    48    REAL(wp) ::        &  !!! * bbl namelist * 
    49       atrbbl = 1.e+3      ! lateral coeff. for bottom boundary layer scheme (m2/s) 
    5051 
    5152   !! * Substitutions 
Note: See TracChangeset for help on using the changeset viewer.