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

Changeset 11119


Ignore:
Timestamp:
2019-06-17T11:03:34+02:00 (5 years ago)
Author:
rrenshaw
Message:

minor code fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_reanalysis3/NEMOGCM/NEMO/OPA_SRC/DIA/diadct.F90

    r11085 r11119  
    616616        READ(numdct_in,iostat=iost) isec 
    617617        IF (iost .NE. 0 ) then 
    618           write(numout,*) 'unable to read section_ijglobal.diadct. iost = ',iost 
     618          write(numout,*) 'reached end of section_ijglobal.diadct. iost = ',iost, & 
     619                          ', number of sections read = ', jsec-1 
    619620          EXIT !end of file  
    620621        ENDIF 
Note: See TracChangeset for help on using the changeset viewer.