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/LDF – 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/LDF/ldftra.F90

    r12276 r12277  
    511511      ENDIF 
    512512      ! 
     513      REWIND( numnam_ref ) 
    513514      READ  ( numnam_ref, namtra_eiv, IOSTAT = ios, ERR = 901) 
    514515901   IF( ios /= 0 )   CALL ctl_nam ( ios , 'namtra_eiv in reference namelist' ) 
    515516      ! 
     517      REWIND( numnam_cfg ) 
    516518      READ  ( numnam_cfg, namtra_eiv, IOSTAT = ios, ERR = 902 ) 
    517519902   IF( ios >  0 )   CALL ctl_nam ( ios , 'namtra_eiv in configuration namelist' ) 
Note: See TracChangeset for help on using the changeset viewer.