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/CFC/trcnam_cfc.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/CFC/trcnam_cfc.F90

    r3875 r3901  
    5151      NAMELIST/namcfcdate/ ndate_beg, nyear_res 
    5252      NAMELIST/namcfcdia/  cfcdia2d     ! additional diagnostics 
    53       !!------------------------------------------------------------------- 
    54  
    55       ndate_beg = 300101            ! default namelist value 
    56       nyear_res = 1950 
    57  
     53      !!---------------------------------------------------------------------- 
    5854      !                             ! Open namelist files 
    5955      CALL ctl_opn( numnatc_ref, 'namelist_cfc_ref'   ,     'OLD', 'FORMATTED', 'SEQUENTIAL', -1, numout, .FALSE. ) 
     
    8581         ! Namelist namcfcdia 
    8682         ! ------------------- 
    87          DO jl = 1, jp_cfc_2d 
    88             WRITE(cfcdia2d(jl)%sname,'("2D_",I1)') jl                      ! short name 
    89             WRITE(cfcdia2d(jl)%lname,'("2D DIAGNOSTIC NUMBER ",I2)') jl    ! long name 
    90             cfcdia2d(jl)%units = ' '                                       ! units 
    91          END DO 
    92  
    9383         REWIND( numnatc_ref )              ! Namelist namcfcdia in reference namelist : CFC diagnostics 
    9484         READ  ( numnatc_ref, namcfcdia, IOSTAT = ios, ERR = 903) 
Note: See TracChangeset for help on using the changeset viewer.