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 541 for trunk/NEMO/OPA_SRC/TRA/trabbl.F90 – NEMO

Ignore:
Timestamp:
2006-10-20T14:21:28+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_065:RB: move namelist declaration for compatibility with Agrif

File:
1 edited

Legend:

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

    r503 r541  
    3636   !!* Namelist nambbl: bottom boundary layer 
    3737   REAL(wp), PUBLIC ::   atrbbl = 1.e+3   !: lateral coeff. for bottom boundary layer scheme (m2/s) 
    38    NAMELIST/nambbl/ atrbbl 
    3938 
    4039# if defined key_trabbl_dif 
     
    460459      INTEGER ::   ji, jj      ! dummy loop indices 
    461460      REAL(wp),  DIMENSION(jpi,jpj) :: zmbk   
     461 
     462      NAMELIST/nambbl/ atrbbl 
    462463      !!---------------------------------------------------------------------- 
    463464 
Note: See TracChangeset for help on using the changeset viewer.