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

Changeset 12277


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

trunk : Minor corrections

Location:
NEMO/trunk/src
Files:
5 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' ) 
  • 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' ) 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zflx.F90

    r12276 r12277  
    304304         ENDIF 
    305305         ! 
     306         REWIND( numnatp_ref ) 
    306307         READ  ( numnatp_ref, nampisatm, IOSTAT = ios, ERR = 901) 
    307308901      IF( ios /= 0 ) CALL ctl_nam ( ios , 'nampisatm in reference namelist' ) 
     309 
     310         REWIND( numnatp_cfg ) 
    308311         READ  ( numnatp_cfg, nampisatm, IOSTAT = ios, ERR = 902 ) 
    309312902      IF( ios >  0 )   CALL ctl_nam ( ios , 'nampisatm in configuration namelist' ) 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zlim.F90

    r12276 r12277  
    489489      ENDIF 
    490490 
     491      REWIND( numnatp_ref ) 
    491492      READ  ( numnatp_ref, namp5zquota, IOSTAT = ios, ERR = 903) 
    492493903   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nampisquota in reference namelist' ) 
    493494      ! 
     495      REWIND( numnatp_cfg ) 
    494496      READ  ( numnatp_cfg, namp5zquota, IOSTAT = ios, ERR = 904 ) 
    495497904   IF( ios >  0 ) CALL ctl_nam ( ios , 'nampisquota in configuration namelist' ) 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zprod.F90

    r12276 r12277  
    523523      !!---------------------------------------------------------------------- 
    524524 
     525      REWIND( numnatp_ref ) 
    525526      READ  ( numnatp_ref, namp5zprod, IOSTAT = ios, ERR = 901) 
    526527901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namp5zprod in reference namelist' ) 
    527528 
     529      REWIND( numnatp_cfg ) 
    528530      READ  ( numnatp_cfg, namp5zprod, IOSTAT = ios, ERR = 902 ) 
    529531902   IF( ios >  0 ) CALL ctl_nam ( ios , 'namp5zprod in configuration namelist' ) 
Note: See TracChangeset for help on using the changeset viewer.