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 12200 – NEMO

Changeset 12200


Ignore:
Timestamp:
2019-12-12T09:49:28+01:00 (4 years ago)
Author:
laurent
Message:

Catches up with SBCBLK bugfixes of branch "dev_r12072_MERGE_OPTION2_2019"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/SBC/sbcblk.F90

    r12199 r12200  
    178178      ! 
    179179      !                             !** read bulk namelist 
    180       REWIND( numnam_ref )                !* Namelist namsbc_blk in reference namelist : bulk parameters 
     180      !REWIND( numnam_ref )                !* Namelist namsbc_blk in reference namelist : bulk parameters 
    181181      READ  ( numnam_ref, namsbc_blk, IOSTAT = ios, ERR = 901) 
    182182901   IF( ios /= 0 )   CALL ctl_nam ( ios , 'namsbc_blk in reference namelist' ) 
    183183      ! 
    184       REWIND( numnam_cfg )                !* Namelist namsbc_blk in configuration namelist : bulk parameters 
     184      !REWIND( numnam_cfg )                !* Namelist namsbc_blk in configuration namelist : bulk parameters 
    185185      READ  ( numnam_cfg, namsbc_blk, IOSTAT = ios, ERR = 902 ) 
    186186902   IF( ios >  0 )   CALL ctl_nam ( ios , 'namsbc_blk in configuration namelist' ) 
Note: See TracChangeset for help on using the changeset viewer.