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/icealb.F90 – NEMO

Ignore:
Timestamp:
2017-12-26T17:32:56+01:00 (7 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/icealb.F90

    r9124 r9169  
    193193      REWIND( numnam_ice_ref )              ! Namelist namalb in reference namelist : Albedo parameters 
    194194      READ  ( numnam_ice_ref, namalb, IOSTAT = ios, ERR = 901) 
    195 901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namalb in reference namelist', lwp ) 
    196  
     195901   IF( ios /= 0 )   CALL ctl_nam ( ios , 'namalb in reference namelist', lwp ) 
    197196      REWIND( numnam_ice_cfg )              ! Namelist namalb in configuration namelist : Albedo parameters 
    198197      READ  ( numnam_ice_cfg, namalb, IOSTAT = ios, ERR = 902 ) 
    199 902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namalb in configuration namelist', lwp ) 
    200       IF(lwm) WRITE ( numoni, namalb ) 
     198902   IF( ios >  0 )  CALL ctl_nam ( ios , 'namalb in configuration namelist', lwp ) 
     199      IF(lwm) WRITE( numoni, namalb ) 
    201200      ! 
    202201      IF(lwp) THEN                      ! Control print 
Note: See TracChangeset for help on using the changeset viewer.