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

Changeset 12266


Ignore:
Timestamp:
2019-12-18T10:47:31+01:00 (4 years ago)
Author:
cguiavarch
Message:

Debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_FKOSM/src/OCE/ZDF/zdfosm.F90

    r12245 r12266  
    20372037         REWIND( numnam_ref )              ! Namelist namosm_mle in reference namelist : Tracer advection scheme 
    20382038         READ  ( numnam_ref, namosm_mle, IOSTAT = ios, ERR = 903) 
    2039 903      IF( ios /= 0 )   CALL ctl_nam ( ios , 'namosm_mle in reference namelist') 
     2039903      IF( ios /= 0 )   CALL ctl_nam ( ios , 'namosm_mle in reference namelist',lwp) 
    20402040 
    20412041         REWIND( numnam_cfg )              ! Namelist namosm_mle in configuration namelist : Tracer advection scheme 
    20422042         READ  ( numnam_cfg, namosm_mle, IOSTAT = ios, ERR = 904 ) 
    2043 904      IF( ios >  0 )   CALL ctl_nam ( ios , 'namosm_mle in configuration namelist') 
     2043904      IF( ios >  0 )   CALL ctl_nam ( ios , 'namosm_mle in configuration namelist',lwp) 
    20442044         IF(lwm) WRITE ( numond, namosm_mle ) 
    20452045 
Note: See TracChangeset for help on using the changeset viewer.