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 12619 for NEMO/branches/2020/ticket2396/tests/BENCH/MY_SRC/usrdef_nam.F90 – NEMO

Ignore:
Timestamp:
2020-03-27T20:17:17+01:00 (4 years ago)
Author:
mathiot
Message:

ticket2396: update branch to head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/ticket2396/tests/BENCH/MY_SRC/usrdef_nam.F90

    r12377 r12619  
    5555      !                              !!* nammpp namelist *!! 
    5656      INTEGER          ::   jpni, jpnj 
    57       LOGICAL          ::   ln_nnogather 
     57      LOGICAL          ::   ln_nnogather, ln_listonly 
    5858      !! 
    5959      NAMELIST/namusr_def/ nn_isize, nn_jsize, nn_ksize, nn_perio 
    60       NAMELIST/nammpp/ jpni, jpnj, ln_nnogather 
     60      NAMELIST/nammpp/ jpni, jpnj, ln_nnogather, ln_listonly 
    6161      !!----------------------------------------------------------------------      
    6262      ! 
Note: See TracChangeset for help on using the changeset viewer.