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 11750 for NEMO/branches/UKMO/NEMO_4.0.1_old_tidal_mixing/src/OCE/ZDF/zdftmx.F90 – NEMO

Ignore:
Timestamp:
2019-10-21T15:55:37+02:00 (5 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0.1_old_tidal_mixing : science change.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_old_tidal_mixing/src/OCE/ZDF/zdftmx.F90

    r10903 r11750  
    348348      REWIND( numnam_ref )              ! Namelist namzdf_tmx in reference namelist : Tidal Mixing 
    349349      READ  ( numnam_ref, namzdf_tmx, IOSTAT = ios, ERR = 901) 
    350 901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namzdf_tmx in reference namelist', lwp ) 
     350901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namzdf_tmx in reference namelist' ) 
    351351 
    352352      REWIND( numnam_cfg )              ! Namelist namzdf_tmx in configuration namelist : Tidal Mixing 
    353353      READ  ( numnam_cfg, namzdf_tmx, IOSTAT = ios, ERR = 902 ) 
    354 902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namzdf_tmx in configuration namelist', lwp ) 
     354902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namzdf_tmx in configuration namelist' ) 
    355355      IF(lwm) WRITE ( numond, namzdf_tmx ) 
    356356 
Note: See TracChangeset for help on using the changeset viewer.