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/lib_mpp.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/lib_mpp.F90

    r719 r1119  
    282282      !! * Local variables   (MPI version) 
    283283      INTEGER ::   mynode, ierr 
    284       NAMELIST/nam_mpp/ c_mpi_send 
     284      NAMELIST/nammpp/ c_mpi_send 
    285285      !!---------------------------------------------------------------------- 
    286286 
     
    292292      ! Namelist namrun : parameters of the run 
    293293      REWIND( numnam ) 
    294       READ  ( numnam, nam_mpp ) 
    295  
    296       WRITE(numout,*) '        Namelist nam_mpp' 
     294      READ  ( numnam, nammpp ) 
     295 
     296      WRITE(numout,*) '        Namelist nammpp' 
    297297      WRITE(numout,*) '           mpi send type            c_mpi_send = ', c_mpi_send 
    298298 
Note: See TracChangeset for help on using the changeset viewer.