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

Ignore:
Timestamp:
2008-06-20T17:17:41+02:00 (16 years ago)
Author:
cetlod
Message:

style of all top namelist has been modified ; update modules to take it into account, see ticket:196

File:
1 edited

Legend:

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

    r719 r1119  
    102102      !!---------------------------------------------------------------------- 
    103103      !! * Local declarations 
    104       NAMELIST/nam_bbl/ atrbbl 
     104      NAMELIST/nambbl/ atrbbl 
    105105      !!---------------------------------------------------------------------- 
    106106 
     
    108108      ! -------------------- 
    109109      REWIND ( numnam ) 
    110       READ   ( numnam, nam_bbl ) 
     110      READ   ( numnam, nambbl ) 
    111111 
    112112      ! Parameter control and print 
     
    117117         WRITE(numout,*) 'tra_bbl_init : * Diffusive Bottom Boundary Layer' 
    118118         WRITE(numout,*) '~~~~~~~~~~~~' 
    119          WRITE(numout,*) '          Namelist nam_bbl : set bbl parameters' 
     119         WRITE(numout,*) '          Namelist nambbl : set bbl parameters' 
    120120         WRITE(numout,*) 
    121121         WRITE(numout,*) '          bottom boundary layer coef.    atrbbl = ', atrbbl 
Note: See TracChangeset for help on using the changeset viewer.