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 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/TOP_SRC/C14b/trcnam_c14b.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/TOP_SRC/C14b/trcnam_c14b.F90

    r3875 r3901  
    5555      NAMELIST/namc14dia/  c14dia2d, c14dia3d     ! additional diagnostics 
    5656      !!------------------------------------------------------------------- 
    57  
    58       ndate_beg_b = 650101            ! default namelist value 
    59       nyear_res_b = 1955 
    60  
    6157      !                             ! Open namelist file 
    6258      CALL ctl_opn( numnatb_ref, 'namelist_c14b_ref'  ,     'OLD', 'FORMATTED', 'SEQUENTIAL', -1, numout, .FALSE. ) 
     
    8581         ! Namelist namc14dia 
    8682         ! ------------------- 
    87          DO jl = 1, jp_c14b_2d 
    88             WRITE(c14dia2d(jl)%sname,'("2D_",I1)') jl                      ! short name 
    89             WRITE(c14dia2d(jl)%lname,'("2D DIAGNOSTIC NUMBER ",I2)') jl    ! long name 
    90             c14dia2d(jl)%units = ' '                                       ! units 
    91          END DO 
    92          !                                 ! 3D output arrays 
    93          DO jl = 1, jp_c14b_3d 
    94             WRITE(c14dia3d(jl)%sname,'("3D_",I1)') jl                      ! short name 
    95             WRITE(c14dia3d(jl)%lname,'("3D DIAGNOSTIC NUMBER ",I2)') jl    ! long name 
    96             c14dia3d(jl)%units = ' '                                       ! units 
    97          END DO 
    98  
    9983         REWIND( numnatb_ref )              ! Namelist namc14dia in reference namelist : c14b diagnostics 
    10084         READ  ( numnatb_ref, namc14dia, IOSTAT = ios, ERR = 903) 
Note: See TracChangeset for help on using the changeset viewer.