Changeset 11119 for branches/UKMO/AMM15_v3_6_STABLE_package_reanalysis3/NEMOGCM/NEMO/OPA_SRC/DIA/diadct.F90
- Timestamp:
- 2019-06-17T11:03:34+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/AMM15_v3_6_STABLE_package_reanalysis3/NEMOGCM/NEMO/OPA_SRC/DIA/diadct.F90
r11085 r11119 616 616 READ(numdct_in,iostat=iost) isec 617 617 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 619 620 EXIT !end of file 620 621 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.