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 1601 for trunk/NEMO/OPA_SRC/mppini_2.h90 – NEMO

Ignore:
Timestamp:
2009-08-11T12:09:19+02:00 (15 years ago)
Author:
ctlod
Message:

Doctor naming of OPA namelist variables , see ticket: #526

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/mppini_2.h90

    r1581 r1601  
    3939      !!   9.0  !  04-01  (G. Madec, J.M Molines)  F90 : free form , north fold jpni > 1 
    4040      !!---------------------------------------------------------------------- 
    41       !! * Modules used 
    4241      USE in_out_manager  ! I/O Manager 
    4342      USE iom 
    44     
    45       !! Local variables 
     43      !!  
    4644      INTEGER :: ji, jj, jn, jproc, jarea     ! dummy loop indices 
    4745      INTEGER ::  inum                        ! temporary logical unit 
     
    7169 
    7270      ! read namelist for ln_zco 
    73       NAMELIST/nam_zgr/ ln_zco, ln_zps, ln_sco 
     71      NAMELIST/namzgr/ ln_zco, ln_zps, ln_sco 
    7472 
    7573      !!---------------------------------------------------------------------- 
     
    7876      !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    7977      !!---------------------------------------------------------------------- 
    80       ! Read Namelist nam_zgr : vertical coordinate' 
    81       ! --------------------- 
    82       REWIND ( numnam ) 
    83       READ   ( numnam, nam_zgr ) 
     78       
     79      REWIND ( numnam )              ! Read Namelist namzgr : vertical coordinate' 
     80      READ   ( numnam, namzgr ) 
    8481 
    8582      IF(lwp)WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.