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 9169 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/iceitd.F90 – NEMO

Ignore:
Timestamp:
2017-12-26T17:32:56+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: all SRC: finalize the removal of useless warning when reading namelist_cfg + remove all nn_closea + nn_msh replaced by a logical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/iceitd.F90

    r9019 r9169  
    657657      REWIND( numnam_ice_ref )      ! Namelist namitd in reference namelist : Parameters for ice 
    658658      READ  ( numnam_ice_ref, namitd, IOSTAT = ios, ERR = 901) 
    659 901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namitd in reference namelist', lwp ) 
    660       ! 
     659901   IF( ios /= 0 )   CALL ctl_nam ( ios , 'namitd in reference namelist', lwp ) 
    661660      REWIND( numnam_ice_cfg )      ! Namelist namitd in configuration namelist : Parameters for ice 
    662661      READ  ( numnam_ice_cfg, namitd, IOSTAT = ios, ERR = 902 ) 
    663 902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namitd in configuration namelist', lwp ) 
    664       IF(lwm) WRITE ( numoni, namitd ) 
     662902   IF( ios >  0 )  CALL ctl_nam ( ios , 'namitd in configuration namelist', lwp ) 
     663      IF(lwm) WRITE( numoni, namitd ) 
    665664      ! 
    666665      IF(lwp) THEN                  ! control print 
Note: See TracChangeset for help on using the changeset viewer.