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 5193 for branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/NEMO/TOP_SRC/PISCES/trcice_pisces.F90 – NEMO

Ignore:
Timestamp:
2015-04-03T10:48:51+02:00 (9 years ago)
Author:
vancop
Message:

A few cosmetic changes before SETTE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/NEMO/TOP_SRC/PISCES/trcice_pisces.F90

    r5185 r5193  
    2121   USE sms_pisces      ! PISCES Source Minus Sink variables 
    2222   USE p4zsbc 
     23   USE in_out_manager 
    2324 
    2425   IMPLICIT NONE 
     
    114115      !-------------------------------------------- 
    115116 
    116       REWIND( numnatp ) 
    117       READ( numnatp, nampisice ) 
     117      REWIND( numnatp_ref ) 
     118      READ( numnatp_ref, nampisice, IOSTAT = ios, ERR = 901 ) 
     119901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nampisice in reference namelist', lwp ) 
     120 
     121      REWIND( numnatp_cfg ) 
     122      READ( numnatp_cfg, nampisice, IOSTAT = ios, ERR = 902 ) 
     123902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nampisice in configuration namelist', lwp ) 
    118124 
    119125      ! Assign namelist stuff 
Note: See TracChangeset for help on using the changeset viewer.