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/PISCES/P4Z/p5zlim.F90 – NEMO

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

trunk : Minor corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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' ) 
Note: See TracChangeset for help on using the changeset viewer.