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 12277 for NEMO/trunk/src/OCE/SBC – NEMO

Ignore:
Timestamp:
2019-12-20T12:54:47+01:00 (4 years ago)
Author:
cetlod
Message:

trunk : Minor corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/SBC/sbcrnf.F90

    r12276 r12277  
    275275      !                                   ! ============ 
    276276      ! 
     277      REWIND( numnam_ref ) 
    277278      READ  ( numnam_ref, namsbc_rnf, IOSTAT = ios, ERR = 901) 
    278279901   IF( ios /= 0 )   CALL ctl_nam ( ios , 'namsbc_rnf in reference namelist' ) 
    279280 
     281      REWIND( numnam_cfg ) 
    280282      READ  ( numnam_cfg, namsbc_rnf, IOSTAT = ios, ERR = 902 ) 
    281283902   IF( ios >  0 )   CALL ctl_nam ( ios , 'namsbc_rnf in configuration namelist' ) 
Note: See TracChangeset for help on using the changeset viewer.