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/ZDF/zdfkpp.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/ZDF/zdfkpp.F90

    r9366 r9383  
    13661366         REWIND( numnam_ref )              ! Namelist namzdf_kpp in reference namelist : Vertical eddy diffivity and viscosity using kpp turbulent closure scheme 
    13671367         READ  ( numnam_ref, namzdf_kpp, IOSTAT = ios, ERR = 901) 
    1368 901      IF( ios /= 0 ) CALL ctl_nam ( ios , 'namzdf_kpp in reference namelist', lwm ) 
     1368901      CONTINUE 
     1369      ENDIF 
     1370      call mpp_bcast(ios) 
     1371      IF( ios /= 0 ) CALL ctl_nam ( ios , 'namzdf_kpp in reference namelist', lwp ) 
     1372      IF(lwm) THEN 
    13691373         REWIND( numnam_cfg )              ! Namelist namzdf_kpp in configuration namelist : Vertical eddy diffivity and viscosity using kpp turbulent closure scheme 
    13701374         READ  ( numnam_cfg, namzdf_kpp, IOSTAT = ios, ERR = 902 ) 
    1371 902      IF( ios /= 0 ) CALL ctl_nam ( ios , 'namzdf_kpp in configuration namelist', lwm ) 
     1375902      CONTINUE 
    13721376      ENDIF 
     1377      call mpp_bcast(ios) 
     1378      IF( ios /= 0 ) CALL ctl_nam ( ios , 'namzdf_kpp in configuration namelist', lwp ) 
     1379 
    13731380      IF(lwm) WRITE ( numond, namzdf_kpp ) 
    13741381 
Note: See TracChangeset for help on using the changeset viewer.