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/icethd.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/icethd.F90

    r9124 r9169  
    564564      REWIND( numnam_ice_ref )              ! Namelist namthd in reference namelist : Ice thermodynamics 
    565565      READ  ( numnam_ice_ref, namthd, IOSTAT = ios, ERR = 901) 
    566 901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namthd in reference namelist', lwp ) 
    567  
     566901   IF( ios /= 0 )   CALL ctl_nam ( ios , 'namthd in reference namelist', lwp ) 
    568567      REWIND( numnam_ice_cfg )              ! Namelist namthd in configuration namelist : Ice thermodynamics 
    569568      READ  ( numnam_ice_cfg, namthd, IOSTAT = ios, ERR = 902 ) 
    570 902   IF( ios >  0 ) CALL ctl_nam ( ios , 'namthd in configuration namelist', lwp ) 
    571       IF(lwm) WRITE ( numoni, namthd ) 
    572       ! 
     569902   IF( ios >  0 )   CALL ctl_nam ( ios , 'namthd in configuration namelist', lwp ) 
     570      IF(lwm) WRITE( numoni, namthd ) 
    573571      ! 
    574572      IF(lwp) THEN                          ! control print 
     573         WRITE(numout,*) 
    575574         WRITE(numout,*) 'ice_thd_init: Ice Thermodynamics' 
    576575         WRITE(numout,*) '~~~~~~~~~~~~' 
Note: See TracChangeset for help on using the changeset viewer.