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 3954 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90 – NEMO

Ignore:
Timestamp:
2013-07-03T16:20:05+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step2, additions, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r3901 r3954  
    137137         !                                      ! ====================== ! 
    138138         ! 
     139 
    139140         REWIND( numnam_ref )              ! Namelist namsbc_core in reference namelist : CORE bulk parameters 
    140141         READ  ( numnam_ref, namsbc_core, IOSTAT = ios, ERR = 901) 
     
    144145         READ  ( numnam_cfg, namsbc_core, IOSTAT = ios, ERR = 902 ) 
    145146902      IF( ios /= 0 ) CALL ctl_nam ( ios , 'namsbc_core in configuration namelist', lwp ) 
     147 
    146148         WRITE ( numond, namsbc_core ) 
    147149         !                                         ! check: do we plan to use ln_dm2dc with non-daily forcing? 
Note: See TracChangeset for help on using the changeset viewer.