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/p4zflx.F90 – 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/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' ) 
Note: See TracChangeset for help on using the changeset viewer.