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 498 for trunk/NEMO/OFF_SRC/ZDF/zdfini.F90 – NEMO

Ignore:
Timestamp:
2006-09-12T13:07:10+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_065:CE:change the name of namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OFF_SRC/ZDF/zdfini.F90

    r343 r498  
    3333      !! ** Purpose :   initializations of the vertical ocean physics 
    3434      !! 
    35       !! ** Method  :   Read namelist namzdf, control cpp keys 
     35      !! ** Method  :   Read namelist nam_zdf, control cpp keys 
    3636      !! 
    3737      !! History : 
     
    4242 
    4343      !! * Namelist 
    44       NAMELIST/namzdf/ avt0, ln_zdfnpc 
     44      NAMELIST/nam_zdf/ avt0, ln_zdfnpc 
    4545 
    46       ! Read namzdf namelist : vertical mixing parameters 
     46      ! Read nam_zdf namelist : vertical mixing parameters 
    4747      ! -------------------- 
    4848      REWIND( numnam ) 
    49       READ  ( numnam, namzdf ) 
     49      READ  ( numnam, nam_zdf ) 
    5050 
    5151      ! Parameter print 
     
    5555         WRITE(numout,*) 'zdf_init: vertical physics' 
    5656         WRITE(numout,*) '~~~~~~~~' 
    57          WRITE(numout,*) '          Namelist namzdf : set vertical mixing mixing parameters' 
     57         WRITE(numout,*) '          Namelist nam_zdf : set vertical mixing mixing parameters' 
    5858         WRITE(numout,*) '             non-penetrative convection       ln_zdfnpc = ', ln_zdfnpc 
    5959         WRITE(numout,*) '             vertical eddy diffusivity           avt0   = ', avt0 
Note: See TracChangeset for help on using the changeset viewer.