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

Changeset 12277 for NEMO/trunk/src/TOP


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

trunk : Minor corrections

Location:
NEMO/trunk/src/TOP/PISCES/P4Z
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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.