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 9383 for branches/UKMO/test_moci_test_suite_namelist_read/NEMOGCM/NEMO/OPA_SRC/SBC/tideini.F90 – NEMO

Ignore:
Timestamp:
2018-03-08T10:22:55+01:00 (6 years ago)
Author:
andmirek
Message:

#2050 fixes and changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/test_moci_test_suite_namelist_read/NEMOGCM/NEMO/OPA_SRC/SBC/tideini.F90

    r9366 r9383  
    6969          REWIND( numnam_ref )              ! Namelist nam_tide in reference namelist : Tides 
    7070          READ  ( numnam_ref, nam_tide, IOSTAT = ios, ERR = 901) 
    71 901       IF( ios /= 0 ) CALL ctl_nam ( ios , 'nam_tide in reference namelist', lwm ) 
     71901       CONTINUE 
     72       ENDIF 
     73       call mpp_bcast(ios) 
     74       IF( ios /= 0 ) CALL ctl_nam ( ios , 'nam_tide in reference namelist', lwp ) 
     75       IF(lwm) THEN 
    7276          REWIND( numnam_cfg )              ! Namelist nam_tide in configuration namelist : Tides 
    7377          READ  ( numnam_cfg, nam_tide, IOSTAT = ios, ERR = 902 ) 
    74 902       IF( ios /= 0 ) CALL ctl_nam ( ios , 'nam_tide in configuration namelist', lwm ) 
     78902       CONTINUE 
    7579       ENDIF 
     80       call mpp_bcast(ios) 
     81       IF( ios /= 0 ) CALL ctl_nam ( ios , 'nam_tide in configuration namelist', lwp ) 
    7682 
    7783       IF(lwm) WRITE ( numond, nam_tide ) 
Note: See TracChangeset for help on using the changeset viewer.