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 8251 – NEMO

Changeset 8251


Ignore:
Timestamp:
2017-06-29T17:10:05+02:00 (7 years ago)
Author:
niall
Message:

bug in dia25h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_debug/NEMOGCM/NEMO/OPA_SRC/DIA/dia25h.F90

    r8250 r8251  
    6767      !!---------------------------------------------------------------------- 
    6868      ! 
    69       WRITE(numout,*) 'NIALL 1' 
     69      PRINT *, 'NIALL 1' 
    7070      REWIND ( numnam_ref )              ! Read Namelist nam_dia25h in reference namelist : 25hour mean diagnostics 
    7171      READ   ( numnam_ref, nam_dia25h, IOSTAT=ios, ERR= 901 ) 
    7272901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nam_dia25h in reference namelist', lwp ) 
    73       WRITE(numout,*) 'NIALL 2' 
     73      PRINT *, 'NIALL 2' 
    7474      REWIND( numnam_cfg )              ! Namelist nam_dia25h in configuration namelist  25hour diagnostics 
    7575      READ  ( numnam_cfg, nam_dia25h, IOSTAT = ios, ERR = 902 ) 
    76       WRITE(numout,*) 'NIALL 3' 
     76      PRINT *, 'NIALL 3' 
    7777902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nam_dia25h in configuration namelist', lwp ) 
    7878      IF(lwm) WRITE ( numond, nam_dia25h ) 
    79       WRITE(numout,*) 'NIALL 4' 
     79      PRINT *,'NIALL 4' 
    8080      IF(lwp) THEN                   ! Control print 
    8181         WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.