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 2567 for trunk/NEMOGCM/NEMO/TOP_SRC/C14b/trcnam_c14b.F90 – NEMO

Ignore:
Timestamp:
2011-01-25T10:36:27+01:00 (13 years ago)
Author:
cetlod
Message:

rename nwritedia to nn_writedia, see ticket #791

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/C14b/trcnam_c14b.F90

    r2528 r2567  
    5959      NAMELIST/namc14date/ ndate_beg_b, nyear_res_b 
    6060#if defined key_diatrc && ! defined key_iomput 
    61       NAMELIST/namc14dia/nwritedia, c14dia2d, c14dia3d     ! additional diagnostics 
     61      NAMELIST/namc14dia/nn_writedia, c14dia2d, c14dia3d     ! additional diagnostics 
    6262#endif 
    6363      !!------------------------------------------------------------------- 
     
    8585      ! Namelist namc14dia 
    8686      ! ------------------- 
    87       nwritedia = 10                   ! default values 
     87      nn_writedia = 10                   ! default values 
    8888 
    8989      DO jl = 1, jp_c14b_2d 
     
    121121         WRITE(numout,*) 
    122122         WRITE(numout,*) ' Namelist : natadd' 
    123          WRITE(numout,*) '    frequency of outputs for additional arrays nwritedia = ', nwritedia 
     123         WRITE(numout,*) '    frequency of outputs for additional arrays nn_writedia = ', nn_writedia 
    124124         DO jl = 1, jp_c14b_3d 
    125125            jn = jp_c14b0_3d + jl - 1 
Note: See TracChangeset for help on using the changeset viewer.